patch-lib_css-autoupdate 416 B

12345678910111213
  1. $OpenBSD: patch-lib_css-autoupdate,v 1.2 2009/01/28 15:16:17 sthen Exp $
  2. --- lib/css-autoupdate.orig Thu Dec 11 06:57:18 2008
  3. +++ lib/css-autoupdate Sat Jan 10 21:16:03 2009
  4. @@ -2,7 +2,7 @@
  5. use Sys::Syslog;
  6. -$CSSDir = shift || "/opt/SYMCScan";
  7. +$CSSDir = shift || "%PREFIX%/SYMCScan";
  8. $CSSUpdateCommand="$CSSDir/bin/liveupdate.sh";
  9. $LockFile = shift || "/var/spool/MailScanner/incoming/Locks/cssBusy.lock";