diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 08:55:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 08:55:00 +0000 |
commit | c739506cea93e0121a7ef1030f9bcff062309273 (patch) | |
tree | 43ad0ea46b5c7842b1e58eb1f2cdb31f584a2f9d /main/apache2/apache2.initd | |
parent | ffac84404992398e48e3d1ad80e44ada3390d808 (diff) | |
download | aports-c739506cea93e0121a7ef1030f9bcff062309273.tar.bz2 aports-c739506cea93e0121a7ef1030f9bcff062309273.tar.xz |
main/apache2: replace opts in init.d script
ref #943
Diffstat (limited to 'main/apache2/apache2.initd')
-rwxr-xr-x | main/apache2/apache2.initd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/apache2/apache2.initd b/main/apache2/apache2.initd index 03a6d03032..537f435ab2 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() { |