summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-11-25 22:04:29 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-11-25 22:04:29 +0000
commite8835815f831ecacedf3e26857f7e1bfced09d1d (patch)
tree8a5b92ccdd014407cff15891092f79bf27ae1d6b /sysutils
parentUpdate bug where a non-existant ${PREFIX}/www/data will make the install (diff)
Typo "sbin/upsmon" -> "sbin/upsmond"
Submitted by: Igor Vinokurov
Notes
Notes: svn path=/head/; revision=14902
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 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