pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files fixes.xml:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3759182c74a
branches:  trunk
changeset: 490376:f3759182c74a
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Mar 08 01:22:41 2005 +0000

description:
fixes.xml:

Added section 12.5.18: "Packages installing startup scripts".

editing.xml:

Fix typo, the target is "install-htdocs" not "install-htdoc".

diffstat:

 doc/guide/files/editing.xml |   4 ++--
 doc/guide/files/fixes.xml   |  14 +++++++++++++-
 2 files changed, 15 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r 6b402e51192f -r f3759182c74a doc/guide/files/editing.xml
--- a/doc/guide/files/editing.xml       Tue Mar 08 00:52:31 2005 +0000
+++ b/doc/guide/files/editing.xml       Tue Mar 08 01:22:41 2005 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: editing.xml,v 1.4 2004/12/23 18:08:16 ben Exp $ -->
+<!-- $NetBSD: editing.xml,v 1.5 2005/03/08 01:22:41 xtraeme Exp $ -->
 
 <appendix id="editing">
   <title>Editing guidelines for the pkgsrc guide</title>
@@ -126,7 +126,7 @@
         <para>
           Until the webserver on www.NetBSD.org is really updated
           automatically to pick up changes to the pkgsrc guide
-          automatically, also run <command>make install-htdoc
+          automatically, also run <command>make install-htdocs
           HTDOCSDIR=../../../htdocs</command> (or similar, adjust
           <varname>HTDOCSDIR</varname>!).
         </para>
diff -r 6b402e51192f -r f3759182c74a doc/guide/files/fixes.xml
--- a/doc/guide/files/fixes.xml Tue Mar 08 00:52:31 2005 +0000
+++ b/doc/guide/files/fixes.xml Tue Mar 08 01:22:41 2005 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: fixes.xml,v 1.8 2005/02/10 13:39:15 grant Exp $ -->
+<!-- $NetBSD: fixes.xml,v 1.9 2005/03/08 01:22:41 xtraeme Exp $ -->
 
 <chapter id="fixes"> <?dbhtml filename="fixes.html"?>
   <title>Notes on fixes for packages</title>
@@ -1405,6 +1405,18 @@
         bug fixes that may have appeared since it was released.
         </para>
     </sect2>
+
+
+    <sect2>
+        <title>Packages installing startup scripts</title>
+        <para>If a package contains a rc.d script, it won't be copied into
+        the startup directory by default, but you can enable it, by adding
+        the option <varname>PKG_RCD_SCRIPTS=YES</varname> in
+        <filename>/etc/mk.conf</filename>. This option will copy the scripts
+        into <filename>/etc/rc.d</filename> when a package is installed, and
+        it will automatically remove the scripts when the package is
+        deinstalled.</para>
+    </sect2>
     
   </sect1>
 



Home | Main Index | Thread Index | Old Index