diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 11:13:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 11:13:58 +0700 |
commit | 6533958a9588710114031ff7152edba83a8796a4 (patch) | |
tree | 74251ceeee0e1f5d49fdc3d1f3426e4922877445 /network | |
parent | 6e3c305e87a475f4a56178c7ff747a562a540783 (diff) | |
download | slackbuilds-6533958a9588710114031ff7152edba83a8796a4.tar.gz |
network/hostapd: Fix doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/hostapd/doinst.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/network/hostapd/doinst.sh b/network/hostapd/doinst.sh index 3babdb41ee..b32120085e 100644 --- a/network/hostapd/doinst.sh +++ b/network/hostapd/doinst.sh @@ -22,16 +22,4 @@ preserve_perms() { config $NEW } -config etc/hostapd/hostapd.accept.new -config etc/hostapd/hostapd.android.rc.new -config etc/hostapd/hostapd.conf.new -config etc/hostapd/hostapd.deny.new -config etc/hostapd/hostapd.eap_user.new -config etc/hostapd/hostapd.eap_user_sqlite.new -config etc/hostapd/hostapd.radius_clients.new -config etc/hostapd/hostapd.sim_db.new -config etc/hostapd/hostapd.vlan.new -config etc/hostapd/hostapd.wpa_psk.new -config etc/hostapd/wired.conf.new - preserve_perms etc/rc.d/rc.hostapd.new |