summaryrefslogtreecommitdiffstats
path: root/init.d/inetd
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/inetd')
-rwxr-xr-xinit.d/inetd13
1 files changed, 0 insertions, 13 deletions
diff --git a/init.d/inetd b/init.d/inetd
deleted file mode 100755
index eb2439f..0000000
--- a/init.d/inetd
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/runscript
-
-start() {
- ebegin "Starting inetd"
- inetd $INETD_OPTS
- eend $?
-}
-
-stop () {
- ebegin "Stopping inetd"
- killall inetd
- eend $?
-}