summaryrefslogtreecommitdiff
path: root/packages/sys-devel/distcc/files/3.2/conf
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-13 20:03:11 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-07-13 20:03:11 +0300
commit6b5ca280f6681df164bac336597dc39b7aba94a1 (patch)
tree8626d94bf61a11d901cec297412768f105d1f614 /packages/sys-devel/distcc/files/3.2/conf
parentdf25ae23907eb48cb1eca324dcf2283cdd1187b6 (diff)
distcc: changes requested by exherbo developers
Diffstat (limited to 'packages/sys-devel/distcc/files/3.2/conf')
-rw-r--r--packages/sys-devel/distcc/files/3.2/conf40
1 files changed, 0 insertions, 40 deletions
diff --git a/packages/sys-devel/distcc/files/3.2/conf b/packages/sys-devel/distcc/files/3.2/conf
deleted file mode 100644
index c499271..0000000
--- a/packages/sys-devel/distcc/files/3.2/conf
+++ /dev/null
@@ -1,40 +0,0 @@
-# /etc/conf.d/distccd: config file for /etc/init.d/distccd
-
-DISTCCD_OPTS=""
-
-# this is the distccd executable
-DISTCCD_EXEC="/usr/bin/distccd"
-
-# this is where distccd will store its pid file
-DISTCCD_PIDFILE="/var/run/distccd/distccd.pid"
-
-# set this option to run distccd with extra parameters
-# Default port is 3632. For most people the default is okay.
-DISTCCD_OPTS="${DISTCCD_OPTS} --port 3632"
-
-# Logging
-# You can change some logging options here:
-# --log-file FILE
-# --log-level LEVEL [critical,error,warning, notice, info, debug]
-#
-# Leaving --log-file blank will log to syslog
-# example: --log-file /dev/null --log-level warning
-# example: --log-level critical
-
-DISTCCD_OPTS="${DISTCCD_OPTS} --log-level critical"
-
-# SECURITY NOTICE:
-# It is HIGHLY recommended that you use the --listen option
-# for increased security. You can specify an IP to permit connections
-# from or a CIDR mask
-# --listen accepts only a single IP
-# --allow is now mandatory as of distcc-2.18.
-# example: --allow 192.168.0.0/24
-# example: --allow 192.168.0.5 --allow 192.168.0.150
-# example: --listen 192.168.0.2
-DISTCCD_OPTS="${DISTCCD_OPTS} --allow 192.168.0.0/24"
-#DISTCCD_OPTS="${DISTCCD_OPTS} --listen 192.168.0.2"
-
-# set this for niceness
-# Default is 15
-DISTCCD_OPTS="${DISTCCD_OPTS} -N 15"