summaryrefslogtreecommitdiffstats
path: root/src.etc/init.d/syslog
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/syslog
parent2e78f310cc9a6a9374c013105e366eef031d6635 (diff)
/etc/init.d/*: Remove S and K from START and STOP.
Diffstat (limited to 'src.etc/init.d/syslog')
-rwxr-xr-xsrc.etc/init.d/syslog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src.etc/init.d/syslog b/src.etc/init.d/syslog
index 42fa581..095a9bf 100755
--- a/src.etc/init.d/syslog
+++ b/src.etc/init.d/syslog
@@ -2,8 +2,8 @@
SYSLOG_ROTATE_SIZE=65536
-START='S40'
-STOP='K70'
+START='40'
+STOP='70'
start()
{