Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: jffnms.xml
Date: Thu, 30 Aug 2012 09:02:43
Message-Id: 20120830072401.1E74A20C24@flycatcher.gentoo.org
1 nightmorph 12/08/30 07:24:01
2
3 Modified: jffnms.xml
4 Log:
5 updated postgresql sections for the new SLOTs, bug #433072
6
7 Revision Changes Path
8 1.12 xml/htdocs/doc/en/jffnms.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.11&r2=1.12
13
14 Index: jffnms.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v
17 retrieving revision 1.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- jffnms.xml 4 Sep 2011 17:53:40 -0000 1.11
21 +++ jffnms.xml 30 Aug 2012 07:24:00 -0000 1.12
22 @@ -1,12 +1,12 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.11 2011/09/04 17:53:40 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.12 2012/08/30 07:24:00 nightmorph Exp $ -->
27
28 -<guide lang="en">
29 +<guide>
30 <title>Jffnms Installation and Setup Guide</title>
31
32 <author title="Author">
33 - <mail link="angusyoung@g.o">Otavio R. Piske</mail>
34 + <mail link="angusyoung"/>
35 </author>
36
37 <abstract>
38 @@ -19,8 +19,8 @@
39 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
40 <license/>
41
42 -<version>1.5</version>
43 -<date>2008-03-17</date>
44 +<version>2</version>
45 +<date>2012-08-30</date>
46
47 <chapter>
48 <title>Jffnms Basics</title>
49 @@ -242,20 +242,22 @@
50 </note>
51
52 <p>
53 -You should add PostgreSQL to your default runlevel so it's started each time
54 -you boot your computer.
55 +You should add PostgreSQL to your default runlevel so it's started each time you
56 +boot your computer. Make sure to change <c>${SLOT}</c> to your PostgreSQL
57 +slot, such as 9.1 or 9.2.
58 </p>
59
60 <pre caption="Adding PostgreSQL to the default runlevel">
61 -# <i>rc-update add postgresql default</i>
62 +# <i>rc-update add postgresql-${SLOT} default</i>
63 </pre>
64
65 <p>
66 -Now you must setup the PostgreSQL database.
67 +Now you must setup the PostgreSQL database. Make sure to change
68 +<c>${VERSION}</c> to your PostgreSQL version, such as 9.0.9 or 9.1.5.
69 </p>
70
71 <pre caption="Preparing PostgreSQL">
72 -# <i>emerge --config postgresql</i>
73 +# <i>emerge --config postgresql-server-${VERSION}</i>
74 </pre>
75
76 <p>
77 @@ -263,7 +265,7 @@
78 </p>
79
80 <pre caption="Starting PostgreSQL">
81 -# <i>/etc/init.d/postgresql start</i>
82 +# <i>/etc/init.d/postgresql-${SLOT} start</i>
83 </pre>
84
85 </body>
86 @@ -290,7 +292,7 @@
87 </p>
88
89 <pre caption="Creating Jffnms tables">
90 -# <i>psql jffnms jffnms &lt; /opt/jffnms/docs/jffnms-0.8.3.pgsql</i>
91 +# <i>psql jffnms jffnms &lt; /opt/jffnms/docs/jffnms-0.9.3.pgsql</i>
92 </pre>
93
94 <p>
95 @@ -315,7 +317,7 @@
96 </p>
97
98 <pre caption="Create a mysql table.">
99 -# <i>mysql -u jffnms -pjffnms jffnms &lt; /opt/jffnms/docs/jffnms-0.8.3.mysql</i>
100 +# <i>mysql -u jffnms -pjffnms jffnms &lt; /opt/jffnms/docs/jffnms-0.9.3.mysql</i>
101 </pre>
102
103 </body>
104 @@ -404,8 +406,8 @@
105 </li>
106 <li><uri link="http://forums.gentoo.org">Gentoo Forums</uri></li>
107 <li>
108 - <uri link="http://www.postgresql.org/docs/8.0/static/index.html">PostgreSQL
109 - 8 Documentation</uri>
110 + <uri link="http://www.postgresql.org/docs/9.1/static/index.html">PostgreSQL
111 + 9 Documentation</uri>
112 </li>
113 <li><uri link="http://dev.mysql.com/doc/">MySQL Documentation</uri></li>
114 </ul>