X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=admin%2Fportage%2Fnet-misc%2Ficmpdn%2Ffiles%2Ficmpdnd;fp=admin%2Fportage%2Fnet-misc%2Ficmpdn%2Ffiles%2Ficmpdnd;h=0000000000000000000000000000000000000000;hb=84ddedb25b17c552a5111750a9bbd6c6da49951b;hp=26210f062f14fe0803ca194bbdf9c5dfff2b57e7;hpb=3d6972b9aabe6712a84fee7f80ef9b79b24b96c8;p=icmp-dn.git diff --git a/admin/portage/net-misc/icmpdn/files/icmpdnd b/admin/portage/net-misc/icmpdn/files/icmpdnd deleted file mode 100755 index 26210f0..0000000 --- a/admin/portage/net-misc/icmpdn/files/icmpdnd +++ /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 $? -}