Changeset 491 in MondoRescue for branches/2.0.7/mindi/mindi


Ignore:
Timestamp:
Apr 19, 2006, 6:16:03 PM (18 years ago)
Author:
bcornec
Message:

merge -r 489:490 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.7/mindi/mindi

    r458 r491  
    12541254    if [ $tmpmodprobe_flag == "Y" ] ; then
    12551255        infile="/tmp/modprobe.conf.mindi.$$"
    1256         find /etc/modprobe.d -maxdepth 1 -name "*" -xtype f > $infile
     1256        find /etc/modprobe.d -maxdepth 1 -name "*" -xtype f | xargs cat > $infile
    12571257    else
    12581258        infile="/etc/modules.conf"
Note: See TracChangeset for help on using the changeset viewer.