]> git.pld-linux.org Git - packages/distcc.git/commitdiff
- updated to work with 1.2.3
authormisi3k <misi3k@pld-linux.org>
Mon, 10 Mar 2003 22:56:52 +0000 (22:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    distcc-user.patch -> 1.2

distcc-user.patch

index ea56597e9598ade63ff071ce2f02c8f00245205b..54d79b466bffe79838e467fb1415dddb6e632d48 100644 (file)
@@ -1,11 +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 @@
+--- distcc-1.2.3/src/setuid.c.orig     Sat Mar  1 13:43:48 2003
++++ distcc-1.2.3/src/setuid.c  Mon Mar 10 23:55:36 2003
+@@ -35,7 +35,7 @@
  #include "exitcode.h"
  
  
--char *opt_user = "distcc";
-+char *opt_user = "nobody";
+-const char *opt_user = "distcc";
++const char *opt_user = "nobody";
  
  
  /**
This page took 0.086031 seconds and 4 git commands to generate.