mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Pick a more sensible default for # of ptys, add comment that this can
go as high as 64 now.
This commit is contained in:
parent
17703e4e91
commit
9da6a15aa4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6328
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.137 1995/02/09 09:47:08 jkh Exp $
|
||||
# $Id: LINT,v 1.138 1995/02/10 05:42:24 amurai Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -280,7 +280,7 @@ device cd0 #SCSI CD-ROMs
|
||||
# required for `telnetd', `rlogind', `screen', `emacs', and `xterm',
|
||||
# among others.
|
||||
#
|
||||
pseudo-device pty 4 #Pseudo ttys
|
||||
pseudo-device pty 16 #Pseudo ttys - can go as high as 64
|
||||
pseudo-device speaker #Play IBM BASIC-style noises out your speaker
|
||||
pseudo-device log #Kernel syslog interface (/dev/klog)
|
||||
pseudo-device gzip #Exec gzipped a.out's
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.137 1995/02/09 09:47:08 jkh Exp $
|
||||
# $Id: LINT,v 1.138 1995/02/10 05:42:24 amurai Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -280,7 +280,7 @@ device cd0 #SCSI CD-ROMs
|
||||
# required for `telnetd', `rlogind', `screen', `emacs', and `xterm',
|
||||
# among others.
|
||||
#
|
||||
pseudo-device pty 4 #Pseudo ttys
|
||||
pseudo-device pty 16 #Pseudo ttys - can go as high as 64
|
||||
pseudo-device speaker #Play IBM BASIC-style noises out your speaker
|
||||
pseudo-device log #Kernel syslog interface (/dev/klog)
|
||||
pseudo-device gzip #Exec gzipped a.out's
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.137 1995/02/09 09:47:08 jkh Exp $
|
||||
# $Id: LINT,v 1.138 1995/02/10 05:42:24 amurai Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -280,7 +280,7 @@ device cd0 #SCSI CD-ROMs
|
||||
# required for `telnetd', `rlogind', `screen', `emacs', and `xterm',
|
||||
# among others.
|
||||
#
|
||||
pseudo-device pty 4 #Pseudo ttys
|
||||
pseudo-device pty 16 #Pseudo ttys - can go as high as 64
|
||||
pseudo-device speaker #Play IBM BASIC-style noises out your speaker
|
||||
pseudo-device log #Kernel syslog interface (/dev/klog)
|
||||
pseudo-device gzip #Exec gzipped a.out's
|
||||
|
Loading…
Reference in New Issue
Block a user