summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-02-07 04:25:34 +0000
committerobrien <obrien@FreeBSD.org>2005-02-07 04:25:34 +0000
commit9f12546f8edb1a6d0006e6d33f368f0f2125c0f3 (patch)
tree40fd082df2edce542fa825daa2258d7b89b5ab97 /usr.sbin/sysinstall/install.c
parentcea0f165287b23cf9191e08758f9dcd9c9a68722 (diff)
downloadFreeBSD-src-9f12546f8edb1a6d0006e6d33f368f0f2125c0f3.zip
FreeBSD-src-9f12546f8edb1a6d0006e6d33f368f0f2125c0f3.tar.gz
Remove /stand when we are done with it.
Submitted by: Ryan Sommers <ryans@gamersimpact.com>
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index a2340db..1120f55 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -847,6 +847,9 @@ installFixupBase(dialogMenuItem *self)
/* BOGON #5: aliases database not build for bin */
vsystem("newaliases");
+ /* BOGON #6: Remove /stand (finally) */
+ vsystem("rm -rf /stand");
+
/* Now run all the mtree stuff to fix things up */
vsystem("mtree -deU -f /etc/mtree/BSD.root.dist -p /");
vsystem("mtree -deU -f /etc/mtree/BSD.var.dist -p /var");
OpenPOWER on IntegriCloud