summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2005-05-08 13:52:17 +0000
committerwiz <wiz>2005-05-08 13:52:17 +0000
commit5a4d1b002c15b8fc47c889f0c2b7ad5a842a2e63 (patch)
treed18c353e9b86a733f8b429ac3086ee8a6e998052
parentdb24a4e800810df62aa827722a22a8af4d1708ef (diff)
downloadpkgsrc-5a4d1b002c15b8fc47c889f0c2b7ad5a842a2e63.tar.gz
Document that the upload script takes care of vulnerable
and restricted packages automatically. Use more man page entities, now that we have them.
-rw-r--r--doc/guide/files/binary.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/guide/files/binary.xml b/doc/guide/files/binary.xml
index 80861f6a2b9..44d21ce4cf0 100644
--- a/doc/guide/files/binary.xml
+++ b/doc/guide/files/binary.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: binary.xml,v 1.10 2005/05/07 22:28:15 wiz Exp $ -->
+<!-- $NetBSD: binary.xml,v 1.11 2005/05/08 13:52:17 wiz Exp $ -->
<chapter id="binary">
<title>Creating binary packages</title>
@@ -102,7 +102,7 @@ _ACCEPTABLE= yes</programlisting>
stage. If the file
<filename>pre-build.local</filename> exists in
<filename>/usr/pkgsrc/mk/bulk</filename>, it will be executed
- (as a sh(1) script) at the end of the usual pre-build
+ (as a &man.sh.1; script) at the end of the usual pre-build
stage. An example use of
<filename>pre-build.local</filename> is to have the line:</para>
@@ -527,8 +527,11 @@ chroot-&rprompt; <userinput>cat $HOME/.ssh/id-dsa.pub</userinput> </screen>
&rprompt; <userinput>sh mk/bulk/do-sandbox-upload</userinput> </screen>
<para>
- The upload process may take quite some time. Use "ls" or "du"
- on the FTP server to monitor progress of the upload.
+ The upload process may take quite some time. Use &man.ls.1; or
+ &man.du.1; on the FTP server to monitor progress of the
+ upload. The upload script will take care of not uploading
+ restricted packages and putting vulnerable packages into the
+ <filename>vulnerable</filename> subdirectory.
</para>
<para>