projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
671671d
)
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
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 ef944b5ae74d08741e8da74785f4c5122fa2e34d..cd7af6ab53f02ea3478a1f2938a799bcb9ca7e17 100755
(executable)
--- a/
openwrt/package/base-files/default/etc/rc.common
+++ b/
openwrt/package/base-files/default/etc/rc.common
@@
-18,6
+18,7
@@
reload() {
}
restart() {
+ trap '' TERM
stop
start
}