freebsd-ports/net-mgmt/coovachilli/files/patch-conf_down.sh.in
Dmitry Marakasov eec0520a03 CoovaChilli is an access controller
It provides a captive portal / walled garden environment.
Coova builds on the popular features of the now defunct Chillispot.

WWW: http://www.coova.org/

PR:		130357
Submitted by:	Sevan Janiyan <venture37 at geeklan dot co dot uk>
2009-01-20 11:57:59 +00:00

11 lines
375 B
Bash

--- conf/down.sh.in.orig 2009-01-10 18:04:37.000000000 +0000
+++ conf/down.sh.in 2009-01-10 18:04:52.000000000 +0000
@@ -5,8 +5,5 @@
. @ETCCHILLI@/functions
-[ -e "@VARRUN@/chilli.iptables" ] && sh @VARRUN@/chilli.iptables 2>/dev/null
-rm -f @VARRUN@/chilli.iptables 2>/dev/null
-
# site specific stuff optional
[ -e @ETCCHILLI@/ipdown.sh ] && . @ETCCHILLI@/ipdown.sh