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