summaryrefslogtreecommitdiffstats
path: root/system/i8kutils/rc.i8kmon
diff options
context:
space:
mode:
author Fabio Sangiovanni2015-03-27 09:31:00 +0100
committer Willy Sudiarto Raharjo2015-03-27 09:31:00 +0100
commit3c71171762b643cb4e88158a7de7222db984321b (patch)
treeafc47de3bb6608afc6f027cfcf1cdc6a5ebddf9c /system/i8kutils/rc.i8kmon
parent98b0b1410b8e9d5da1b14eb852fa8258545274c7 (diff)
downloadslackbuilds-3c71171762b643cb4e88158a7de7222db984321b.tar.gz
system/i8kutils: Updated for version 1.42.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/i8kutils/rc.i8kmon')
-rw-r--r--system/i8kutils/rc.i8kmon4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/i8kutils/rc.i8kmon b/system/i8kutils/rc.i8kmon
index 1d88d42ccb..18640a1371 100644
--- a/system/i8kutils/rc.i8kmon
+++ b/system/i8kutils/rc.i8kmon
@@ -14,12 +14,12 @@ i8kmon_start() {
# Stop i8kmon
i8kmon_stop() {
echo "Stopping i8kmon daemon"
- pkill -f "tclsh /usr/bin/i8kmon -- $I8KMON_PARAMS"
+ pkill -f "tclsh /usr/bin/i8kmon $I8KMON_PARAMS"
}
# Check status
i8kmon_status() {
- pgrep -f "tclsh /usr/bin/i8kmon -- $I8KMON_PARAMS" > /dev/null
+ pgrep -f "tclsh /usr/bin/i8kmon $I8KMON_PARAMS" > /dev/null
local I8KMON_STATUS=$?
if [ $I8KMON_STATUS -ne 0 ]; then
return 1