aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2/apache2.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-19 08:55:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-19 08:55:00 +0000
commitc739506cea93e0121a7ef1030f9bcff062309273 (patch)
tree43ad0ea46b5c7842b1e58eb1f2cdb31f584a2f9d /main/apache2/apache2.initd
parentffac84404992398e48e3d1ad80e44ada3390d808 (diff)
main/apache2: replace opts in init.d script
ref #943
Diffstat (limited to 'main/apache2/apache2.initd')
-rwxr-xr-xmain/apache2/apache2.initd5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/apache2/apache2.initd b/main/apache2/apache2.initd
index 03a6d030321..537f435ab22 100755
--- a/main/apache2/apache2.initd
+++ b/main/apache2/apache2.initd
@@ -2,12 +2,13 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-opts="configdump configtest fullstatus graceful gracefulstop modules reload virtualhosts"
+extra_commands="configdump configtest modules virtualhosts"
+extra_started_commands="fullstatus graceful gracefulstop reload"
depend() {
need net
use mysql dns logger netmount postgresql
- after sshd
+ after sshd firewall
}
configtest() {