add a workaround for self-killing init scripts on restart (#1023)
authorFelix Fietkau <nbd@openwrt.org>
Wed, 20 Dec 2006 05:26:39 +0000 (05:26 +0000)
committerFelix 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

index ef944b5ae74d08741e8da74785f4c5122fa2e34d..cd7af6ab53f02ea3478a1f2938a799bcb9ca7e17 100755 (executable)
@@ -18,6 +18,7 @@ reload() {
 }
 
 restart() {
+       trap '' TERM
        stop
        start
 }