diff options
author | rillig <rillig@pkgsrc.org> | 2006-01-22 21:56:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-01-22 21:56:13 +0000 |
commit | 1d66165c3d9c4b44b7d148123d61fed41acfd503 (patch) | |
tree | 192d58cbeb8a0578ad9f6d65523e5a171c798359 /doc | |
parent | ffa27246c0885d311a89c688f1f2f346dcb17bc1 (diff) | |
download | pkgsrc-1d66165c3d9c4b44b7d148123d61fed41acfd503.tar.gz |
Added a reference to the file where CHECK_FILES and CHECK_INTERPRETER can
be found. Removed CVS_USER, since it doesn't exist anymore.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide/files/binary.xml | 31 |
1 files changed, 12 insertions, 19 deletions
diff --git a/doc/guide/files/binary.xml b/doc/guide/files/binary.xml index 970a4af4093..e584c478b63 100644 --- a/doc/guide/files/binary.xml +++ b/doc/guide/files/binary.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: binary.xml,v 1.19 2006/01/12 11:22:40 rillig Exp $ --> +<!-- $NetBSD: binary.xml,v 1.20 2006/01/22 21:56:13 rillig Exp $ --> <chapter id="binary"> <title>Creating binary packages</title> @@ -128,12 +128,14 @@ <itemizedlist> - <listitem><para><varname>CHECK_FILES</varname> can be set to + <listitem><para><varname>CHECK_FILES</varname> + (<filename>pkgsrc/mk/bsd.pkg.check.mk</filename>) can be set to <quote>yes</quote> to check that the installed set of files matches the <filename>PLIST</filename>.</para></listitem> - <listitem><para><varname>CHECK_INTERPRETER</varname> can be set - to <quote>yes</quote> to check that the installed + <listitem><para><varname>CHECK_INTERPRETER</varname> + (<filename>pkgsrc/mk/bsd.pkg.check.mk</filename>) can be set to + <quote>yes</quote> to check that the installed <quote>#!</quote>-scripts will find their interpreter.</para></listitem> @@ -432,13 +434,6 @@ <step> <para>Adjust <filename>mk/bulk/build.conf</filename> to suit your needs.</para> </step> - - <step> - <para>If you have set <varname>CVS_USER</varname> in - <filename>build.conf</filename>, make sure that - account exists and can do a <command>cvs ${CVS_FLAGS} - update</command> properly!</para> - </step> </procedure> <para>When the chroot sandbox is set up, you can start @@ -513,15 +508,13 @@ file, i.e. adjust it to something like one of the following: </para> - <screen>RSYNC_DST=$CVS_USER@ftp.NetBSD.org:/pub/NetBSD/packages/pkgsrc-200xQy/NetBSD-a.b.c/arch/upload </screen> + <screen>RSYNC_DST=ftp.NetBSD.org:/pub/NetBSD/packages/pkgsrc-200xQy/NetBSD-a.b.c/arch/upload </screen> - <para> - Please use appropriate values for "pkgsrc-200xQy", - "NetBSD-a.b.c" and "arch" here. If your login on - ftp.NetBSD.org is different from <varname>CVS_USER</varname>, - write your login directly into the variable, e.g. my local - account is "feyrer", but for my login "hubertf", I use: - </para> + <para>Please use appropriate values for "pkgsrc-200xQy", + "NetBSD-a.b.c" and "arch" here. If your login on ftp.NetBSD.org + is different from your local login, write your login directly + into the variable, e.g. my local account is "feyrer", but for my + login "hubertf", I use:</para> <screen>RSYNC_DST=hubertf@ftp.NetBSD.org:/pub/NetBSD/packages/pkgsrc-200xQy/NetBSD-a.b.c/arch/upload </screen> |