diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-05 19:18:11 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-10-05 19:18:11 +0000 |
commit | 58fda17d050d1e593825ea818b7fe0b05fdac21c (patch) | |
tree | f46f25d39f12b3d0f9b7c52552feb9d7f7413899 /devel/distcc/files/patch-src::daemon.c | |
parent | Update to 0.1.11 (diff) |
o Update to 0.11
o Remove patches merged back into the distribution
PR: 43360
Submitted by: maintainer
Diffstat (limited to 'devel/distcc/files/patch-src::daemon.c')
-rw-r--r-- | devel/distcc/files/patch-src::daemon.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/distcc/files/patch-src::daemon.c b/devel/distcc/files/patch-src::daemon.c deleted file mode 100644 index e88efad2a8ae..000000000000 --- a/devel/distcc/files/patch-src::daemon.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/daemon.c.orig Mon Sep 23 11:15:29 2002 -+++ src/daemon.c Mon Sep 23 11:15:37 2002 -@@ -170,7 +170,7 @@ - int dcc_refuse_root(void) - { - /* Just be careful */ -- if (getuid() == 0 || geteuid() == 0 || getgid() == 0 || getegid() == 0) { -+ if (getuid() == 0 || geteuid() == 0) { - rs_log_crit("distccd must not be run as root!"); - return EXIT_DISTCC_FAILED; - } |