Changeset 1d02f01 in bootscripts-standard for clfs/init.d/mountkernfs


Ignore:
Timestamp:
Oct 23, 2007, 1:07:58 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
1680407
Parents:
d8a3177
Message:

Merged Updates from BLFS/LFS SVNs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • clfs/init.d/mountkernfs

    rd8a3177 r1d02f01  
    2020                boot_mesg -n "Mounting kernel-based file systems:" ${INFO}
    2121
    22                 if ! mountpoint /proc &> /dev/null; then
     22                if ! mountpoint /proc >/dev/null; then
    2323                        boot_mesg -n " /proc" ${NORMAL}
    2424                        mount -n /proc || failed=1
    2525                fi
    2626
    27                 if ! mountpoint /sys &> /dev/null; then
     27                if ! mountpoint /sys >/dev/null; then
    2828                        boot_mesg -n " /sys" ${NORMAL}
    2929                        mount -n /sys || failed=1
Note: See TracChangeset for help on using the changeset viewer.