]> git.pld-linux.org Git - packages/dspam.git/commitdiff
- set $CONFIG{'DSPAM_BIN'} to /usr/bin
authorpawelz <pawelz@pld-linux.org>
Tue, 27 Apr 2010 00:45:14 +0000 (00:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dspam-webui.patch -> 1.5

dspam-webui.patch

index b6744b09f4263f46b2f3bc5082f705b50bb1c4e8..a88d150c2b0088d1f4ada5b12a56516196194d98 100644 (file)
      if (! -e $FILE) {
 --- dspam-3.9.0/webui/cgi-bin/configure.pl.in~ 2010-01-11 22:21:58.000000000 +0100
 +++ dspam-3.9.0/webui/cgi-bin/configure.pl.in  2010-04-27 00:33:18.000000000 +0200
+@@ -25,7 +25,7 @@
+ # Default DSPAM enviroment
+ $CONFIG{'DSPAM_HOME'} = "@dspam_home@";
+-$CONFIG{'DSPAM_BIN'}  = "@bindir@";
++$CONFIG{'DSPAM_BIN'}  = "/usr/bin";
+ $CONFIG{'DSPAM'}      = $CONFIG{'DSPAM_BIN'} . "/dspam";
+ $CONFIG{'DSPAM_STATS'}        = $CONFIG{'DSPAM_BIN'} . "/dspam_stats";
+ $CONFIG{'DSPAM_ARGS'} = "--deliver=innocent --class=innocent " .
+
 @@ -34,7 +34,7 @@
  $CONFIG{'DSPAM_PROCESSES'} = "ps auxw | grep dspam | grep -v 'grep\|cgi\|sock' | wc -l"; # use ps -deaf for Solaris
  $CONFIG{'MAIL_QUEUE'} = "mailq | grep '^[0-9,A-F]\{10,12\}[\t ][\t ]*[1-9]' | wc -l";
This page took 0.069616 seconds and 4 git commands to generate.