summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2004-01-09 23:54:41 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2004-01-09 23:54:41 +0000
commitd380de1954ea6ae6c0372291dea6e1474ad82dbe (patch)
treead7ab07467f6c823a4766e4738539768bf2a270c /sys-devel/distcc/files
parentinitial ebuild #37448 (diff)
downloadgentoo-2-d380de1954ea6ae6c0372291dea6e1474ad82dbe.tar.gz
gentoo-2-d380de1954ea6ae6c0372291dea6e1474ad82dbe.tar.bz2
gentoo-2-d380de1954ea6ae6c0372291dea6e1474ad82dbe.zip
Restarting the daemon is no good.
Diffstat (limited to 'sys-devel/distcc/files')
-rw-r--r--sys-devel/distcc/files/2.11.1p/distcc-config5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys-devel/distcc/files/2.11.1p/distcc-config b/sys-devel/distcc/files/2.11.1p/distcc-config
index 0840da1cd3bd..8d5d95d0af39 100644
--- a/sys-devel/distcc/files/2.11.1p/distcc-config
+++ b/sys-devel/distcc/files/2.11.1p/distcc-config
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.11.1p/distcc-config,v 1.5 2003/12/27 23:35:38 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.11.1p/distcc-config,v 1.6 2004/01/09 23:54:28 pyrania Exp $
import os, re, signal, sys, commands, pwd
from string import rstrip
@@ -144,9 +144,6 @@ elif '--install' in tmpcmdline:
print 'Checking permissions...'
permissions('/usr/lib/distcc/bin/',user,group)
- #permissions('/var/run/distccd/',user,group)
-
- os.system('/etc/init.d/distccd restart');
elif '--get-env' in tmpcmdline:
if len(tmpcmdline) == 1:
print rstrip(open(envfile, 'r').read())