Changeset 8f2c086 for LFS


Ignore:
Timestamp:
11/11/2006 09:20:15 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
ca6b261
Parents:
195ed9f
Message:

Functions clean-up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/master.sh

    r195ed9f r8f2c086  
    137137    # The changingowner script must be run as root.
    138138    case "${this_script}" in
    139       *changingowner)  wrt_RunAsRoot "${this_script}" "$file" ;;
     139      *changingowner)  wrt_RunAsRoot "$file" ;;
    140140      *)               LUSER_wrt_RunAsUser "$file" ;;
    141141    esac
     
    253253    # and not to use chroot.
    254254    case "${this_script}" in
    255       *kernfs)  wrt_RunAsRoot    "${this_script}" "$file" ;;
     255      *kernfs)  wrt_RunAsRoot  "$file" ;;
    256256      *)        CHROOT_wrt_RunAsRoot "$file" ;;
    257257    esac
Note: See TracChangeset for help on using the changeset viewer.