X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=admin%2Ficmpdnd-gentoo;fp=admin%2Ficmpdnd-gentoo;h=0000000000000000000000000000000000000000;hb=53fbf040abd0ceb514f8733af9b6ccfafb701b30;hp=26210f062f14fe0803ca194bbdf9c5dfff2b57e7;hpb=71b7d521ee2f8c3ab54255be7f22b74d0c35c651;p=icmp-dn.git diff --git a/admin/icmpdnd-gentoo b/admin/icmpdnd-gentoo deleted file mode 100755 index 26210f0..0000000 --- a/admin/icmpdnd-gentoo +++ /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 $? -}