diff -ruN e-smith-backup-2.4.0.p26/root/etc/e-smith/db/configuration/migrate/30vfstype e-smith-backup-2.4.0/root/etc/e-smith/db/configuration/migrate/30vfstype --- e-smith-backup-2.4.0.p26/root/etc/e-smith/db/configuration/migrate/30vfstype 2013-02-13 07:21:36.000000000 -0800 +++ e-smith-backup-2.4.0/root/etc/e-smith/db/configuration/migrate/30vfstype 1969-12-31 16:00:00.000000000 -0800 @@ -1,8 +0,0 @@ -{ - my $vfs = $DB->get_prop('backupwk', 'VFSType'); - return unless defined $vfs; - if ($vfs eq 'smbfs') - { - $DB->set_prop('backupwk', 'VFSType', 'cifs') - } -}