Browse Source

fix typo

SVN-Revision: 7170
Mike Baker 18 years ago
parent
commit
5eb30e636d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/base-files/files/etc/rc.common

+ 1 - 1
package/base-files/files/etc/rc.common

@@ -39,7 +39,7 @@ enable() {
 	name="$(basename "${initscript}")"
 	disable
 	[ "$START" ] && ln -s "/etc/init.d/$name" "$IPKG_INSTROOT/etc/rc.d/S${START}${name##S[0-9][0-9]}"
-	[ "$STOP"  ] && ln -s "/etc/init.d/$name" "$IPKG_INSTROOT/etc/rc.d/K${START}${name##K[0-9][0-9]}"
+	[ "$STOP"  ] && ln -s "/etc/init.d/$name" "$IPKG_INSTROOT/etc/rc.d/K${STOP}${name##K[0-9][0-9]}"
 }
 
 enabled() {