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 | |
parent | f7e41e3ec0761800bdda53a43c44cdb028703d06 (diff) | |
download | aports-0e9d349fbd920a956eea9a741ecb2e44799b93a2.tar.bz2 aports-0e9d349fbd920a956eea9a741ecb2e44799b93a2.tar.xz |
main/hostapd: replace opts init.d script
Diffstat (limited to 'main/hostapd')
-rw-r--r-- | main/hostapd/APKBUILD | 4 | ||||
-rw-r--r-- | main/hostapd/hostapd.initd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/main/hostapd/APKBUILD b/main/hostapd/APKBUILD index cf8b875648..eec6093d11 100644 --- a/main/hostapd/APKBUILD +++ b/main/hostapd/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=hostapd pkgver=0.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="daemon for wireless software access points" url="http://hostap.epitest.fi/hostapd/" arch="all" @@ -107,5 +107,5 @@ package() { } md5sums="91a7c8d0f090b7104152d3455a84c112 hostapd-0.7.3.tar.gz -fdbc94a99eca18f51294b5a96136ffdf hostapd.initd +de734b22c3ad1e85309b5634d29c6225 hostapd.initd c91382209042defa04e79d0ae841a29e hostapd.confd" diff --git a/main/hostapd/hostapd.initd b/main/hostapd/hostapd.initd index cbf962d8d1..db19bd8728 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 |