Changeset 1f7827a2 for udev/udev


Ignore:
Timestamp:
Feb 21, 2006, 2:03:02 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:
cc00b22
Parents:
96204b1
Message:

r1012@server (orig r1010): jim | 2006-01-06 10:33:15 -0800

r1291@server: jim | 2006-01-06 10:31:33 -0800
Updates based on Alex's findings. Thank You Alex


File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/udev

    r96204b1 r1f7827a2  
    99#
    1010# Adapted to  : Jim Gifford
    11 # LFS
     11# LFS         : Alexander E. Patrakov
    1212#
    1313# Version     : 00.00
     
    6262        evaluate_retval
    6363
    64         boot_mesg "Executing udevstart..."
    65         udevstart
    66         evaluate_retval
    67 
    6864        # disable hotplug helper, udevd listens to netlink
     65        if [ `cat /proc/sys/kernel/hotplug` ] ; then
    6966        echo "" > /proc/sys/kernel/hotplug
     67        fi
    7068
    7169        # start udevd
    7270        boot_mesg "Starting udevd..."
    73         loadproc /sbin/udevd --daemon
    74 
    75         # cleanup some stuff
    76         rm -f /var/run/sysconfig/network
    77         rm -rf /events/*
     71        /sbin/udevd --daemon
     72        evaluate_retval
    7873
    7974        # start coldplugging
Note: See TracChangeset for help on using the changeset viewer.