Create portage overlay tree.
[icmp-dn.git] / admin / icmpdnd-gentoo
diff --git a/admin/icmpdnd-gentoo b/admin/icmpdnd-gentoo
deleted file mode 100755 (executable)
index 26210f0..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/runscript
-
-opts="start stop restart"
-
-depend() {
-    need net
-}
-
-start() {
-    ebegin "Starting icmpdnd"
-    start-stop-daemon --start --quiet --exec /usr/sbin/icmpdnd
-    eend $?
-}
-
-stop() {
-    ebegin "Stopping icmpdnd"
-    start-stop-daemon --stop --quiet --exec /usr/sbin/icmpdnd
-    eend $?
-}