From fea7c2dc0cf939ed30e953b12e797cb1ebc7eacc Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pj@pehjota.net>
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/networking')

diff --git a/src.etc/init.d/networking b/src.etc/init.d/networking
index 4a69539..9073d1b 100755
--- a/src.etc/init.d/networking
+++ b/src.etc/init.d/networking
@@ -1,7 +1,7 @@
 #!/bin/sh /etc/rc.common
 
-START='S30'
-STOP='K80'
+START='30'
+STOP='80'
 
 start()
 {
--
cgit v0.9.1