]> git.pld-linux.org Git - packages/exiscan.git/commitdiff
- use exim user to start exiscan
authorareq <areq@pld-linux.org>
Sat, 15 Jun 2002 23:28:28 +0000 (23:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exiscan-user.patch -> 1.1

exiscan-user.patch [new file with mode: 0644]

diff --git a/exiscan-user.patch b/exiscan-user.patch
new file mode 100644 (file)
index 0000000..7508037
--- /dev/null
@@ -0,0 +1,14 @@
+--- exiscanv2.pl.orig  Fri Nov 23 10:28:26 2001
++++ exiscanv2.pl       Fri May 17 17:49:03 2002
+@@ -31,6 +31,11 @@
+ # chdir to base path, so core files will go into the right directory <g>
+ chdir("$basepath");
++my ($uid, $gid);
++($uid, $gid) = (getpwnam('exim'))[2,3];
++$( = $) = "$gid $gid";
++$< = $> = $uid;
++
+ # -------------------------------------------------------------------------
+ # sanity checks
+ print "Checking for ripmime .. ";
This page took 0.0566 seconds and 4 git commands to generate.