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

package/base-files/files/etc/rc.common

index 1e6c5e912b6c645c56e547345eb5c318bd599c69..5d9ee8666f55b41f9519652dfcb9d04d4968e7db 100755 (executable)
@@ -18,6 +18,7 @@ reload() {
 }
 
 restart() {
+       trap '' TERM
        stop
        start
 }