projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa3e816
)
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
openwrt/package/base-files/default/etc/rc.common
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/default/etc/rc.common
b/openwrt/package/base-files/default/etc/rc.common
index c871babe7904d82b7d92783d35f63f854a480f07..7e59892d0ac296a2467af6ba277c6f8364f532f3 100755
(executable)
--- a/
openwrt/package/base-files/default/etc/rc.common
+++ b/
openwrt/package/base-files/default/etc/rc.common
@@
-32,7
+32,7
@@
shutdown() {
disable() {
name="$(basename "${initscript}")"
- rm -f "$IPKG_INSTROOT
/etc/init.d/S??$name"
+ rm -f "$IPKG_INSTROOT
"/etc/init.d/S??$name
}
enable() {