diff options
author | P. 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) |
commit | fea7c2dc0cf939ed30e953b12e797cb1ebc7eacc (patch) | |
tree | 776a9f4f8daf99191338b8fca70ec093dea3f582 /src.etc/init.d/mountall | |
parent | 2e78f310cc9a6a9374c013105e366eef031d6635 (diff) |
/etc/init.d/*: Remove S and K from START and STOP.
Diffstat (limited to 'src.etc/init.d/mountall')
-rwxr-xr-x | src.etc/init.d/mountall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src.etc/init.d/mountall b/src.etc/init.d/mountall index 76aa75a..50e7ade 100755 --- a/src.etc/init.d/mountall +++ b/src.etc/init.d/mountall @@ -1,6 +1,6 @@ #!/bin/sh /etc/rc.common -START='S20' +START='20' start() { |