diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-12 09:29:59 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-12 09:29:59 +0000 |
commit | 9da6a15aa4120b62ee33a6e47d9f4ac0991a7485 (patch) | |
tree | d50a94de31f821ceee15af5b0f4cfb698c945660 /sys | |
parent | 17703e4e91a3b72abf137d0ea647814e2bb1b30d (diff) | |
download | src-9da6a15aa4120b62ee33a6e47d9f4ac0991a7485.tar.gz src-9da6a15aa4120b62ee33a6e47d9f4ac0991a7485.zip |
Pick a more sensible default for # of ptys, add comment that this can
go as high as 64 now.
Notes
Notes:
svn path=/head/; revision=6328
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 4 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 4 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 019b2b5530b2..392e473244eb 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 019b2b5530b2..392e473244eb 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 019b2b5530b2..392e473244eb 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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 |