]> git.pld-linux.org Git - packages/exiscan.git/blob - exiscan-user.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/exiscan.git] / exiscan-user.patch
1 --- exiscanv2.pl.orig   Fri Nov 23 10:28:26 2001
2 +++ exiscanv2.pl        Fri May 17 17:49:03 2002
3 @@ -31,6 +31,11 @@
4  # chdir to base path, so core files will go into the right directory <g>
5  chdir("$basepath");
6  
7 +my ($uid, $gid);
8 +($uid, $gid) = (getpwnam('exim'))[2,3];
9 +$( = $) = "$gid $gid";
10 +$< = $> = $uid;
11 +
12  # -------------------------------------------------------------------------
13  # sanity checks
14  print "Checking for ripmime .. ";
This page took 0.06717 seconds and 3 git commands to generate.