diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-03-08 01:22:41 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-03-08 01:22:41 +0000 |
commit | 5f64cf41d9d17f15812841aeaf6f0a590c1998aa (patch) | |
tree | 8a2f361060bd0371e41382da648027eba4a1222f /doc/guide | |
parent | 6f23238a15d420060aa10fe760442151b755c1cd (diff) | |
download | pkgsrc-5f64cf41d9d17f15812841aeaf6f0a590c1998aa.tar.gz |
fixes.xml:
Added section 12.5.18: "Packages installing startup scripts".
editing.xml:
Fix typo, the target is "install-htdocs" not "install-htdoc".
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/editing.xml | 4 | ||||
-rw-r--r-- | doc/guide/files/fixes.xml | 14 |
2 files changed, 15 insertions, 3 deletions
diff --git a/doc/guide/files/editing.xml b/doc/guide/files/editing.xml index b225edb4520..16f8b72c090 100644 --- a/doc/guide/files/editing.xml +++ b/doc/guide/files/editing.xml @@ -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 --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index 36bd5b16820..993758d228c 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -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 @@ pre-configure: 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> |