Gets rid of some test markers.

This commit is contained in:
freesource
2001-08-03 03:55:00 +00:00
parent 581f5ee7d5
commit 5b168775f4
2 changed files with 10 additions and 11 deletions
+1 -2
View File
@@ -1107,7 +1107,7 @@ sub info {
if ($level != 3) {
print LOGFILE @msgs;
}
$level = 0x if $level == 3;
$level = 0 if $level == 3;
my $output = join("",@msgs);
if ($verbosity >= $level) {
@@ -2159,7 +2159,6 @@ BLARD
## - Add a 'noauto' option if it doesn't already have one
## - Put mountpoint under oldroot
$options .= ',noauto' unless $options =~ /\bnoauto\b/;
print "$device $mpt\n";
if ($mpt eq '/') {
$mpt = "/"; # limitation of mount cmd
} else {