Moved portage stuff to new dir.
[icmp-dn.git] / admin / portage / net-misc / icmpdn / files / icmpdnd
diff --git a/admin/portage/net-misc/icmpdn/files/icmpdnd b/admin/portage/net-misc/icmpdn/files/icmpdnd
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 $?
-}