From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JAyfx-00018b-KW for garchives@archives.gentoo.org; Sat, 05 Jan 2008 02:22:18 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id m052MFjT025283; Sat, 5 Jan 2008 02:22:15 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id m052MEFC025272 for ; Sat, 5 Jan 2008 02:22:14 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E802B65651 for ; Sat, 5 Jan 2008 02:22:13 +0000 (UTC) Received: from jsbronder by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JAyfs-00040A-JX for gentoo-commits@lists.gentoo.org; Sat, 05 Jan 2008 02:22:12 +0000 From: "Justin Bronder (jsbronder)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jsbronder@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/ganglia/files: gmond.rc X-VCS-Repository: gentoo-x86 X-VCS-Files: gmond.rc X-VCS-Directories: sys-cluster/ganglia/files X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Justin Bronder Date: Sat, 05 Jan 2008 02:22:12 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 765cd636-a502-4305-aa25-48ea25c52e10 X-Archives-Hash: 90823923c077a946df7174b6edbb9788 jsbronder 08/01/05 02:22:12 Modified: gmond.rc Log: Fix typo in gmond.rc (bug #194879) (Portage version: 2.1.3.19) Revision Changes Path 1.2 sys-cluster/ganglia/files/gmond.rc file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/ganglia/files/gmond.rc?rev=1.2&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/ganglia/files/gmond.rc?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/ganglia/files/gmond.rc?r1=1.1&r2=1.2 Index: gmond.rc =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ganglia/files/gmond.rc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gmond.rc 23 Jan 2006 17:53:42 -0000 1.1 +++ gmond.rc 5 Jan 2008 02:22:12 -0000 1.2 @@ -11,7 +11,7 @@ } stop() { - ebegin "Shutting down GANGLIA gmnod: " + ebegin "Shutting down GANGLIA gmond: " start-stop-daemon --stop --quiet --exec /usr/sbin/gmond eend $? "Failed to stop gmond" } -- gentoo-commits@gentoo.org mailing list