projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8612d33
)
fix typo
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Oct 2006 21:22:51 +0000
(21:22 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 15 Oct 2006 21:22:51 +0000
(21:22 +0000)
SVN-Revision: 5131
package/base-files/default/etc/rc.common
patch
|
blob
|
history
diff --git
a/package/base-files/default/etc/rc.common
b/package/base-files/default/etc/rc.common
index a08f5e523c622f4373763a3173cf88d1be36f1b0..6066afbd5519c0a1a2bc693589e8427eea654183 100755
(executable)
--- a/
package/base-files/default/etc/rc.common
+++ b/
package/base-files/default/etc/rc.common
@@
-32,7
+32,7
@@
shutdown() {
disable() {
name="$(basename "${initscript}")"
- rm -f "$IPKG_INSTROOT
/etc/rc.d/S??$name"
+ rm -f "$IPKG_INSTROOT
"/etc/rc.d/S??$name
}
enable() {