From dfdcd345753f18050a6b88367d3efec05c0e9c92 Mon Sep 17 00:00:00 2001 From: Maniacikarus Date: Sun, 7 Dec 2008 20:47:39 +0100 Subject: [PATCH] Fixed hostap backup routine --- config/backup/includes/hostapd | 2 ++ src/paks/hostapd/update.sh | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/backup/includes/hostapd b/config/backup/includes/hostapd index e63e5d8c3..ea326f249 100644 --- a/config/backup/includes/hostapd +++ b/config/backup/includes/hostapd @@ -1,3 +1,5 @@ /etc/hostapd.conf +/etc/hostapd.accept +/etc/hostapd.deny /var/ipfire/wlanap/settings /var/ipfire/wlanap/hostapd.conf diff --git a/src/paks/hostapd/update.sh b/src/paks/hostapd/update.sh index 89c40d0d7..108cfa1f3 100644 --- a/src/paks/hostapd/update.sh +++ b/src/paks/hostapd/update.sh @@ -17,10 +17,12 @@ # along with IPFire; if not, write to the Free Software # # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # # -# Copyright (C) 2007 IPFire-Team . # +# Copyright (C) 2008 IPFire-Team . # # # ############################################################################ # . /opt/pakfire/lib/functions.sh +echo "/etc/hostapd.accept" >> /var/ipfire/backup/addons/includes/hostapd +echo "/etc/hostapd.deny" >> /var/ipfire/backup/addons/includes/hostapd ./uninstall.sh ./install.sh -- 2.39.2