diff options
author | phk <phk@FreeBSD.org> | 2000-12-18 20:56:10 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2000-12-18 20:56:10 +0000 |
commit | ca04e3fbb5ca9f2689de7453df4c3d85db12b705 (patch) | |
tree | be9fbe8c33583aa0ee466ca15a08084420bddf24 /etc/gettytab | |
parent | 806a306bb55a7241ab29739b6811846ca100da81 (diff) | |
download | FreeBSD-src-ca04e3fbb5ca9f2689de7453df4c3d85db12b705.zip FreeBSD-src-ca04e3fbb5ca9f2689de7453df4c3d85db12b705.tar.gz |
Add if=/etc/issue to the default getty entry.
This does nothing if you don't have an /etc/issue file.
PR: 22331
Submitted by: Rick C. Petty <rick@kiwi-computer.com>
Diffstat (limited to 'etc/gettytab')
-rw-r--r-- | etc/gettytab | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/gettytab b/etc/gettytab index e0e01ff..ceba91e 100644 --- a/etc/gettytab +++ b/etc/gettytab @@ -38,7 +38,8 @@ # np:ap: same as np except istrip. # default:\ - :cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200: + :cb:ce:ck:lc:fd#1000:im=\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200:\ + :if=/etc/issue: # # Fixed speed entries |