projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
remove an obsolete function
[openwrt.git]
/
package
/
base-files
/
default
/
etc
/
rc.common
diff --git
a/package/base-files/default/etc/rc.common
b/package/base-files/default/etc/rc.common
index
a08f5e5
..
6066afb
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() {
This page took
0.022785 seconds
and
4
git commands to generate.