openbsd-ports/mail/mailscanner/patches/patch-lib_css-autoupdate

13 lines
416 B
Plaintext

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