diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-11-15 14:35:50 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1996-11-15 14:35:50 +0000 |
commit | a375550c49a95bbff6f0ed61afcd69f60a64403b (patch) | |
tree | a0966478999ce958962f10c7b971865c092e8418 /comms | |
parent | f4eb0df3bd70b9fd09c22a8235b29c56c0505e02 (diff) | |
download | ports-a375550c49a95bbff6f0ed61afcd69f60a64403b.tar.gz ports-a375550c49a95bbff6f0ed61afcd69f60a64403b.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/mgetty+sendfax/files/mgettycfg.in | 4 | ||||
-rw-r--r-- | comms/mgetty+sendfax/pkg-install | 4 |
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"); |