Changeset 490 in MondoRescue


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

Fix a bug introduced by trying to avoid an error message when modprobe.d doesn't exist
(Johannes Franken <jfranken_at_jfranken.de>)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

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