Changeset 492 in MondoRescue for branches


Ignore:
Timestamp:
Apr 19, 2006, 7:04:19 PM (18 years ago)
Author:
bcornec
Message:

Previous patch improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r490 r492  
    13061306    if [ $tmpmodprobe_flag == "Y" ] ; then
    13071307        infile="/tmp/modprobe.conf.mindi.$$"
    1308         find /etc/modprobe.d -maxdepth 1 -name "*" -xtype f | xargs cat > $infile
     1308        find /etc/modprobe.d -maxdepth 1 -name "*" -xtype f -print0 | xargs -0 cat > $infile
    13091309    else
    13101310        infile="/etc/modules.conf"
Note: See TracChangeset for help on using the changeset viewer.