Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/distcc/files: distcc-3.0-xinetd.patch
Date: Mon, 27 Oct 2008 21:29:48
Message-Id: E1KuZej-0007gg-4b@stork.gentoo.org
1 matsuu 08/10/27 21:29:45
2
3 Added: distcc-3.0-xinetd.patch
4 Log:
5 Fixed xinetd issue and typo. Clean up distcc-config. Removed old revisions.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.1 sys-devel/distcc/files/distcc-3.0-xinetd.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/files/distcc-3.0-xinetd.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/distcc/files/distcc-3.0-xinetd.patch?rev=1.1&content-type=text/plain
13
14 Index: distcc-3.0-xinetd.patch
15 ===================================================================
16 diff -Naur distcc-3.0.orig/doc/example/xinetd distcc-3.0/doc/example/xinetd
17 --- distcc-3.0.orig/doc/example/xinetd 2008-08-07 05:52:13.000000000 +0900
18 +++ distcc-3.0/doc/example/xinetd 2008-10-27 15:32:14.000000000 +0900
19 @@ -19,10 +19,6 @@
20 socket_type = stream
21 wait = no
22 user = distcc
23 - server = /usr/local/bin/distccd
24 + server = /usr/bin/distccd
25 server_args = --inetd
26 -
27 - # This makes xinetd cope if there is no service listed in
28 - # /etc/services
29 - type = UNLISTED
30 }