diff options
author | billf <billf@FreeBSD.org> | 1998-11-26 06:04:29 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-11-26 06:04:29 +0800 |
commit | e767a0c7a7d5c149ba70ab22ac8842a6cf3ec845 (patch) | |
tree | 7f25246cfb2299067f20c57f6da5c76c2d0159e1 /sysutils/upsmon | |
parent | 14c6c21964ba53081877d662a289a0cafba94f82 (diff) | |
download | freebsd-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.sh | 2 |
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 |