diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-15 13:37:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-09-15 13:37:14 +0000 |
commit | 4819018efc8e6ae441611752b34fe423e8131b84 (patch) | |
tree | ed31e349512cb910d06546a6b93b25dab174fd29 /main/dhcp/dhcpd.initd | |
parent | acd4c15075719e41475ad01d3ab31ef32d09a036 (diff) | |
download | aports-4819018efc8e6ae441611752b34fe423e8131b84.tar.bz2 aports-4819018efc8e6ae441611752b34fe423e8131b84.tar.xz |
main/dansguardian,dhcpd: start service after firewall
Diffstat (limited to 'main/dhcp/dhcpd.initd')
-rw-r--r-- | main/dhcp/dhcpd.initd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/dhcp/dhcpd.initd b/main/dhcp/dhcpd.initd index 82cb26e77..447578c90 100644 --- a/main/dhcp/dhcpd.initd +++ b/main/dhcp/dhcpd.initd @@ -9,6 +9,7 @@ DHCPD_CONF=${DHCPD_CONF:-/etc/dhcp/dhcpd.conf} depend() { need net + after firewall use logger dns } |