summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-03 10:36:56 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-03 10:36:56 (EDT)
commit13b2b3da59777d540147ceaf9815f9945c3f8708 (patch)
treebf63a0eda13a11beafdefe55dc014be0c2f6d3ca
parentfea7c2dc0cf939ed30e953b12e797cb1ebc7eacc (diff)
/etc/rc.common: Fix K prefix in /etc/rc.d/ links.
-rw-r--r--src.etc/rc.common2
1 files changed, 1 insertions, 1 deletions
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()