]> git.pld-linux.org Git - packages/distcc.git/commitdiff
- setuid.c s/distcc/nobody/
authormisi3k <misi3k@pld-linux.org>
Sun, 2 Mar 2003 12:17:11 +0000 (12:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    distcc-user.patch -> 1.1

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

diff --git a/distcc-user.patch b/distcc-user.patch
new file mode 100644 (file)
index 0000000..ea56597
--- /dev/null
@@ -0,0 +1,11 @@
+--- distcc-1.2/src/setuid.c.orig       Sun Mar  2 13:03:08 2003
++++ distcc-1.2/src/setuid.c    Sun Mar  2 13:03:18 2003
+@@ -36,7 +36,7 @@
+ #include "exitcode.h"
+-char *opt_user = "distcc";
++char *opt_user = "nobody";
+ /**
This page took 0.043888 seconds and 4 git commands to generate.