summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenno <benno@openbsd.org>2017-11-28 01:54:25 +0000
committerbenno <benno@openbsd.org>2017-11-28 01:54:25 +0000
commitaa4db6241e9cdb37d348cc65a74ec13f8895ab57 (patch)
treec045061b9023506aa8c282af28ea37baca221a0b
parentIntroduce relay_reset_event() which closes and resets a relay connection. (diff)
downloadwireguard-openbsd-aa4db6241e9cdb37d348cc65a74ec13f8895ab57.tar.xz
wireguard-openbsd-aa4db6241e9cdb37d348cc65a74ec13f8895ab57.zip
in auto-allocation, increase size of /usr/src to 1.3G.
Our tree is now 1.1G big. ok florian@, sure deraadt@
-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 5ee838f2cf6..3a57e5ab2e2 100644
--- a/sbin/disklabel/editor.c
+++ b/sbin/disklabel/editor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: editor.c,v 1.308 2017/09/29 18:32:09 otto Exp $ */
+/* $OpenBSD: editor.c,v 1.309 2017/11/28 01:54:25 benno Exp $ */
/*
* Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -77,7 +77,7 @@ struct space_allocation alloc_big[] = {
{ MEG(900), GIG(2), 5, "/usr" },
{ MEG(512), GIG(1), 3, "/usr/X11R6" },
{ MEG(1200), GIG(10), 15, "/usr/local" },
- { GIG(1), GIG(2), 2, "/usr/src" },
+ { MEG(1300), GIG(2), 2, "/usr/src" },
{ GIG(3), GIG(6), 4, "/usr/obj" },
{ GIG(1), GIG(300), 35, "/home" }
/* Anything beyond this leave for the user to decide */