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 moved

Legend:

Unmodified
Added
Removed
  • udev/35-helper.rules

    • Property mode changed from 100755 to 100644
    r96204b1 r1f7827a2  
    1 #!/bin/sh
    21########################################################################
    32#
    4 # Description : udev.count_events
     3# Description : 35-helper.rules
    54#
    65# Authors     : Based on Open Suse Udev Rules
     
    87#
    98# Adapted to  : Jim Gifford
    10 # LFS
     9# LFS         : Alexander E. Patrakov
    1110#
    12 # Version     : 00.00
     11# Version     : 00.01
    1312#
    14 # Notes       : Wait for all current udev events to finish
     13# Notes       :
    1514#
    1615########################################################################
    1716
    18 loop=100
    19 while test -d /dev/.udev/queue; do
    20     sleep 0.1;
    21     test "$loop" -gt 0 || exit 1
    22     loop=$(($loop - 1))
    23 done
    24 exit 0
     17# kernel firmware loader
     18SUBSYSTEM=="firmware",  ACTION=="add", RUN+="firmware_helper"
     19
     20
Note: See TracChangeset for help on using the changeset viewer.