Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/devrel/handbook: hb-guide-ebuild.xml
Date: Sat, 03 Nov 2007 22:02:28
Message-Id: E1IoR4Q-0002IU-M6@stork.gentoo.org
1 vapier 07/11/03 22:02:22
2
3 Modified: hb-guide-ebuild.xml
4 Log:
5 creating users is not required to be done in both pkg_setup and pkg_preinst
6
7 Revision Changes Path
8 1.47 xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml?rev=1.47&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml?rev=1.47&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml?r1=1.46&r2=1.47
13
14 Index: hb-guide-ebuild.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/devrel/handbook/hb-guide-ebuild.xml,v
17 retrieving revision 1.46
18 retrieving revision 1.47
19 diff -u -r1.46 -r1.47
20 --- hb-guide-ebuild.xml 1 Nov 2007 20:29:39 -0000 1.46
21 +++ hb-guide-ebuild.xml 3 Nov 2007 22:02:22 -0000 1.47
22 @@ -584,8 +584,7 @@
23 <ti>
24 Use this function to perform any miscellaneous prerequisite
25 tasks. This might include checking for an existing configuration
26 - file. If it is necessary to add users here, you must also do this
27 - check in <c>pkg_preinst()</c> before the package gets installed.
28 + file.
29 </ti>
30 </tr>
31 <tr>
32
33
34
35 --
36 gentoo-commits@g.o mailing list