projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e90a752
)
add a workaround for self-killing init scripts on restart (#1023)
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Dec 2006 05:26:39 +0000
(
05:26
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Dec 2006 05:26:39 +0000
(
05:26
+0000)
SVN-Revision: 5876
package/base-files/files/etc/rc.common
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/rc.common
b/package/base-files/files/etc/rc.common
index 1e6c5e912b6c645c56e547345eb5c318bd599c69..5d9ee8666f55b41f9519652dfcb9d04d4968e7db 100755
(executable)
--- a/
package/base-files/files/etc/rc.common
+++ b/
package/base-files/files/etc/rc.common
@@
-18,6
+18,7
@@
reload() {
}
restart() {
+ trap '' TERM
stop
start
}