From 9f12546f8edb1a6d0006e6d33f368f0f2125c0f3 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 7 Feb 2005 04:25:34 +0000 Subject: Remove /stand when we are done with it. Submitted by: Ryan Sommers --- usr.sbin/sade/install.c | 3 +++ usr.sbin/sysinstall/install.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index a2340db..1120f55 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/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"); 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"); -- cgit v1.1