Update packages that use $openrc_services with the third argument.

Packages that can be started without modifications are enabled,
well some of them, otherwise disabled.

--HG--
extra : convert_revision : 42105adabbc02b0f07a5d7173664778a5001c739
This commit is contained in:
Juan RP
2010-04-16 22:09:33 +02:00
parent f704027919
commit 5aa2f34f73
26 changed files with 69 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
# Template file for 'avahi'
pkgname=avahi
version=0.6.25
revision=4
revision=5
distfiles="http://www.avahi.org/download/avahi-$version.tar.gz"
build_style=gnu_configure
configure_args="--disable-qt3 --disable-qt4 --disable-mono --disable-monodoc
@@ -22,7 +22,7 @@ long_desc="
# Create avahi and netdev system accounts.
system_accounts="avahi netdev"
openrc_services="avahi-daemon default avahi-dnsconfd default"
openrc_services="avahi-daemon default true avahi-dnsconfd default true"
conf_files="/etc/avahi/avahi-daemon.conf /etc/avahi/hosts.conf"
subpackages="$pkgname-autoipd $pkgname-discover $pkgname-compat-libs"