pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files Fix capitalization of section heading.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d253e1464cd
branches:  trunk
changeset: 495494:0d253e1464cd
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sat Jun 11 16:31:40 2005 +0000

description:
Fix capitalization of section heading.
Add comments with suggested contents from jmmv's original mail.

diffstat:

 doc/guide/files/configuring.xml |  30 ++++++++++++++++++++++++++++--
 1 files changed, 28 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 98611c194b31 -r 0d253e1464cd doc/guide/files/configuring.xml
--- a/doc/guide/files/configuring.xml   Sat Jun 11 16:31:03 2005 +0000
+++ b/doc/guide/files/configuring.xml   Sat Jun 11 16:31:40 2005 +0000
@@ -1,10 +1,36 @@
-<!-- $NetBSD: configuring.xml,v 1.1 2005/06/08 13:59:30 dillo Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.2 2005/06/11 16:31:40 dillo Exp $ -->
 
 <chapter id="configuring">
 <title>Configuring pkgsrc</title>
 
+<!-- General configuration -->
+<!--   DISTDIR -->
+<!--   PACKAGES -->
+<!--   WRKOBJDIR -->
+<!--   FAILOVER_FETCH -->
+
+<!-- Compiler settings -->
+<!--   PKGSRC_COMPILER -->
+<!--   CFLAGS -->
+
+<!-- Configuration files -->
+<!--   PKG_SYSCONFBASE -->
+<!--   PKG_SYSCONFDIR.foobar -->
+
+<!-- Security -->
+<!--   ALLOW_VULNERABLE_PACKAGES -->
+<!--   PKGVULNDIR -->
+
+<!-- Developer/advanced settings -->
+<!--   IGNORE_RECOMMENDED -->
+<!--   PKG_DEVELOPER -->
+
+<!-- pkginstall-related variables -->
+<!--   PKG_REGISTER_SHELLS -->
+<!--   PKG_RCD_SCRIPTS -->
+
 <sect1 id="selecting-options">
-<title>Selecting build options</title>
+<title>Selecting Build Options</title>
 
 <para>Some packages have build time options, usually to select between
 different dependencies, enable optional support for big dependencies



Home | Main Index | Thread Index | Old Index