]> git.pld-linux.org Git - packages/distcc.git/blob - distcc-user.patch
- setuid.c s/distcc/nobody/
[packages/distcc.git] / distcc-user.patch
1 --- distcc-1.2/src/setuid.c.orig        Sun Mar  2 13:03:08 2003
2 +++ distcc-1.2/src/setuid.c     Sun Mar  2 13:03:18 2003
3 @@ -36,7 +36,7 @@
4  #include "exitcode.h"
5  
6  
7 -char *opt_user = "distcc";
8 +char *opt_user = "nobody";
9  
10  
11  /**
This page took 0.037764 seconds and 4 git commands to generate.