From 3fd7d1bce2fd43f89f2fa93f33002e92d9c5a14c Mon Sep 17 00:00:00 2001 From: Dan Moschuk Date: Sun, 3 Oct 1999 21:38:11 +0000 Subject: Apply small fix from PR ports/14090. Submitted by: Eoin Lawless --- sysutils/upsmon/files/upsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils') 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 -- cgit v1.2.3