[Lunar-commits] CVS: moonbase/distributed/distcc/xinetd.d distccd, 1.1.1.1, 1.2

Terry Chan tchan at lunar-linux.org
Wed Oct 13 20:54:00 UTC 2004


Update of /var/cvs/lunar/moonbase/distributed/distcc/xinetd.d
In directory espresso.foo-projects.org:/tmp/cvs-serv10809/xinetd.d

Modified Files:
	distccd 
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: distccd
===================================================================
RCS file: /var/cvs/lunar/moonbase/distributed/distcc/xinetd.d/distccd,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- distccd	21 Aug 2002 00:55:15 -0000	1.1.1.1
+++ distccd	13 Oct 2004 20:53:58 -0000	1.2
@@ -5,7 +5,7 @@
    wait        =  no
    user        =  nobody
    server      =  /usr/bin/distccd
-   server_args =  --inetd --nice 19
+   server_args =  --inetd --nice 19 --allow 127.0.0.1
    cps         =  100 5
    per_source  =  16
 }



More information about the Lunar-commits mailing list