From 1482b0d47432a94dba02a76a399abda3dd633969 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 27 Jul 2015 01:52:41 +0200 Subject: removed old reset target for hearbeat client init script as it is no longer supported diff --git a/openwrt/rhctl/files/heartbeatclient.init b/openwrt/rhctl/files/heartbeatclient.init index b4c6042..002dfb3 100755 --- a/openwrt/rhctl/files/heartbeatclient.init +++ b/openwrt/rhctl/files/heartbeatclient.init @@ -74,17 +74,3 @@ stop() { fi echo "." } - -reset() { - echo -n "$DESC: Restarting timeout" - if [ -f $PIDFILE ]; then - kill -HUP `cat $PIDFILE` > /dev/null 2>&1 - echo -n " (Ok)" - else - echo -n " (not running)" - fi - echo "." -} - -EXTRA_COMMANDS=reset -EXTRA_HELP=" reset Restart timeout and switch back to master" -- cgit v0.10.2