Changeset c58f330


Ignore:
Timestamp:
04/29/2006 03:11:30 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
3e7af38
Parents:
fe187bf
Message:

Merged r2597 from trunk.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rfe187bf rc58f330  
    5050        checkout VER version of the book. Supported versions at this time are:
    5151        dev* | trunk | SVN     aliases for Development {C,H,B}LFS
    52         udev*                  aliases for the LFS udev_update branch
    5352
    5453${BOLD}  -D  --directory DIR${OFF}
     
    8281         ITERATIONS config option.
    8382         Analisys types allowed are:
    84            ICA   = do the ICA analisys designed by Greg Schafer
    85            farce = do the farce analisys designed by Ken Moffat
    86            both  = perfom both ICA and farce analisys
     83           ICA   = do the ICA analysis designed by Greg Schafer
     84           farce = do the farce analysis designed by Ken Moffat
     85           both  = perfom both ICA and farce analysis
    8786
    8887${BOLD}  -F, --fstab FILE${OFF}
  • common/func_validate_configs.sh

    rfe187bf rc58f330  
    175175                       write_error_and_die
    176176                  ;;
    177       TIMEZONE)   ;;
     177      TIMEZONE)   echo -e "`eval echo $PARAM_VALS`" ;;
    178178
    179179      # Validate general parameters..
     
    220220                     validate_dir -z -d
    221221                   else
    222                      validate_against_str "x${PROGNAME}-developmentx xlfs-udev_updatex"
    223                    fi
    224                    ;;
     222                     validate_against_str "x${PROGNAME}-developmentx"
     223                   fi ;;
    225224
    226225      # Validate directories, testable states:
  • master.sh

    rfe187bf rc58f330  
    118118                 exit 0
    119119                ;;
    120                udev*)  LFSVRS=udev_update   ;;
    121120               * )
    122121                 echo "$1 is an unsupported version at this time."
     
    235234        ;;
    236235        *)
    237           echo -e "\n$1 is an unknown analisys method."
     236          echo -e "\n$1 is an unknown analysis method."
    238237          exit 1
    239238          ;;
Note: See TracChangeset for help on using the changeset viewer.