diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-06-27 11:36:23 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-06-27 11:36:23 +0300 |
commit | 6a4f97aa9e759afd3a413edeb604d6ab26a1b181 (patch) | |
tree | 6a53346f41076c81de42fea2b1e34be6365b7c34 /packages/sys-devel/distcc/files/distcc-3.0-xinetd.patch | |
parent | d8c549ad7c2ad7d3e542bb6241ffbee2c815209f (diff) |
distcc-scm added
Diffstat (limited to 'packages/sys-devel/distcc/files/distcc-3.0-xinetd.patch')
-rw-r--r-- | packages/sys-devel/distcc/files/distcc-3.0-xinetd.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/sys-devel/distcc/files/distcc-3.0-xinetd.patch b/packages/sys-devel/distcc/files/distcc-3.0-xinetd.patch new file mode 100644 index 0000000..47877ad --- /dev/null +++ b/packages/sys-devel/distcc/files/distcc-3.0-xinetd.patch @@ -0,0 +1,15 @@ +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 + } |