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


Ignore:
Timestamp:
Apr 20, 2006, 10:23:15 AM (18 years ago)
Author:
bcornec
Message:

merge -r 493:494 $SVN_M/branches/stable
(fedora support improved)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.7/mindi/mindi

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