1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 00:53:23 -05:00

Added vc/? and vcs?, because the new uml kernel looks for this now.

This commit is contained in:
freesource 2002-02-08 20:00:35 +00:00
parent 911d5a188b
commit 61bd20e212
2 changed files with 20 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# /etc/securetty: list of terminals on which root is allowed to login.
# See securetty(5) and login(1).
#
# $Id$
# $Id: securetty.debian,v 1.2 2001/11/08 05:56:42 freesource Exp $
# make_debian replacement
ttys/0
ttys/1
@ -16,3 +16,7 @@ serial/0
serial/1
serial/2
serial/3
vc/0
vc/1
vc/2
vc/3

View File

@ -1,7 +1,7 @@
# /etc/securetty: list of terminals on which root is allowed to login.
# See securetty(5) and login(1).
#
# $Id$
# $Id: securetty.example,v 1.1 2001/12/03 05:41:58 freesource Exp $
# Used by the Example.yard template.
# devfs
@ -18,6 +18,10 @@ serial/0
serial/1
serial/2
serial/3
vc/0
vc/1
vc/2
vc/3
# nodevfs
tty0
@ -32,4 +36,13 @@ tty8
serial0
serial1
serial2
serial3
serial3
vcs0
vcs1
vcs2
vcs3