Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by snetram, Sat Apr 9 12:09:19 2011 UTC | Revision 1.2 by snetram, Sat Apr 9 12:18:45 2011 UTC | |
---|---|---|
# | Line 24 diff -up e-smith-backup-2.0.0/root/etc/e | Line 24 diff -up e-smith-backup-2.0.0/root/etc/e |
24 | + if (defined $d) { | + if (defined $d) { |
25 | + while (defined($_ = $d->read)) { | + while (defined($_ = $d->read)) { |
26 | + unless ($_ =~ m/(floppy|cdrom|\.\.|\.)/i) { | + unless ($_ =~ m/(floppy|cdrom|\.\.|\.)/i) { |
27 | + push @usbdisks, $_ unless ($_ ); | + push @usbdisks, $_; |
28 | + } | + } |
29 | + } | + } |
30 | + } | + } |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |