1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

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>
This commit is contained in:
Edwin Groothuis 2003-05-12 07:52:18 +00:00
parent 751eb9884c
commit f3350272f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80788

View File

@ -9,7 +9,7 @@ start)
fi
;;
stop)
killall updmond && echo -n ' upsmond'
killall upsmond && echo -n ' upsmond'
;;
*)
echo "Usage: `basename $0` {start|stop}" >&2