[Lunar-commits]
CVS: moonbase/distributed/distcc/init.d distcc, 1.4, 1.5
Terry Chan
tchan at lunar-linux.org
Wed Oct 13 20:54:00 UTC 2004
Update of /var/cvs/lunar/moonbase/distributed/distcc/init.d
In directory espresso.foo-projects.org:/tmp/cvs-serv10809/init.d
Modified Files:
distcc
Log Message:
Version bump to distcc-2.18. distcc daemon mode now FORCES "--allow IPaddrs".
I modified the initscripts to use "--allow 127.0.0.1", which WILL have to be
edited by a sysadmin. That message appears in POST_INSTALL. If you don't
edit the initscripts, distcc will ONLY allow 127.0.0.1. This was the simple
way to get the new distcc to stop/restart correctly. Compiled/tested with
gcc-3.3.3, glibc-2.3.3, kernel headers 2.4.x.
Index: distcc
===================================================================
RCS file: /var/cvs/lunar/moonbase/distributed/distcc/init.d/distcc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- distcc 17 Dec 2003 19:31:59 -0000 1.4
+++ distcc 13 Oct 2004 20:53:58 -0000 1.5
@@ -6,7 +6,7 @@
# description: distcc daemon
# processname: distccd
-ARGS="--daemon --user nobody --nice 19 -P /var/run/distccd.pid"
+ARGS="--daemon --user nobody --nice 19 -P /var/run/distccd.pid --allow 127.0.0.1"
reload () {
default_restart
More information about the Lunar-commits
mailing list