Date: Sun, 11 May 2003 11:39:55 +0900 (JST) From: TSUMAI Yasuyuki <ral@ta-ko.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52053: Misspelling of ports/sysutils/upsmon/files/upsmon.sh Message-ID: <20030511023955.E30572F905@sakura.ta-ko.jp> Resent-Message-ID: <200305110240.h4B2e95d091886@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52053 >Category: ports >Synopsis: Misspelling of ports/sysutils/upsmon/files/upsmon.sh >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 10 19:40:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: TSUMAI Yasuyuki >Release: FreeBSD 4.8-STABLE i386 >Organization: ADCreation, Co. Ltd. >Environment: System: FreeBSD sakura.ta-ko.jp 4.8-STABLE FreeBSD 4.8-STABLE #0: Sun Apr 6 20:59:45 JST 2003 ral@sakura.ta-ko.jp:/usr/obj/usr/src/sys/RENTALv6 i386 >Description: I have found out a misspelling of a file: /usr/ports/sysutils/upsmon/files/upsmon.sh. >How-To-Repeat: >Fix: Please apply this patch. --- patch begins here --- --- upsmon.sh.orig Wed Jul 5 21:36:56 2000 +++ upsmon.sh Sun May 11 11:29:15 2003 @@ -9,7 +9,7 @@ fi ;; stop) - killall updmond && echo -n ' upsmond' + killall upsmond && echo -n ' upsmond' ;; *) echo "Usage: `basename $0` {start|stop}" >&2 --- patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030511023955.E30572F905>