diff options
author | wiz <wiz> | 2005-05-08 13:52:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-05-08 13:52:17 +0000 |
commit | 5a4d1b002c15b8fc47c889f0c2b7ad5a842a2e63 (patch) | |
tree | d18c353e9b86a733f8b429ac3086ee8a6e998052 /doc/guide | |
parent | db24a4e800810df62aa827722a22a8af4d1708ef (diff) | |
download | pkgsrc-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.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/binary.xml | 11 |
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> |