diff options
author | Dan Moschuk <dan@FreeBSD.org> | 1999-10-03 21:38:11 +0000 |
---|---|---|
committer | Dan Moschuk <dan@FreeBSD.org> | 1999-10-03 21:38:11 +0000 |
commit | 3fd7d1bce2fd43f89f2fa93f33002e92d9c5a14c (patch) | |
tree | 47a157ad3acb4a7bce8e6e847da807c87d86d132 /sysutils/upsmon | |
parent | 70b8a0d27388ead75bc1b5f08cf1e5e547c15324 (diff) | |
download | ports-3fd7d1bce2fd43f89f2fa93f33002e92d9c5a14c.tar.gz ports-3fd7d1bce2fd43f89f2fa93f33002e92d9c5a14c.zip |
Notes
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 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 |