]> andersk Git - gssapi-openssh.git/commitdiff
o Update the documentation in the scripts.
authorcphillip <cphillip>
Wed, 2 Apr 2003 20:57:10 +0000 (20:57 +0000)
committercphillip <cphillip>
Wed, 2 Apr 2003 20:57:10 +0000 (20:57 +0000)
bundle/make-bin-bundle
bundle/make-src-bundle

index 4346ad887582aaa4e5ca11b2d9c001cf0e0c0aa3..a24ad376602d7fa9a02a6130ec11fda76c8497f4 100755 (executable)
@@ -1,6 +1,13 @@
 #!/bin/sh
 #
-# Usage: ./make-bin-bundle
+# Usage:
+#
+#   1) Verify that your GLOBUS_LOCATION is set to the installation from which you
+#      wish to create a binary bundle.
+#
+#   2) Run the bin-bundle creation script:
+#
+#        ./make-bin-bundle
 #
 
 NAME="gsi_openssh_bundle-2.1-i686-pc-linux-gnu.tar.gz"
index 09eec718a44028181974b944907a95513ae7bd45..646defedc01dddc6c8da9088579158fba61b406f 100755 (executable)
@@ -1,6 +1,11 @@
 #!/bin/sh
 #
-# Usage: ./make-src-bundle <pathToSourcePackages>
+# Usage:
+#
+#   1) Run the src-bundle creation script, passing as its only argument the path to the
+#      directory containing all of the source packages to be included in the source bundle:
+#
+#        ./make-src-bundle <pathToSourcePackages>
 #
 
 NAME="gsi_openssh_bundle-2.1-src.tar.gz"
This page took 0.114452 seconds and 5 git commands to generate.