summaryrefslogtreecommitdiff
path: root/packages/sys-devel/distcc/files/distcc-3.0-xinetd.patch
blob: 5d32e9268c669f92ebc00773f6fe579ae50f2305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: Gentoo distribution
Reason: set correct path in xinetd example
Upstream: Does not required

diff -Naur distcc-3.0.orig/doc/example/xinetd distcc-3.0/doc/example/xinetd
--- distcc-3.0.orig/doc/example/xinetd	2008-08-07 05:52:13.000000000 +0900
+++ distcc-3.0/doc/example/xinetd	2008-10-27 15:32:14.000000000 +0900
@@ -19,10 +19,6 @@
 	socket_type     = stream
 	wait            = no
 	user            = distcc
-	server          = /usr/local/bin/distccd
+	server          = /usr/bin/distccd
 	server_args     = --inetd
-
-        # This makes xinetd cope if there is no service listed in
-        # /etc/services
-        type            = UNLISTED
 }