Changeset 60a5064 for common


Ignore:
Timestamp:
07/16/2006 08:53:37 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
e5d0f27
Parents:
120bcdd
Message:

grammar and spelling corrections

Location:
common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/makefile-functions

    r120bcdd r60a5064  
    5555  @echo -e \\t- Enter to the chroot using the command found
    5656  @echo -e \\tin the section -Entering the Chroot Environment-
    57   @echo -e \\texcept if building CLFS with METHOO=boot.
     57  @echo -e \\texcept if building CLFS with METHOD=boot.
    5858  @echo
    5959  @echo -e \\t- Set a password for the root user.
     
    7070  @echo -e \\tinstalled on the new system.
    7171  @echo -e \\tIf the last, you must to mount the virtual filesystems, re-enter
    72   @echo -e \\tto the chroot and be sure that /dev is populated with the
     72  @echo -e \\tthe chroot and be sure that /dev is populated with the
    7373  @echo -e \\trequired devices before configure the boot-loader. When ready,
    7474  @echo -e \\texit from the chroot and umount the filesystems
  • common/progress_bar.sh

    r120bcdd r60a5064  
    2222declare -i  PREV_SEC=0
    2323
    24 makePID=$(fuser -v . 2>&1 | grep make)
    25 makePID=$(echo $makePID | cut -d" " -f2)
     24mypid=$$
     25  # A small ugly.. who is my parent *not root
     26makePID=`(cat /proc/$mypid/stat) | cut -d " " -f5`
    2627
    2728write_or_exit() {
Note: See TracChangeset for help on using the changeset viewer.