From nobody@FreeBSD.org  Wed Jun 16 19:30:05 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B1F231065676
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jun 2010 19:30:05 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 9F3548FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jun 2010 19:30:05 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o5GJU52l095416
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 16 Jun 2010 19:30:05 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o5GJU58X095414;
	Wed, 16 Jun 2010 19:30:05 GMT
	(envelope-from nobody)
Message-Id: <201006161930.o5GJU58X095414@www.freebsd.org>
Date: Wed, 16 Jun 2010 19:30:05 GMT
From: Sbastien Santoro <dereckson@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: www/en/gnome/docs/faq2.sgml documentation fix
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         147918
>Category:       docs
>Synopsis:       www/en/gnome/docs/faq2.sgml documentation fix
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 16 19:40:01 UTC 2010
>Closed-Date:    Wed Jun 16 21:35:23 UTC 2010
>Last-Modified:  Wed Jun 16 21:40:01 UTC 2010
>Originator:     Sbastien Santoro
>Release:        8.0-RELEASE
>Organization:
>Environment:
FreeBSD scherzo.dereckson.be 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Webpage: www.freebsd.org/gnome/docs/faq2.html#q2

On FreeBSD 8.x and later, 
i. the avahi rc.d scripts doesn't end by .sh
ii. all services not yet defined in /etc/rc.conf must use onestart
instead start.

According those changes, the FAQ's question 2 should be edited like this:

---------------------------
If you do not want to reboot immediately after the installation, you
can invoke the following commands:

# /usr/local/etc/rc.d/dbus onestart
# /usr/local/etc/rc.d/avahi-daemon onestart
# /usr/local/etc/rc.d/avahi-dnsconfd onestart
# /usr/local/etc/rc.d/hald onestart
# /usr/local/etc/rc.d/gdm onestart
---------------------------

The patch in attachment does this correction.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- faq2.sgml.dist	2010-06-16 18:53:50.000000000 +0000
+++ faq2.sgml	2010-06-16 18:54:38.000000000 +0000
@@ -145,11 +145,11 @@
 	      installation, you can invoke the following commands:</p>
 
 	    <pre>
-# /usr/local/etc/rc.d/dbus start
-# /usr/local/etc/rc.d/avahi-daemon.sh start
-# /usr/local/etc/rc.d/avahi-dnsconfd.sh start
-# /usr/local/etc/rc.d/hald start
-# /usr/local/etc/rc.d/gdm start
+# /usr/local/etc/rc.d/dbus onestart
+# /usr/local/etc/rc.d/avahi-daemon onestart
+# /usr/local/etc/rc.d/avahi-dnsconfd onestart
+# /usr/local/etc/rc.d/hald onestart
+# /usr/local/etc/rc.d/gdm onestart
 	    </pre>
 
 	    <p>To start GNOME &gnomever; under X without using GDM,


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kwm 
State-Changed-When: Wed Jun 16 21:34:35 UTC 2010 
State-Changed-Why:  
Committed thanks. Onestart isn't needed gnome_enable=yes will take care of it. 


Responsible-Changed-From-To: freebsd-doc->gnome 
Responsible-Changed-By: kwm 
Responsible-Changed-When: Wed Jun 16 21:34:35 UTC 2010 
Responsible-Changed-Why:  
Committed thanks. Onestart isn't needed gnome_enable=yes will take care of it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=147918 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/147918: commit references a PR
Date: Wed, 16 Jun 2010 21:36:11 +0000 (UTC)

 kwm         2010-06-16 21:34:19 UTC
 
   FreeBSD doc repository (ports committer)
 
   Modified files:
     en/gnome/docs        faq2.sgml 
   Log:
   The 2 avahi start script don't end with .sh anymore.
   
   PR:             147918
   Submitted by:   Sebastien Santoro <dereckson@gmail.com>
   
   Revision  Changes    Path
   1.144     +3 -3      www/en/gnome/docs/faq2.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
