Date: Sun, 18 Jul 2004 15:51:13 -0600 (MDT) From: Brad Davis <so14k@so14k.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/69250: [patch] s/firebird/firefox/ Message-ID: <20040718215113.5DA8A65B@mccaffrey.house.so14k.com> Resent-Message-ID: <200407182200.i6IM0mKp007833@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69250 >Category: docs >Synopsis: [patch] s/firebird/firefox/ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 18 22:00:48 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD mccaffrey.house.so14k.com 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri May 28 08:02:41 MDT 2004 root@mccaffrey.house.so14k.com:/usr/obj/usr/src/sys/MCCAFFREY i386 >Description: Remove the references to Firebird in fbsd-from-scratch >How-To-Repeat: >Fix: Apply the following patch: --- doc-ori/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_2.conf.default Wed Jan 21 12:39:26 2004 +++ doc/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_2.conf.default Sun Jul 18 15:41:29 2004 @@ -34,7 +34,7 @@ www apache2 www weblint www amaya -www mozilla-firebird +www firefox www mozilla make WITHOUT_MAILNEWS=yes WITHOUT_COMPOSER=yes WITHOUT_LDAP=yes WITHOUT_CHATZILLA=yes WITHOUT_XMLTERM=yes install www checkbot www privoxy --- doc-ori/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_3.mk Wed Jan 21 12:39:26 2004 +++ doc/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_3.mk Sun Jul 18 15:44:05 2004 @@ -15,7 +15,7 @@ message: @echo "Please use one of the following targets:" @echo "config_apache" - @echo "config_firebird" + @echo "config_firefox" @echo "config_inn" @echo "config_javaplugin" @echo "config_nullplugin" @@ -31,7 +31,7 @@ all: \ config_apache \ - config_firebird \ + config_firefox \ config_inn \ config_javaplugin \ config_nullplugin \ @@ -68,9 +68,9 @@ /usr/local/etc/rc.d/apache2.sh start; \ fi -config_firebird: +config_firefox: # Make this group wheel writable to allow extensions being installed. - chmod -R g+w /usr/X11R6/lib/firebird/lib/mozilla-1.5/chrome + chmod -R g+w /usr/X11R6/lib/firefox/lib/mozilla-1.5/chrome config_inn: pw usermod -n news -d /usr/local/news -s /bin/sh @@ -150,8 +150,8 @@ fi config_javaplugin: - # Mozilla Firebird: - cd /usr/X11R6/lib/firebird/lib/mozilla-1.5/plugins; \ + # Mozilla Firefox: + cd /usr/X11R6/lib/firefox/lib/mozilla-1.5/plugins; \ ln -fs /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so # Plain Mozilla: cd /usr/X11R6/lib/mozilla/plugins; \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040718215113.5DA8A65B>