diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 09:25:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 09:48:14 +0000 |
commit | 0e9d349fbd920a956eea9a741ecb2e44799b93a2 (patch) | |
tree | 8891d0418e8ecd934360c516b72e81f7960acf45 /main/hostapd/hostapd.initd | |
parent | f7e41e3ec0761800bdda53a43c44cdb028703d06 (diff) | |
download | aports-0e9d349fbd920a956eea9a741ecb2e44799b93a2.tar.bz2 aports-0e9d349fbd920a956eea9a741ecb2e44799b93a2.tar.xz |
main/hostapd: replace opts init.d script
Diffstat (limited to 'main/hostapd/hostapd.initd')
-rw-r--r-- | main/hostapd/hostapd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/hostapd/hostapd.initd b/main/hostapd/hostapd.initd index cbf962d8d..db19bd872 100644 --- a/main/hostapd/hostapd.initd +++ b/main/hostapd/hostapd.initd @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-wireless/hostapd/files/hostapd-0.6.9-init.d,v 1.2 2009/05/17 10:18:18 gurligebis Exp $ -opts="start stop reload" +extra_started_commands="reload" depend() { need net |