diff options
author | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 19:18:28 +0000 |
---|---|---|
committer | Ahmad Samir <ahmad@mageia.org> | 2011-04-04 19:18:28 +0000 |
commit | c35e14afe195640b441f40bdd9be6e7344dd9528 (patch) | |
tree | 116d084cd34a62a977dcc018181b16eb9f618c19 /perl-install/standalone/drakupdate_fstab | |
parent | c17fbf2a4f83f6192453e947733c22c2af3501bf (diff) | |
download | drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar.gz drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar.bz2 drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.tar.xz drakx-c35e14afe195640b441f40bdd9be6e7344dd9528.zip |
- string changes: perl -pi -e 's!Can not!Cannot!'
Diffstat (limited to 'perl-install/standalone/drakupdate_fstab')
-rwxr-xr-x | perl-install/standalone/drakupdate_fstab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakupdate_fstab b/perl-install/standalone/drakupdate_fstab index e72d33fca..54b924001 100755 --- a/perl-install/standalone/drakupdate_fstab +++ b/perl-install/standalone/drakupdate_fstab @@ -115,7 +115,7 @@ sub configure_part { my ($action, $part, $is_hd) = @_; my $fstab_file = '/etc/fstab'; if (!$part) { - print STDERR "Can not find device $device_name\n" if $::testing; + print STDERR "Cannot find device $device_name\n" if $::testing; return; } elsif ($::testing) { cp_af('/etc/fstab', $fstab_file = '/tmp/fstab'); |