Changeset d729812


Ignore:
Timestamp:
Feb 21, 2006, 1:43:00 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
27c08c6
Parents:
fd13165
Message:

r896@server (orig r894): ryan | 2005-12-13 23:58:28 -0800

r929@rei: ryan | 2005-12-14 19:01:30 +1100
Replace "bootmesg" with "boot_mesg" to make compatible with lfs-bootscripts


File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/udev

    rfd13165 rd729812  
    5858
    5959        # start udevd
    60         bootmesg "Starting udevd..."
     60        boot_mesg "Starting udevd..."
    6161        loadproc /sbin/udevd --daemon
    6262
     
    6666
    6767        # start coldplugging
    68         bootmesg "Performing Coldplugging..."
     68        boot_mesg "Performing Coldplugging..."
    6969
    7070        # unlikely, but we may be faster than the first event
     
    8686
    8787    stop)
    88         bootmesg "Stopping udevd..."
     88        boot_mesg "Stopping udevd..."
    8989        echo "/sbin/hotplug" > /proc/sys/kernel/hotplug
    9090        killproc /sbin/udevd
     
    9292
    9393    restart)
    94         bootmesg "Restarting udevd..."
     94        boot_mesg "Restarting udevd..."
    9595        killproc /sbin/udevd
    9696        loadproc /sbin/udevd --daemon
     
    103103
    104104    reload)
    105         bootmesg "Reloading udev rules..."
     105        boot_mesg "Reloading udev rules..."
    106106        udevcontrol reload_rules
    107107        cp --preserve=all --recursive --update /lib/udev/devices/* /dev
     
    110110
    111111    force-reload)
    112         bootmesg "Updating all available device nodes in /dev..."
     112        boot_mesg "Updating all available device nodes in /dev..."
    113113        udevcontrol reload_rules
    114114        rm -rf /dev/.udev /dev/disk
Note: See TracChangeset for help on using the changeset viewer.