aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/upsmon
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1998-11-26 06:04:29 +0800
committerbillf <billf@FreeBSD.org>1998-11-26 06:04:29 +0800
commite767a0c7a7d5c149ba70ab22ac8842a6cf3ec845 (patch)
tree7f25246cfb2299067f20c57f6da5c76c2d0159e1 /sysutils/upsmon
parent14c6c21964ba53081877d662a289a0cafba94f82 (diff)
downloadfreebsd-ports-gnome-e767a0c7a7d5c149ba70ab22ac8842a6cf3ec845.tar.gz
freebsd-ports-gnome-e767a0c7a7d5c149ba70ab22ac8842a6cf3ec845.tar.zst
freebsd-ports-gnome-e767a0c7a7d5c149ba70ab22ac8842a6cf3ec845.zip
Typo "sbin/upsmon" -> "sbin/upsmond"
Submitted by: Igor Vinokurov
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 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