diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 86df929d9..37e7a71d4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -94,6 +94,9 @@ first a summary, then a detailed log. +May 12th, 2004 [winkie]: Don't pass -default to +Man's configure, since it's not needed anymore. + May 12th, 2004 [winkie]: Shorten the sed used on Gzip's gzexe.in file. diff --git a/chapter06/man.xml b/chapter06/man.xml index 58667a2ca..8f58f14e7 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -44,18 +44,11 @@ redundant results when using programs such as whatis: Now prepare Man for compilation: -./configure -default -confdir=/etc +./configure -confdir=/etc The meaning of the configure options: --default: This tells the configure script -to select a sensible set of default options. For example: only English man -pages, no message catalogs, man not suid, handle compressed man pages, compress -cat pages, create cat pages whenever the appropriate directory exists, follow -FHS by putting cat pages under /var/cache/man (provided that directory -exists). - -confdir=/etc: This tells the man program to look for the man.conf configuration file in the /etc directory.