Changeset 1760 in MondoRescue for branches/2.2.5


Ignore:
Timestamp:
Nov 1, 2007, 6:08:56 PM (16 years ago)
Author:
Bruno Cornec
Message:

Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi

    r1759 r1760  
    27872787        cp --parents -Rdf /lib/udev /lib64/udev . 2> /dev/null
    27882788        if [ -x /sbin/udevd ]; then
    2789             lis=`grep -Ev'^#' $MINDI_CONF/udev.files`
     2789            lis=`grep -Ev '^#' $MINDI_CONF/udev.files`
    27902790            LocateDeps $lis > $MINDI_TMP/udev.lis
    27912791            for i in $lis; do
Note: See TracChangeset for help on using the changeset viewer.