Changeset 492 in MondoRescue
- Timestamp:
- Apr 19, 2006, 7:04:19 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r490 r492 1306 1306 if [ $tmpmodprobe_flag == "Y" ] ; then 1307 1307 infile="/tmp/modprobe.conf.mindi.$$" 1308 find /etc/modprobe.d -maxdepth 1 -name "*" -xtype f | xargscat > $infile1308 find /etc/modprobe.d -maxdepth 1 -name "*" -xtype f -print0 | xargs -0 cat > $infile 1309 1309 else 1310 1310 infile="/etc/modules.conf"
Note:
See TracChangeset
for help on using the changeset viewer.