[patch-team] remove net/coova-chilli/patches/001-readd-macauth.patch Signed by: hanno...
authorScott V. Kamp <outbackdingo@gmail.com>
Sat, 30 Oct 2010 12:20:39 +0000 (12:20 +0000)
committerScott V. Kamp <outbackdingo@gmail.com>
Sat, 30 Oct 2010 12:20:39 +0000 (12:20 +0000)
SVN-Revision: 23720

net/coova-chilli/patches/001-readd-macauth.patch [deleted file]

diff --git a/net/coova-chilli/patches/001-readd-macauth.patch b/net/coova-chilli/patches/001-readd-macauth.patch
deleted file mode 100644 (file)
index 0ca6f3f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/conf/functions.in
-+++ b/conf/functions.in
-@@ -173,6 +173,7 @@ writeconfig() {
-     if [ "$HS_RADCONF" != "on" -a "$HS_RADCONF" != "url" ]; then 
-       [ "$HS_PAP_OK" = "on" ] && addconfig2 "papalwaysok"
-       [ "$HS_MACAUTH" = "on" ] && addconfig2 "macauth"
-+      [ "$HS_MACAUTH" = "on" -a -n "$HS_MACPASSWD" ] && addconfig2 "macpasswd $HS_MACPASSWD"
-       [ "$HS_MACREAUTH" = "on" ] && addconfig2 "macreauth"
-       [ "$HS_MACAUTHDENY" = "on" ] && addconfig2 "macauthdeny"
-       [ "$HS_WPAGUESTS" = "on" ] && addconfig2 "wpaguests"