Added the following line to all the supplied config files to shut up the
authorRod Grimes <rgrimes@FreeBSD.org>
Thu, 26 Aug 1993 17:55:59 +0000 (17:55 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Thu, 26 Aug 1993 17:55:59 +0000 (17:55 +0000)
config program until this thing is fixed correctly.

maxfdescs 2048 #Max file descriptors per process

sys/i386/conf/GENERICAH
sys/i386/conf/GENERICBT
sys/i386/conf/LINT
sys/i386/conf/SYSCONS

index 03e233e..3366830 100644 (file)
@@ -1,7 +1,7 @@
 #
 # GENERICAH -- Generic machine with WD/AHx family disks
 #
 #
 # GENERICAH -- Generic machine with WD/AHx family disks
 #
-#      $Id$
+#      $Id: GENERICAH,v 1.4 1993/08/21 23:46:41 rgrimes Exp $
 #
 
 machine                "i386"
 #
 
 machine                "i386"
@@ -9,6 +9,7 @@ cpu             "i386"
 ident          GENERICAH
 timezone       8 dst
 maxusers       10
 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
 options                INET                    #InterNETworking
 options                ISOFS                   #ISO File System
 options                NFS                     #Network File System
index dab88e4..b09ff6a 100644 (file)
@@ -1,7 +1,7 @@
 #
 # GENERICBT -- Generic machine with WD/BTx family disks
 #
 #
 # GENERICBT -- Generic machine with WD/BTx family disks
 #
-#      $Id$
+#      $Id: GENERICBT,v 1.1 1993/08/21 23:46:42 rgrimes Exp $
 #
 
 machine                "i386"
 #
 
 machine                "i386"
@@ -9,6 +9,7 @@ cpu             "i386"
 ident          GENERICBT
 timezone       8 dst
 maxusers       10
 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
 options                INET                    #InterNETworking
 options                ISOFS                   #ISO File System
 options                NFS                     #Network File System
index 20a65e8..131c275 100644 (file)
@@ -4,7 +4,7 @@
 #
 #      This kernel is NOT MEANT to be runnable!
 #
 #
 #      This kernel is NOT MEANT to be runnable!
 #
-#      $Id$
+#      $Id: LINT,v 1.1 1993/08/22 02:59:49 rgrimes Exp $
 #
 
 machine                "i386"
 #
 
 machine                "i386"
@@ -12,6 +12,7 @@ cpu           "i386"
 ident          LINT
 timezone       8 dst
 maxusers       10
 ident          LINT
 timezone       8 dst
 maxusers       10
+maxfdescs      2048                    #Max file descriptors per process
 
 config         "386bsd"        root on wd0 swap on wd0 and sd0
 
 
 config         "386bsd"        root on wd0 swap on wd0 and sd0
 
index 9214000..b668331 100644 (file)
@@ -1,7 +1,7 @@
 #
 # SYSCONS -- Generic machine with WD/AHx family disks and syscons
 #
 #
 # 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"
 #
 
 machine                "i386"
@@ -9,6 +9,7 @@ cpu             "i386"
 ident          SYSCONS
 timezone       8 dst
 maxusers       10
 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
 options                INET                    #InterNETworking
 options                ISOFS                   #ISO File System
 options                NFS                     #Network File System