From f14706985542816f0aab78510efeaa12cd1f31d5 Mon Sep 17 00:00:00 2001 From: misi3k Date: Mon, 10 Mar 2003 22:56:52 +0000 Subject: [PATCH] - updated to work with 1.2.3 Changed files: distcc-user.patch -> 1.2 --- distcc-user.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/distcc-user.patch b/distcc-user.patch index ea56597..54d79b4 100644 --- a/distcc-user.patch +++ b/distcc-user.patch @@ -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"; /** -- 2.44.0