From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 76F91138010 for ; Thu, 30 Aug 2012 09:02:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C038D21C01B for ; Thu, 30 Aug 2012 09:02:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 592AFE05F8 for ; Thu, 30 Aug 2012 07:24:03 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66FC433D83C for ; Thu, 30 Aug 2012 07:24:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2104) id 1E74A20C24; Thu, 30 Aug 2012 07:24:01 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: jffnms.xml X-VCS-Repository: gentoo X-VCS-Files: jffnms.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120830072401.1E74A20C24@flycatcher.gentoo.org> Date: Thu, 30 Aug 2012 07:24:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: fddf1b19-0ba3-41d7-8656-ed333e58413f X-Archives-Hash: 8e4737b45de91f0a8e1a3d8e8dd17562 nightmorph 12/08/30 07:24:01 Modified: jffnms.xml Log: updated postgresql sections for the new SLOTs, bug #433072 Revision Changes Path 1.12 xml/htdocs/doc/en/jffnms.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.11&r2=1.12 Index: jffnms.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- jffnms.xml 4 Sep 2011 17:53:40 -0000 1.11 +++ jffnms.xml 30 Aug 2012 07:24:00 -0000 1.12 @@ -1,12 +1,12 @@ - + - + Jffnms Installation and Setup Guide - Otavio R. Piske + @@ -19,8 +19,8 @@ -1.5 -2008-03-17 +2 +2012-08-30 Jffnms Basics @@ -242,20 +242,22 @@

-You should add PostgreSQL to your default runlevel so it's started each time -you boot your computer. +You should add PostgreSQL to your default runlevel so it's started each time you +boot your computer. Make sure to change ${SLOT} to your PostgreSQL +slot, such as 9.1 or 9.2.

-# rc-update add postgresql default
+# rc-update add postgresql-${SLOT} default
 

-Now you must setup the PostgreSQL database. +Now you must setup the PostgreSQL database. Make sure to change +${VERSION} to your PostgreSQL version, such as 9.0.9 or 9.1.5.

-# emerge --config postgresql
+# emerge --config postgresql-server-${VERSION}
 

@@ -263,7 +265,7 @@

-# /etc/init.d/postgresql start
+# /etc/init.d/postgresql-${SLOT} start
 
@@ -290,7 +292,7 @@

-# psql jffnms jffnms < /opt/jffnms/docs/jffnms-0.8.3.pgsql
+# psql jffnms jffnms < /opt/jffnms/docs/jffnms-0.9.3.pgsql
 

@@ -315,7 +317,7 @@

-# mysql -u jffnms -pjffnms jffnms < /opt/jffnms/docs/jffnms-0.8.3.mysql
+# mysql -u jffnms -pjffnms jffnms < /opt/jffnms/docs/jffnms-0.9.3.mysql
 
@@ -404,8 +406,8 @@
  • Gentoo Forums
  • - PostgreSQL - 8 Documentation + PostgreSQL + 9 Documentation
  • MySQL Documentation