summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2011-05-23 08:22:29 +0000
committerotto <otto@openbsd.org>2011-05-23 08:22:29 +0000
commit2cb4212411bba909b5323cbf091fb8ed88d13638 (patch)
tree526069d9bac5d086507baf552cb633f9c0296c0f
parentnsd-zonec.8 (diff)
downloadwireguard-openbsd-2cb4212411bba909b5323cbf091fb8ed88d13638.tar.xz
wireguard-openbsd-2cb4212411bba909b5323cbf091fb8ed88d13638.zip
Make /usr/obj a bit bigger, on small disks it ends up just a little
bit too small. ok krw@
-rw-r--r--sbin/disklabel/editor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c
index b1a2a7358b1..688c1113c8a 100644
--- a/sbin/disklabel/editor.c
+++ b/sbin/disklabel/editor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: editor.c,v 1.254 2011/05/22 17:49:26 otto Exp $ */
+/* $OpenBSD: editor.c,v 1.255 2011/05/23 08:22:29 otto Exp $ */
/*
* Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -77,8 +77,8 @@ const struct space_allocation alloc_big[] = {
{ MEG(900), GIG(2), 5, "/usr" },
{ MEG(512), GIG(1), 3, "/usr/X11R6" },
{ GIG(2), GIG(10), 10, "/usr/local" },
- { GIG(1), GIG(2), 3, "/usr/src" },
- { GIG(1), GIG(2), 3, "/usr/obj" },
+ { GIG(1), GIG(2), 2, "/usr/src" },
+ { MEG(1300), GIG(2), 4, "/usr/obj" },
{ GIG(1), GIG(300), 45, "/home" }
/* Anything beyond this leave for the user to decide */
};