aboutsummaryrefslogtreecommitdiff
path: root/sysutils/upsmon
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-05-12 07:52:18 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-05-12 07:52:18 +0000
commitf3350272f60e807497311a1ff5585259d2c8f371 (patch)
treec428fd10525404a8b8f5829a32880ef7d2646c31 /sysutils/upsmon
parent751eb9884c27e18cd11ebe9206d48e6875985a3e (diff)
downloadports-f3350272f60e807497311a1ff5585259d2c8f371.tar.gz
ports-f3350272f60e807497311a1ff5585259d2c8f371.zip
Notes
Diffstat (limited to 'sysutils/upsmon')
-rw-r--r--sysutils/upsmon/files/upsmon.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/upsmon/files/upsmon.sh b/sysutils/upsmon/files/upsmon.sh
index 11a3971819f3..31031407a2c0 100644
--- a/sysutils/upsmon/files/upsmon.sh
+++ b/sysutils/upsmon/files/upsmon.sh
@@ -9,7 +9,7 @@ start)
fi
;;
stop)
- killall updmond && echo -n ' upsmond'
+ killall upsmond && echo -n ' upsmond'
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2