From 325335498a1b5afa48487e62274a252c7a7f9710 Mon Sep 17 00:00:00 2001 From: "fredrik@DOLDA2000.COM" Date: Mon, 23 May 2005 21:28:14 +0000 Subject: [PATCH] Initial import. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/icmp-dn@251 959494ce-11ee-0310-bf91-de5d638817bd --- admin/icmpdnd-gentoo | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 admin/icmpdnd-gentoo diff --git a/admin/icmpdnd-gentoo b/admin/icmpdnd-gentoo new file mode 100755 index 0000000..26210f0 --- /dev/null +++ b/admin/icmpdnd-gentoo @@ -0,0 +1,19 @@ +#!/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 $? +} -- 2.11.0