[Lunar-commits] CVS: moonbase/distributed/distcc POST_INSTALL, NONE, 1.1 DETAILS, 1.35, 1.36

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


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

Modified Files:
	DETAILS 
Added Files:
	POST_INSTALL 
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.


--- NEW FILE: POST_INSTALL ---
message ""
message "${MESSAGE_COLOR}EDIT /etc/init.d/distcc and /etc/xinet.d/distccd to add your '--allow IPs'"
message "${MESSAGE_COLOR}If you do not, then the distcc daemon will only allow 127.0.0.1 !!!${DEFAULT_COLOR}"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/distributed/distcc/DETAILS,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- DETAILS	5 Oct 2004 09:29:55 -0000	1.35
+++ DETAILS	13 Oct 2004 20:53:58 -0000	1.36
@@ -1,12 +1,11 @@
           MODULE=distcc
-         VERSION=2.17
-        #VERSION=2.16
+         VERSION=2.18
           SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=http://distcc.samba.org/ftp/distcc/
-      SOURCE_VFY=md5:8ac5c032cde68c525afe9f53eae5cbf7
+      SOURCE_URL=http://distcc.samba.org/ftp/distcc/
+      SOURCE_VFY=sha1:205ced6269d407e35a5cc1de10e8e283ea751623
         WEB_SITE=http://distcc.samba.org/
          ENTERED=20020701
-         UPDATED=20040801
+         UPDATED=20041013
            SHORT="distcc is to distribute compilation cross several machines"
 
 cat << EOF



More information about the Lunar-commits mailing list