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:
@@ -1,6 +1,7 @@
|
||||
# Template file for 'dnsmasq'
|
||||
pkgname=dnsmasq
|
||||
version=2.51
|
||||
revision=1
|
||||
distfiles="http://www.thekelleys.org.uk/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_makefile
|
||||
make_build_target="all-i18n"
|
||||
@@ -18,13 +19,16 @@ long_desc="
|
||||
dynamic DHCP leases and BOOTP/TFTP/PXE for network booting of diskless machines."
|
||||
|
||||
conf_files="/etc/dnsmasq.conf /etc/conf.d/dnsmasq"
|
||||
openrc_services="dnsmasq default"
|
||||
openrc_services="dnsmasq default false"
|
||||
|
||||
Add_dependency full glibc
|
||||
Add_dependency full dbus
|
||||
Add_dependency full libcap
|
||||
Add_dependency full libidn
|
||||
Add_dependency run glibc
|
||||
Add_dependency run dbus-libs
|
||||
Add_dependency run libcap
|
||||
Add_dependency run libidn
|
||||
Add_dependency build gettext
|
||||
Add_dependency build dbus-devel
|
||||
Add_dependency build libcap-devel
|
||||
Add_dependency build libidn-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user