/[smeserver]/rpms/e-smith-backup/sme10/e-smith-backup-2.6.0-bz9299-consoleBackupBlockDevice.patch
ViewVC logotype

Diff of /rpms/e-smith-backup/sme10/e-smith-backup-2.6.0-bz9299-consoleBackupBlockDevice.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by unnilennium, Wed Apr 12 20:19:30 2017 UTC Revision 1.2 by unnilennium, Sat Apr 15 03:54:54 2017 UTC
# Line 684  Line 684 
684  +    my @cmd = `cat /proc/filesystems`;  +    my @cmd = `cat /proc/filesystems`;
685  +    foreach (@cmd)  +    foreach (@cmd)
686  +    {  +    {
687  +        if (/.*\/(.*?)\.ko/s){$fs {$1}=$1;}  +        if (/.*\t(.*?)$/s){$fs {$1}=$1;}
688  +    }  +    }
689  +    @cmd = `ls -1 /lib/modules/\$(uname -r)/kernel/fs/*/*ko`;  +    @cmd = `ls -1 /lib/modules/\$(uname -r)/kernel/fs/*/*ko`;
690  +    foreach (@cmd)  +    foreach (@cmd)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed