distcc: remove --no-fork option
With --no-fork distccd will only ever run one job at a time.
This commit is contained in:
parent
c82e624ab5
commit
7b66405855
|
@ -4,7 +4,6 @@ USER="nobody"
|
||||||
OPTIONS="--no-detach"
|
OPTIONS="--no-detach"
|
||||||
OPTIONS="$OPTIONS --daemon"
|
OPTIONS="$OPTIONS --daemon"
|
||||||
OPTIONS="$OPTIONS --user $USER"
|
OPTIONS="$OPTIONS --user $USER"
|
||||||
OPTIONS="$OPTIONS --no-fork"
|
|
||||||
ALLOW_FILE=/etc/distcc/clients.allow
|
ALLOW_FILE=/etc/distcc/clients.allow
|
||||||
if [ -f "$ALLOW_FILE" ]; then
|
if [ -f "$ALLOW_FILE" ]; then
|
||||||
ALLOW_OPTIONS=$(sed -e 's/#.*$//' -e '/^\s*$/d' -e 's/^/--allow /' < $ALLOW_FILE)
|
ALLOW_OPTIONS=$(sed -e 's/#.*$//' -e '/^\s*$/d' -e 's/^/--allow /' < $ALLOW_FILE)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'distcc'
|
# Template file for 'distcc'
|
||||||
pkgname=distcc
|
pkgname=distcc
|
||||||
version=3.2rc1
|
version=3.2rc1
|
||||||
revision=9
|
revision=10
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-Werror --with-gtk"
|
configure_args="--disable-Werror --with-gtk"
|
||||||
|
|
Loading…
Reference in New Issue