summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-26 08:58:35 +0000
committerjkh <jkh@FreeBSD.org>1995-05-26 08:58:35 +0000
commit2e7c0ede70dcc14c8606a396c03f207d3f94ce79 (patch)
treee27872cdd67f82fc1f5ad16b4d734a90279463d2 /usr.sbin/sade
parentc9272a6f475ce6bc60d5f6a7c05cf373716bd373 (diff)
downloadFreeBSD-src-2e7c0ede70dcc14c8606a396c03f207d3f94ce79.zip
FreeBSD-src-2e7c0ede70dcc14c8606a396c03f207d3f94ce79.tar.gz
Tighten up the TCP/IP dialog a little.
Simply install procedure a bit.
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/install.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 8a1c2ff..9f68b23 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.55 1995/05/25 18:48:25 jkh Exp $
+ * $Id: install.c,v 1.56 1995/05/26 08:41:40 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -211,6 +211,7 @@ installInitial(void)
exit(1);
}
root_extract();
+ vsystem("(cd /stand; find etc) | cpio -pdmv /");
alreadyDone = TRUE;
return TRUE;
}
OpenPOWER on IntegriCloud