Remove crufty invirt-web-iptables files
authorGreg Brockman <gdb@mit.edu>
Thu, 5 Aug 2010 02:36:04 +0000 (22:36 -0400)
committerGreg Brockman <gdb@mit.edu>
Mon, 23 Aug 2010 16:16:01 +0000 (12:16 -0400)
debian/changelog
debian/invirt-web-iptables.init [deleted file]
debian/invirt-web-iptables.install [deleted file]

index 4a478d7..f3b4f95 100644 (file)
@@ -1,3 +1,9 @@
+invirt-web (0.1.6) unstable; urgency=low
+
+  * Remove crufty invirt-web-iptables files
+
+ -- Greg Brockman <gdb@mit.edu>  Sat, 14 Aug 2010 00:46:44 -0400
+
 invirt-web (0.1.5) unstable; urgency=low
 
   * Removed nonexistance makefile target and redundant ch{mod,gp}ing
diff --git a/debian/invirt-web-iptables.init b/debian/invirt-web-iptables.init
deleted file mode 100755 (executable)
index 9c107ee..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-#! /bin/sh
-### BEGIN INIT INFO
-# Provides:          invirt-web-iptables
-# Required-Start:    $local_fs $remote_fs
-# Required-Stop:     $local_fs $remote_fs
-# Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
-# Short-Description: Invirt web server iptables rules
-# Description:       
-### END INIT INFO
-
-NAME=invirt-web-iptables
-DESC="Invirt web server iptables rules"
-RULES=/usr/share/invirt-web-iptables/iptables.rules
-GEN_FILES=$RULES
-PATH=/sbin:/usr/sbin:/bin:/usr/bin
-
-dpkg -s "$NAME" >/dev/null 2>/dev/null || exit 0
-
-. /lib/init/gen-files.sh
-. /lib/init/std-init.sh
-
-do_start()
-{
-       gen_files
-        echo 1 > /proc/sys/net/ipv4/ip_forward
-       /sbin/iptables-restore < $RULES
-}
-
-do_reload()
-{
-       do_start
-}
-
-do_stop()
-{
-       return 0
-}
-
-std_init "$1"
diff --git a/debian/invirt-web-iptables.install b/debian/invirt-web-iptables.install
deleted file mode 100644 (file)
index 9da31b3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-files/* .