summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/mgetty+sendfax/files/mgettycfg.in4
-rw-r--r--comms/mgetty+sendfax/pkg-install4
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/mgetty+sendfax/files/mgettycfg.in b/comms/mgetty+sendfax/files/mgettycfg.in
index a66446a02119..f014f400acfb 100644
--- a/comms/mgetty+sendfax/files/mgettycfg.in
+++ b/comms/mgetty+sendfax/files/mgettycfg.in
@@ -67,7 +67,7 @@ foreach $tty (@ttys) {
foreach $port (split) {
if ($tty =~ /^\s*$port/) {
print STDERR "replacing line $tty";
- $tty = "$port\t\"$prefix/sbin/mgetty\"\tunknown on secure\n";
+ $tty = "$port\t\"$prefix/sbin/mgetty\"\tunknown on insecure\n";
$replaced{$port} = 1;
}
}
@@ -76,7 +76,7 @@ $_ = $devices;
foreach $port (split) {
if (!$replaced{$port}) {
print STDERR "adding port $port\n";
- push (@ttys, "$port\t\"$prefix/sbin/mgetty\"\tunknown on secure\n");
+ push (@ttys, "$port\t\"$prefix/sbin/mgetty\"\tunknown on insecure\n");
}
}
system ("mv -f /etc/ttys /etc/ttys.old");
diff --git a/comms/mgetty+sendfax/pkg-install b/comms/mgetty+sendfax/pkg-install
index a66446a02119..f014f400acfb 100644
--- a/comms/mgetty+sendfax/pkg-install
+++ b/comms/mgetty+sendfax/pkg-install
@@ -67,7 +67,7 @@ foreach $tty (@ttys) {
foreach $port (split) {
if ($tty =~ /^\s*$port/) {
print STDERR "replacing line $tty";
- $tty = "$port\t\"$prefix/sbin/mgetty\"\tunknown on secure\n";
+ $tty = "$port\t\"$prefix/sbin/mgetty\"\tunknown on insecure\n";
$replaced{$port} = 1;
}
}
@@ -76,7 +76,7 @@ $_ = $devices;
foreach $port (split) {
if (!$replaced{$port}) {
print STDERR "adding port $port\n";
- push (@ttys, "$port\t\"$prefix/sbin/mgetty\"\tunknown on secure\n");
+ push (@ttys, "$port\t\"$prefix/sbin/mgetty\"\tunknown on insecure\n");
}
}
system ("mv -f /etc/ttys /etc/ttys.old");