diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-09 14:18:26 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-09 14:18:26 +0000 |
commit | 76e9efde94bdfb9954c29db7876f79f2d817ede5 (patch) | |
tree | 54e250147a4fa049d13a9f8b5679e7d1cc6cb34a /packages/distcc/files/default | |
parent | 1cdc9cd2ae85ac5430c8871dccc3222b7f629446 (diff) |
distcc: merge with Poky
* ALLOWED_NETS allows the default usbnet network
Diffstat (limited to 'packages/distcc/files/default')
-rw-r--r-- | packages/distcc/files/default | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/distcc/files/default b/packages/distcc/files/default new file mode 100644 index 0000000000..600e8cab45 --- /dev/null +++ b/packages/distcc/files/default @@ -0,0 +1,19 @@ +# Defaults for distcc initscript +# sourced by /etc/init.d/distcc + +# +# should distcc be started on boot? +# +# STARTDISTCC="true" + +STARTDISTCC="true" + +# +# Which networks/hosts should be allowed to connect to the daemon? +# You can list multiple hosts/networks separated by spaces. +# Networks have to be in CIDR notation, f.e. 192.168.1.0/24 +# Hosts are represented by a single IP Adress +# +# ALLOWEDNETS="127.0.0.1" + +ALLOWEDNETS="192.168.0.0/24" |