diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-12 07:52:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-05-12 07:52:18 +0000 |
commit | f3350272f60e807497311a1ff5585259d2c8f371 (patch) | |
tree | c428fd10525404a8b8f5829a32880ef7d2646c31 /sysutils/upsmon | |
parent | 751eb9884c27e18cd11ebe9206d48e6875985a3e (diff) | |
download | ports-f3350272f60e807497311a1ff5585259d2c8f371.tar.gz ports-f3350272f60e807497311a1ff5585259d2c8f371.zip |
Misspelling of ports/sysutils/upsmon/files/upsmon.sh
PR: ports/52053
Submitted by: TSUMAI Yasuyuki <ral@ta-ko.jp>
Approved by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=80788
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 11a3971819f3..31031407a2c0 100644 --- a/sysutils/upsmon/files/upsmon.sh +++ b/sysutils/upsmon/files/upsmon.sh @@ -9,7 +9,7 @@ start) fi ;; stop) - killall updmond && echo -n ' upsmond' + killall upsmond && echo -n ' upsmond' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 |