diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2013-10-28 13:37:30 +0100 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2013-10-28 13:37:30 +0100 |
commit | af30ae612e6a4f8d7d7837a8e4eabcd98e267071 (patch) | |
tree | 409e331e07608073aa654548a79384b7d7b97925 /profiles | |
parent | profiles/server/dedibox: Move common USE flags definitions to higher (diff) | |
download | portage-af30ae612e6a4f8d7d7837a8e4eabcd98e267071.tar.xz |
profiles/server: Disable zeroconf USE flag for all server profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/server/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/server/make.defaults b/profiles/server/make.defaults index 34eaea7e..a5c47eb2 100644 --- a/profiles/server/make.defaults +++ b/profiles/server/make.defaults @@ -9,7 +9,7 @@ VIDEO_CARDS="dummy" USE="${USE} -introspection" # Network -USE="${USE} snmp" +USE="${USE} snmp -zeroconf" # 20/06/2013 - beber # Setting APACHE2_MODULES is non functional, need to expand manually |