From 22665bad1f4b858a8491c4b61869755a16c10869 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Thu, 26 Aug 1993 17:55:59 +0000 Subject: [PATCH] Added the following line to all the supplied config files to shut up the config program until this thing is fixed correctly. maxfdescs 2048 #Max file descriptors per process --- sys/conf/NOTES | 3 ++- sys/i386/conf/GENERICAH | 3 ++- sys/i386/conf/GENERICBT | 3 ++- sys/i386/conf/LINT | 3 ++- sys/i386/conf/NOTES | 3 ++- sys/i386/conf/SYSCONS | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 20a65e87ac8..131c275144b 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id$ +# $Id: LINT,v 1.1 1993/08/22 02:59:49 rgrimes Exp $ # machine "i386" @@ -12,6 +12,7 @@ cpu "i386" ident LINT timezone 8 dst maxusers 10 +maxfdescs 2048 #Max file descriptors per process config "386bsd" root on wd0 swap on wd0 and sd0 diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH index 03e233ede4e..3366830a41f 100644 --- a/sys/i386/conf/GENERICAH +++ b/sys/i386/conf/GENERICAH @@ -1,7 +1,7 @@ # # GENERICAH -- Generic machine with WD/AHx family disks # -# $Id$ +# $Id: GENERICAH,v 1.4 1993/08/21 23:46:41 rgrimes Exp $ # machine "i386" @@ -9,6 +9,7 @@ cpu "i386" ident GENERICAH timezone 8 dst maxusers 10 +maxfdescs 2048 #Max file descriptors per process options INET #InterNETworking options ISOFS #ISO File System options NFS #Network File System diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT index dab88e46a61..b09ff6a4ed4 100644 --- a/sys/i386/conf/GENERICBT +++ b/sys/i386/conf/GENERICBT @@ -1,7 +1,7 @@ # # GENERICBT -- Generic machine with WD/BTx family disks # -# $Id$ +# $Id: GENERICBT,v 1.1 1993/08/21 23:46:42 rgrimes Exp $ # machine "i386" @@ -9,6 +9,7 @@ cpu "i386" ident GENERICBT timezone 8 dst maxusers 10 +maxfdescs 2048 #Max file descriptors per process options INET #InterNETworking options ISOFS #ISO File System options NFS #Network File System diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 20a65e87ac8..131c275144b 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id$ +# $Id: LINT,v 1.1 1993/08/22 02:59:49 rgrimes Exp $ # machine "i386" @@ -12,6 +12,7 @@ cpu "i386" ident LINT timezone 8 dst maxusers 10 +maxfdescs 2048 #Max file descriptors per process config "386bsd" root on wd0 swap on wd0 and sd0 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 20a65e87ac8..131c275144b 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id$ +# $Id: LINT,v 1.1 1993/08/22 02:59:49 rgrimes Exp $ # machine "i386" @@ -12,6 +12,7 @@ cpu "i386" ident LINT timezone 8 dst maxusers 10 +maxfdescs 2048 #Max file descriptors per process config "386bsd" root on wd0 swap on wd0 and sd0 diff --git a/sys/i386/conf/SYSCONS b/sys/i386/conf/SYSCONS index 92140003de5..b668331a938 100644 --- a/sys/i386/conf/SYSCONS +++ b/sys/i386/conf/SYSCONS @@ -1,7 +1,7 @@ # # SYSCONS -- Generic machine with WD/AHx family disks and syscons # -# $Id$ +# $Id: SYSCONS,v 1.2 1993/08/21 23:48:06 rgrimes Exp $ # machine "i386" @@ -9,6 +9,7 @@ cpu "i386" ident SYSCONS timezone 8 dst maxusers 10 +maxfdescs 2048 #Max file descriptors per process options INET #InterNETworking options ISOFS #ISO File System options NFS #Network File System