diff options
author | 2010-05-15 10:54:29 +0000 | |
---|---|---|
committer | 2010-05-15 10:54:29 +0000 | |
commit | 6e1f47759aba9dd7e406bd13fb699500b7f8f1df (patch) | |
tree | ff6e428bf6b70b2b277efd51eed2e833379e3d2b | |
parent | block-implicit macros now up-propogate end-of-sentence spacing; (diff) | |
download | wireguard-openbsd-6e1f47759aba9dd7e406bd13fb699500b7f8f1df.tar.xz wireguard-openbsd-6e1f47759aba9dd7e406bd13fb699500b7f8f1df.zip |
grow /usr/local more at the cost of /home; ok krw@
-rw-r--r-- | sbin/disklabel/editor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/disklabel/editor.c b/sbin/disklabel/editor.c index e852747d10f..ca5c5c0271e 100644 --- a/sbin/disklabel/editor.c +++ b/sbin/disklabel/editor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: editor.c,v 1.237 2010/05/11 11:12:22 otto Exp $ */ +/* $OpenBSD: editor.c,v 1.238 2010/05/15 10:54:29 otto Exp $ */ /* * Copyright (c) 1997-2000 Todd C. Miller <Todd.Miller@courtesan.com> @@ -75,10 +75,10 @@ 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(10), 5, "/usr/local" }, + { GIG(2), GIG(10), 10, "/usr/local" }, { GIG(1), GIG(2), 3, "/usr/src" }, { GIG(1), GIG(2), 3, "/usr/obj" }, - { GIG(1), GIG(300), 50, "/home" } + { GIG(1), GIG(300), 45, "/home" } /* Anything beyond this leave for the user to decide */ }; |