Increase min and max src a bit to accomodate growth and git users
authorotto <otto@openbsd.org>
Tue, 9 Nov 2021 16:53:18 +0000 (16:53 +0000)
committerotto <otto@openbsd.org>
Tue, 9 Nov 2021 16:53:18 +0000 (16:53 +0000)
From Mikhail <mp39590@gmail.com>

sbin/disklabel/disklabel.8
sbin/disklabel/editor.c

index df27b4a..9504e56 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: disklabel.8,v 1.141 2021/11/05 19:54:08 otto Exp $
+.\"    $OpenBSD: disklabel.8,v 1.142 2021/11/09 16:53:18 otto Exp $
 .\"    $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $
 .\"
 .\" Copyright (c) 1987, 1988, 1991, 1993
@@ -33,7 +33,7 @@
 .\"
 .\"    @(#)disklabel.8 8.2 (Berkeley) 4/19/94
 .\"
-.Dd $Mdocdate: November 5 2021 $
+.Dd $Mdocdate: November 9 2021 $
 .Dt DISKLABEL 8
 .Os
 .Sh NAME
@@ -568,7 +568,7 @@ swap                80M-256M 10%
 /usr           1.5G-3G 5%
 /usr/X11R6     512M-1G 3%
 /usr/local     2G-10G  10%
-/usr/src       1G-2G   2%
+/usr/src       1.5G-3G 2%
 /usr/obj       1.3G-2G 4%
 /home          1G-*    45%
 .Ed
index 8708f3d..8f71178 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: editor.c,v 1.368 2021/05/30 19:02:30 kettenis Exp $   */
+/*     $OpenBSD: editor.c,v 1.369 2021/11/09 16:53:18 otto Exp $       */
 
 /*
  * Copyright (c) 1997-2000 Todd C. Miller <millert@openbsd.org>
@@ -95,7 +95,7 @@ struct space_allocation alloc_big[] = {
        { MEG(1500),         GIG(6),  10, "/usr"        },
        {  MEG(384),         GIG(1),   3, "/usr/X11R6"  },
        {    GIG(1),        GIG(20),  15, "/usr/local"  },
-       { MEG(1300),         GIG(2),   2, "/usr/src"    },
+       { MEG(1500),         GIG(3),   2, "/usr/src"    },
        {    GIG(5),         GIG(6),   4, "/usr/obj"    },
        {    GIG(1),       GIG(300),  30, "/home"       }
        /* Anything beyond this leave for the user to decide */