Remove references to netscape from the new users article

Approved by:	bcr (mentor)
This commit is contained in:
Eitan Adler 2013-05-12 03:14:27 +00:00
parent faa2719484
commit a0f44093e0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41604

View file

@ -30,7 +30,6 @@
&tm-attrib.freebsd;
&tm-attrib.ibm;
&tm-attrib.microsoft;
&tm-attrib.netscape;
&tm-attrib.opengroup;
&tm-attrib.general;
</legalnotice>
@ -882,37 +881,6 @@
want is in the directory you are in, you need to type
<filename>./</filename> before the command to make it work; no
space after the slash.)</para>
<para>You might want to get the most recent version of &netscape;
from their <ulink url="ftp://ftp.netscape.com/">FTP site</ulink>.
(&netscape; requires the X Window System.) There is now a FreeBSD
version, so look around carefully. Just use <command>gunzip
<replaceable>filename</replaceable></command> and <command>tar
xvf <replaceable>filename</replaceable></command> on it, move
the binary to <filename>/usr/local/bin</filename> or some other
place binaries are kept, <command>rehash</command>, and then put
the following lines in <filename>.cshrc</filename> in each
user's home directory or (easier) in
<filename>/etc/csh.cshrc</filename>, the system-wide
<command>csh</command> start-up file:</para>
<informalexample>
<programlisting>setenv XKEYSYMDB /usr/X11R6/lib/X11/XKeysymDB
setenv XNLSPATH /usr/X11R6/lib/X11/nls</programlisting>
</informalexample>
<para>This assumes that the file <filename>XKeysymDB</filename>
and the directory <filename>nls</filename> are in
<filename>/usr/X11R6/lib/X11</filename>; if they are not, find
them and put them there.</para>
<para>If you originally got &netscape; as a port using the CDROM (or
FTP), do not replace <filename>/usr/local/bin/netscape</filename>
with the new netscape binary; this is just a shell script that
sets up the environment variables for you. Instead rename the
new binary to <filename>netscape.bin</filename> and replace the
old binary, which is
<filename>/usr/local/netscape/netscape</filename>.</para>
</sect1>
<sect1 id="your-working-environment">