diff options
-rw-r--r-- | src.etc/rc.common | 2 |
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() |