diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-02-16 21:45:41 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-02-16 21:45:41 +0000 |
commit | 6a31c386578a5492f5e674b2a604bb4eacdb76b8 (patch) | |
tree | 6901a6d4aafa198f733abd040b03065ddfc14500 | |
parent | ddcc5fb89c87e217d1da59415707cb9b095de296 (diff) | |
download | pfsense-6a31c386578a5492f5e674b2a604bb4eacdb76b8.zip pfsense-6a31c386578a5492f5e674b2a604bb4eacdb76b8.tar.gz |
Only auto login on the console itself
-rw-r--r-- | etc/gettytab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/gettytab b/etc/gettytab index b8dcbe5..00476a4 100644 --- a/etc/gettytab +++ b/etc/gettytab @@ -36,7 +36,7 @@ # ep:op: same as ap. # default:\ - :al=root: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: # @@ -162,7 +162,7 @@ X|Xwindow|X window system:\ :fd@:nd@:cd@:rw:sp#9600: P|Pc|Pc console:\ - :ht:np:sp#115200: + :ht:np:sp#115200:al=root: # # Wierdo special case for fast crt's with hardcopy devices |