Changeset e9dba98


Ignore:
Timestamp:
12/09/2005 06:06:32 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
9349479
Parents:
f4a4ba5
Message:

Some textual changes.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jhablfs

    rf4a4ba5 re9dba98  
    2525
    2626  -B, --BLFS-version VER        checkout VER version of the BLFS book.
     27                                If not set, the development version
     28                                is used.
     29
    2730                                Supported versions at this time are:
    2831
     
    3437  -D, --dependencies  TYPE      add dependencies of type TYPE to the build tree.
    3538                                If not set, both required a recommended are used.
     39
    3640                                Possible values are:
    3741
     
    4044         optional               all dependencies are used
    4145
    42   -S, --server                  the FTP/HTTP server used as fallback. If no
    43                                 specified, the one set in jhablfs.conf is used.
     46  -S, --server SERVER           set the FTP/HTTP server used as fallback to
     47                                download the packages. If not specified, the one
     48                                set in jhablfs.conf is used.
    4449
    4550  -T, --testsuites              add support to run the optional testsuites
     
    5459echo \"\$help\" >&2
    5560exit 1"
    56 
    57 no_dl_client="\
    58 echo \"Could not find a way to download the BLFS sources.\" >&2
    59 echo \"Attempting to continue.\" >&2"
    6061
    6162HEADER="# This file is automatically generated by jhablfs
     
    313314          ;;
    314315        * )
    315           echo "$1 is not a proper path to the BLFS packages."
     316          echo "$1 is not a proper HTTP/FTP path to the BLFS packages."
    316317          exit 1
    317318          ;;
  • jhablfs.conf

    rf4a4ba5 re9dba98  
    3333XSL=dump-blfs-scripts.xsl
    3434
    35 #--- Files that will be copied to $JHALFSDIR
     35#--- Files that will be copied to $JHABLFSDIR
    3636FILES="functions dump-blfs-scripts.xsl"
Note: See TracChangeset for help on using the changeset viewer.