From e9dba989ce238c7f57627e127280c69fa81f3d4b Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Fri, 9 Dec 2005 18:06:32 +0000 Subject: [PATCH] Some textual changes. --- jhablfs | 15 ++++++++------- jhablfs.conf | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/jhablfs b/jhablfs index c35d0dd..8578eca 100755 --- a/jhablfs +++ b/jhablfs @@ -24,6 +24,9 @@ Options: -V, --version print version number, then exit -B, --BLFS-version VER checkout VER version of the BLFS book. + If not set, the development version + is used. + Supported versions at this time are: dev* | trunk | SVN aliases for Development BLFS @@ -33,14 +36,16 @@ Options: -D, --dependencies TYPE add dependencies of type TYPE to the build tree. If not set, both required a recommended are used. + Possible values are: required only required dependecies are used recommended both required a recommended dependencies are used optional all dependencies are used - -S, --server the FTP/HTTP server used as fallback. If no - specified, the one set in jhablfs.conf is used. + -S, --server SERVER set the FTP/HTTP server used as fallback to + download the packages. If not specified, the one + set in jhablfs.conf is used. -T, --testsuites add support to run the optional testsuites @@ -54,10 +59,6 @@ echo \"Option '\$1' requires an argument\" >&2 echo \"\$help\" >&2 exit 1" -no_dl_client="\ -echo \"Could not find a way to download the BLFS sources.\" >&2 -echo \"Attempting to continue.\" >&2" - HEADER="# This file is automatically generated by jhablfs # EDIT THIS FILE MANUALLY TO SUIT YOUR NEEDS # @@ -312,7 +313,7 @@ while test $# -gt 0 ; do SERVER=$1 ;; * ) - echo "$1 is not a proper path to the BLFS packages." + echo "$1 is not a proper HTTP/FTP path to the BLFS packages." exit 1 ;; esac diff --git a/jhablfs.conf b/jhablfs.conf index cda582c..5614069 100644 --- a/jhablfs.conf +++ b/jhablfs.conf @@ -32,5 +32,5 @@ TEST=0 #--- Default stylesheet XSL=dump-blfs-scripts.xsl -#--- Files that will be copied to $JHALFSDIR +#--- Files that will be copied to $JHABLFSDIR FILES="functions dump-blfs-scripts.xsl"