Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/pkill-darwin: pkill-darwin-1.0.ebuild
Date: Wed, 18 May 2011 18:27:57
Message-Id: 20110518182747.7665B20054@flycatcher.gentoo.org
1 grobian 11/05/18 18:27:47
2
3 Modified: pkill-darwin-1.0.ebuild
4 Log:
5 fix ewarn -> einfo
6
7 (Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.2 sys-process/pkill-darwin/pkill-darwin-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/pkill-darwin/pkill-darwin-1.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/pkill-darwin/pkill-darwin-1.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/pkill-darwin/pkill-darwin-1.0.ebuild?r1=1.1&r2=1.2
15
16 Index: pkill-darwin-1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/pkill-darwin/pkill-darwin-1.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pkill-darwin-1.0.ebuild 18 May 2011 18:24:11 -0000 1.1
23 +++ pkill-darwin-1.0.ebuild 18 May 2011 18:27:47 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-process/pkill-darwin/pkill-darwin-1.0.ebuild,v 1.1 2011/05/18 18:24:11 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-process/pkill-darwin/pkill-darwin-1.0.ebuild,v 1.2 2011/05/18 18:27:47 grobian Exp $
29
30 EAPI=3
31
32 @@ -32,8 +32,8 @@
33
34 pkg_postinst() {
35 einfo "If you you want pgrep to be able to show and match on the arguments"
36 - ewarn "of all processes, you will have to make pgrep suid root. To do so"
37 - ewarn "you have to perform the following steps:"
38 - ewarn " % sudo chown root ${EPREFIX}/usr/bin/pgrep"
39 - ewarn " % sudo chmod u+s ${EPREFIX}/usr/bin/prgep"
40 + einfo "of all processes, you will have to make pgrep suid root. To do so"
41 + einfo "you have to perform the following steps:"
42 + einfo " % sudo chown root ${EPREFIX}/usr/bin/pgrep"
43 + einfo " % sudo chmod u+s ${EPREFIX}/usr/bin/prgep"
44 }