summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2010-05-11 11:12:23 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2010-05-11 11:12:23 +0000
commit3909acf1748b7d75d7aedb1cfad803c9d643a081 (patch)
treec1b6cf65de7dce014fdd3fb8c9cab0483be0ddea /sbin
parentff309b0f971058f860705bb6a62a2e18c16d4d83 (diff)
set max size of auto allocated /usr/local to 10G; ok espie@ krw@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/disklabel/editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c
index b7473df7471..e852747d10f 100644
--- a/sbin/disklabel/editor.c
+++ b/sbin/disklabel/editor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: editor.c,v 1.236 2010/04/28 17:26:46 jsing Exp $ */
+/* $OpenBSD: editor.c,v 1.237 2010/05/11 11:12:22 otto Exp $ */
/*
* Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -75,7 +75,7 @@ const struct space_allocation alloc_big[] = {
{ MEG(80), GIG(4), 13, "/var" },
{ MEG(900), GIG(2), 5, "/usr" },
{ MEG(512), GIG(1), 3, "/usr/X11R6" },
- { GIG(2), GIG(6), 5, "/usr/local" },
+ { GIG(2), GIG(10), 5, "/usr/local" },
{ GIG(1), GIG(2), 3, "/usr/src" },
{ GIG(1), GIG(2), 3, "/usr/obj" },
{ GIG(1), GIG(300), 50, "/home" }