diff options
author | rillig <rillig> | 2006-10-25 14:24:54 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-10-25 14:24:54 +0000 |
commit | 1ae84ee68ebb6e636264999b6fcaf5a4c1c9f087 (patch) | |
tree | 64442f2e22fb81d5ad4027eaf60e740cb0935d50 /doc/guide | |
parent | 6f602b73821f61479ab1d34c9a26833454e76ec1 (diff) | |
download | pkgsrc-1ae84ee68ebb6e636264999b6fcaf5a4c1c9f087.tar.gz |
Moved a question from the user's FAQ to the developer's FAQ.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/devfaq.xml | 28 | ||||
-rw-r--r-- | doc/guide/files/faq.xml | 26 |
2 files changed, 28 insertions, 26 deletions
diff --git a/doc/guide/files/devfaq.xml b/doc/guide/files/devfaq.xml index 884579b7b58..4f82a2a5a2e 100644 --- a/doc/guide/files/devfaq.xml +++ b/doc/guide/files/devfaq.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: devfaq.xml,v 1.6 2006/10/23 14:49:28 rillig Exp $ --> +<!-- $NetBSD: devfaq.xml,v 1.7 2006/10/25 14:24:54 rillig Exp $ --> <chapter id="devfaq"> <?dbhtml filename="devfaq.html"?> <title>Frequently Asked Questions</title> @@ -179,5 +179,31 @@ </answer> </qandaentry> + +<qandaentry id="devfaq.too-much-time"> +<question><para>I have a little time to kill. What shall I +do?</para></question> + +<answer><para>This is not really an FAQ yet, but here's the answer +anyway.</para> + + <itemizedlist> + <listitem><para>Run <command>pkg_chk -N</command> (from the + <filename role="pkg">pkgtools/pkg_chk</filename> package). It + will tell you about newer versions of installed packages that are + available, but not yet updated in pkgsrc.</para></listitem> + + <listitem><para>Browse <filename>pkgsrc/doc/TODO</filename> + — it contains a list of suggested new packages and a list of + cleanups and enhancements for pkgsrc that would be nice to + have.</para></listitem> + + <listitem><para>Review packages for which review was requested on + the <ulink + url="http://pkgsrc-wip.sourceforge.net/">pkgsrc-wip</ulink> review + mailing list.</para></listitem> + </itemizedlist> +</answer></qandaentry> + </qandaset> </chapter> diff --git a/doc/guide/files/faq.xml b/doc/guide/files/faq.xml index 06deb93ee58..f40000404a9 100644 --- a/doc/guide/files/faq.xml +++ b/doc/guide/files/faq.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: faq.xml,v 1.30 2006/09/18 22:27:54 rillig Exp $ --> +<!-- $NetBSD: faq.xml,v 1.31 2006/10/25 14:24:54 rillig Exp $ --> <chapter id="faq"> <?dbhtml filename="faq.html"?> <title>Frequently Asked Questions</title> @@ -625,28 +625,4 @@ anymore, you can remove that file and run <command>cvs -q update -dP</command> in that directory to download the current version.</para> </sect1> - -<sect1 id="too-much-time"> - <title>I have a little time to kill. What shall I do?</title> - - <para>This is not really an FAQ yet, but here's the answer - anyway.</para> - - <itemizedlist> - <listitem><para>Run <command>pkg_chk -N</command> (from the - <filename role="pkg">pkgtools/pkg_chk</filename> package). It - will tell you about newer versions of installed packages that are - available, but not yet updated in pkgsrc.</para></listitem> - - <listitem><para>Browse <filename>pkgsrc/doc/TODO</filename> - — it contains a list of suggested new packages and a list of - cleanups and enhancements for pkgsrc that would be nice to - have.</para></listitem> - - <listitem><para>Review packages for which review was requested on - the <ulink - url="http://pkgsrc-wip.sourceforge.net/">pkgsrc-wip</ulink> review - mailing list.</para></listitem> - </itemizedlist> -</sect1> </chapter> |