From 13b2b3da59777d540147ceaf9815f9945c3f8708 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 03 Jun 2014 10:36:56 -0400 Subject: /etc/rc.common: Fix K prefix in /etc/rc.d/ links. --- diff --git a/src.etc/rc.common b/src.etc/rc.common index 42f33d6..e578ad0 100644 --- a/src.etc/rc.common +++ b/src.etc/rc.common @@ -106,7 +106,7 @@ enable() [ "x${START:+set}" = 'xset' ] && \ ln -sf "../init.d/${name}" "/etc/rc.d/S${START}${name}" [ "x${STOP:+set}" = 'xset' ] && \ - ln -sf "../init.d/${name}" "/etc/rc.d/S${STOP}${name}" + ln -sf "../init.d/${name}" "/etc/rc.d/K${STOP}${name}" } disable() -- cgit v0.9.1