summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-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 8b1b28850698..23f86fa5d6b6 100644
--- a/sysutils/upsmon/files/upsmon.sh
+++ b/sysutils/upsmon/files/upsmon.sh
@@ -2,6 +2,6 @@
# see !!PREFIX!!/share/doc/upsmon/INSTALL for command line option details
-if [ -x !!PREFIX!!/sbin/upsmon ]; then
+if [ -x !!PREFIX!!/sbin/upsmond ]; then
!!PREFIX!!/sbin/upsmond -p /dev/cuaa0 && echo -n ' upsmond'
fi