Index: chapter.sgml =================================================================== RCS file: /dcvs/doc/en/books/handbook/basics/chapter.sgml,v retrieving revision 1.10 diff -u -r1.10 chapter.sgml --- chapter.sgml 12 Jul 2006 04:00:59 -0000 1.10 +++ chapter.sgml 10 Aug 2006 20:56:42 -0000 @@ -255,7 +255,7 @@ ttyv5 "/usr/libexec/getty Pc" cons25 on secure ttyv6 "/usr/libexec/getty Pc" cons25 on secure ttyv7 "/usr/libexec/getty Pc" cons25 on secure -ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure +ttyv8 "/usr/pkg/xorg/bin/xdm -nodaemon" xterm off secure For a detailed description of every column in this file and all the options you can use to set things up for the virtual consoles, @@ -760,12 +760,6 @@ - /stand/ - Programs used in a standalone environment. - - - - /tmp/ Temporary files. The contents of /tmp are usually NOT @@ -832,15 +826,22 @@ /usr/pkg Used as the default destination for the files installed via the - &pkgsrc; framework or &pkgsrc; packages (optional). + &pkgsrctree; or &pkgsrc; packages (optional). The configuration directory is tunable, but the default location is /usr/pkg/etc. + + + /usr/pkg/xorg/ + X11R6 distribution executables, libraries, etc + (optional). + /usr/pkgsrc - The &pkgsrc; collection for installing packages (optional). + The &pkgsrctree; for installing packages (optional). @@ -859,13 +860,6 @@ - /usr/X11R6/ - X11R6 distribution executables, libraries, etc - (optional). - - - /var/ Multi-purpose log, temporary, transient, and spool files. A memory-based file system is sometimes mounted at @@ -2123,13 +2117,13 @@ EDITOR environment variable, under csh or tcsh a command like this would set EDITOR to - /usr/local/bin/emacs: + /usr/pkg/bin/emacs: - &prompt.user; setenv EDITOR /usr/local/bin/emacs + &prompt.user; setenv EDITOR /usr/pkg/bin/emacs Under Bourne shells: - &prompt.user; export EDITOR="/usr/local/bin/emacs" + &prompt.user; export EDITOR="/usr/pkg/bin/emacs" You can also make most shells expand the environment variable by placing a $ character in front of it on the @@ -2171,13 +2165,13 @@ change your shell to bash, the following should do the trick: - &prompt.user; chsh -s /usr/local/bin/bash + &prompt.user; chsh -s /usr/pkg/bin/bash The shell that you wish to use must be present in the /etc/shells file. If you - have installed a shell from the &pkgsrc; - collection, then this should have been done for you + have installed a shell from the &pkgsrctree; + , then this should have been done for you already. If you installed the shell by hand, you must do this. @@ -2200,7 +2194,7 @@ A lot of configuration in &os; is done by editing text files. Because of this, it would be a good idea to become familiar with a text editor. &os; comes with a few as part of the base - system, and many more are available in the &pkgsrc; collections. + system, and many more are available in the &pkgsrctree;. ee @@ -2241,7 +2235,7 @@ &os; also comes with more powerful text editors such as vi as part of the base system, while other editors, like emacs and vim, - are part of the &pkgsrc; collection. These editors offer much + are part of the &pkgsrctree;. These editors offer much more functionality and power at the expense of being a little more complicated to learn. However if you plan on doing a lot of text editing, learning a more powerful editor such as