From e8835815f831ecacedf3e26857f7e1bfced09d1d Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Wed, 25 Nov 1998 22:04:29 +0000 Subject: [PATCH] Typo "sbin/upsmon" -> "sbin/upsmond" Submitted by: Igor Vinokurov --- sysutils/upsmon/files/upsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/upsmon/files/upsmon.sh b/sysutils/upsmon/files/upsmon.sh index eb59e9acfee5..8b1b28850698 100644 --- a/sysutils/upsmon/files/upsmon.sh +++ b/sysutils/upsmon/files/upsmon.sh @@ -3,5 +3,5 @@ # see !!PREFIX!!/share/doc/upsmon/INSTALL for command line option details if [ -x !!PREFIX!!/sbin/upsmon ]; then - !!PREFIX!!/sbin/upsmon -p /dev/cuaa0 && echo -n ' upsmond' + !!PREFIX!!/sbin/upsmond -p /dev/cuaa0 && echo -n ' upsmond' fi