Description: Add debian skeleton and set the correct dir
Author: Neil Williams <codehelp@debian.org>

--- gpe-shield-0.31.orig/ipshield
+++ gpe-shield-0.31/ipshield
@@ -4,11 +4,24 @@
 # Based on debian skeleton.
 #	
 
+### BEGIN INIT INFO
+# Provides:          gpe-shield
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Should-Start:      $local_fs
+# Should-Stop:       $local_fs
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: firewall configuration for GPE
+# Description:       start or stop the iptables network
+#                    filter for the embedded device
+### END INIT INFO
+
 set -e
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 GPE_SHIELD=/usr/bin/gpe-shield
-IPTABLES=/usr/sbin/iptables
+IPTABLES=/sbin/iptables
 NAME=gpe-shield
 DESC="GPE desktop firewall"
 
