pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files Document that the upload script takes ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0480e55a50c1
branches:  trunk
changeset: 493522:0480e55a50c1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 08 13:52:17 2005 +0000

description:
Document that the upload script takes care of vulnerable
and restricted packages automatically.
Use more man page entities, now that we have them.

diffstat:

 doc/guide/files/binary.xml |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r a792724ababe -r 0480e55a50c1 doc/guide/files/binary.xml
--- a/doc/guide/files/binary.xml        Sun May 08 13:43:30 2005 +0000
+++ b/doc/guide/files/binary.xml        Sun May 08 13:52:17 2005 +0000
@@ -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 @@
          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 @@
 &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>



Home | Main Index | Thread Index | Old Index