Date: Wed, 16 Jun 2010 19:30:05 GMT From: Sébastien Santoro <dereckson@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: docs/147918: www/en/gnome/docs/faq2.sgml documentation fix Message-ID: <201006161930.o5GJU58X095414@www.freebsd.org> Resent-Message-ID: <201006161940.o5GJe1PQ066366@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 147918 >Category: docs >Synopsis: www/en/gnome/docs/faq2.sgml documentation fix >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 16 19:40:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sébastien 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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006161930.o5GJU58X095414>