From fea7c2dc0cf939ed30e953b12e797cb1ebc7eacc Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 03 Jun 2014 10:32:53 -0400 Subject: /etc/init.d/*: Remove S and K from START and STOP. --- (limited to 'src.etc/init.d/syslog') 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() { -- cgit v0.9.1