summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1996-11-15 14:35:50 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1996-11-15 14:35:50 +0000
commita375550c49a95bbff6f0ed61afcd69f60a64403b (patch)
treea0966478999ce958962f10c7b971865c092e8418 /comms
parentupgrade to oct 2 version (diff)
Don't say that the modem line is secure!
Fixes PR ports/1888.
Notes
Notes: svn path=/head/; revision=4483
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");