summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-07-26 23:52:41 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-07-26 23:52:41 (GMT)
commit1482b0d47432a94dba02a76a399abda3dd633969 (patch)
tree6445eadfd04f4c17911fd11aa64b644f1b93177c /openwrt
parent045bad921d4051650976be56aee1f0b7ba6a98b8 (diff)
removed old reset target for hearbeat client init script as it is no longer supported
Diffstat (limited to 'openwrt')
-rwxr-xr-xopenwrt/rhctl/files/heartbeatclient.init14
1 files changed, 0 insertions, 14 deletions
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"