diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:15 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 911766ff5eda4d82994b56cad7d7be29ff8ba57b (patch) | |
tree | c6d140afc01b6ea9248ba4e8bd1b496b22fb6c8a /net-wireless/hostapd | |
parent | net-wireless/bluez: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-911766ff5eda4d82994b56cad7d7be29ff8ba57b.tar.gz gentoo-911766ff5eda4d82994b56cad7d7be29ff8ba57b.tar.bz2 gentoo-911766ff5eda4d82994b56cad7d7be29ff8ba57b.zip |
net-wireless/hostapd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-wireless/hostapd')
-rw-r--r-- | net-wireless/hostapd/files/hostapd-init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/hostapd/files/hostapd-init.d b/net-wireless/hostapd/files/hostapd-init.d index eafbc6046c73..fc423e7ad62f 100644 --- a/net-wireless/hostapd/files/hostapd-init.d +++ b/net-wireless/hostapd/files/hostapd-init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |