summaryrefslogtreecommitdiffstats
path: root/package/nocatsplash/ipkg
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-18 13:28:59 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-18 13:28:59 +0000
commitc32c21b158a27bf529d425db1c2e30ac9fa5ddc4 (patch)
treeaeec25c9035a599794c46aa1e41769fb93feaf4f /package/nocatsplash/ipkg
parent48cf70b4451c49fbd282e683746e7350468c377d (diff)
Convert nocatsplash to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@932 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/nocatsplash/ipkg')
-rw-r--r--package/nocatsplash/ipkg/nocatsplash.conffiles1
-rw-r--r--package/nocatsplash/ipkg/nocatsplash.control12
2 files changed, 13 insertions, 0 deletions
diff --git a/package/nocatsplash/ipkg/nocatsplash.conffiles b/package/nocatsplash/ipkg/nocatsplash.conffiles
new file mode 100644
index 000000000..a25777d9a
--- /dev/null
+++ b/package/nocatsplash/ipkg/nocatsplash.conffiles
@@ -0,0 +1 @@
+/etc/nocat.conf
diff --git a/package/nocatsplash/ipkg/nocatsplash.control b/package/nocatsplash/ipkg/nocatsplash.control
new file mode 100644
index 000000000..747d330ff
--- /dev/null
+++ b/package/nocatsplash/ipkg/nocatsplash.control
@@ -0,0 +1,12 @@
+Package: nocatsplash
+Priority: optional
+Section: net
+Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
+Source: buildroot internal
+Depends: iptables-extra, glib1
+Description: NoCatSplash is an Open Public Network Gateway Daemon.
+ It performs as a [captive/open/active] portal. When run on a gateway/router
+ on a network, all web requests are redirected until the client either logs
+ in or clicks "I Accept" to an AUP. The gateway daemon then changes the
+ firewall rules on the gateway to pass traffic for that client (based on IP
+ address and MAC address).