summaryrefslogtreecommitdiffstats
path: root/src.etc/init.d/telnetd
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-03 10:32:53 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-03 10:32:53 (EDT)
commitfea7c2dc0cf939ed30e953b12e797cb1ebc7eacc (patch)
tree776a9f4f8daf99191338b8fca70ec093dea3f582 /src.etc/init.d/telnetd
parent2e78f310cc9a6a9374c013105e366eef031d6635 (diff)
/etc/init.d/*: Remove S and K from START and STOP.
Diffstat (limited to 'src.etc/init.d/telnetd')
-rwxr-xr-xsrc.etc/init.d/telnetd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src.etc/init.d/telnetd b/src.etc/init.d/telnetd
index d927778..50843e3 100755
--- a/src.etc/init.d/telnetd
+++ b/src.etc/init.d/telnetd
@@ -1,7 +1,7 @@
#!/bin/sh /etc/rc.common
-START='S50'
-STOP='K60'
+START='50'
+STOP='60'
start()
{