Parent Directory | Revision Log | Revision Graph
Many fixes
1 | --- e-smith-backup-2.0.0/root/etc/e-smith/events/actions/workstation-backup-dar.mount_verify 2008-10-20 09:43:26.000000000 -0600 |
2 | +++ e-smith-backup-2.0.0/root/etc/e-smith/events/actions/workstation-backup-dar 2008-10-20 09:52:53.000000000 -0600 |
3 | @@ -87,7 +87,7 @@ |
4 | # verify backup directory not already mounted |
5 | |
6 | open FD, '/proc/mounts'; |
7 | -if ( $VFSType eq 'usb' ) |
8 | +if ( $VFSType ne 'usb' ) |
9 | { |
10 | while (<FD>) |
11 | { |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |