aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/command.c
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-08-07 23:35:49 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-08-07 23:35:49 +0000
commit2e14ff0f418fa5ae4195aeeb1a2abe2cb1a26b5d (patch)
treeacf7384d53e487deaf4f17dac1e632ca6d68a316 /usr.sbin/sade/command.c
parente6748c986c144e829573440fda8c8bfa5f92fd8c (diff)
downloadsrc-2e14ff0f418fa5ae4195aeeb1a2abe2cb1a26b5d.tar.gz
src-2e14ff0f418fa5ae4195aeeb1a2abe2cb1a26b5d.zip
Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabel part
of sysinstall. So sysinstall may retire now, we have the important non-install part of it covered. ATM it doesn't understand GEOM stuff (like mirror, stripe, raid, ...), but patches to change this and to clean it up internally are more than welcome. Submitted by: mami@nyitolap.hu
Notes
Notes: svn path=/head/; revision=161060
Diffstat (limited to 'usr.sbin/sade/command.c')
-rw-r--r--usr.sbin/sade/command.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/sade/command.c b/usr.sbin/sade/command.c
index 33ebc352544a..a9913d1af5f3 100644
--- a/usr.sbin/sade/command.c
+++ b/usr.sbin/sade/command.c
@@ -1,9 +1,4 @@
/*
- * The new sysinstall program.
- *
- * This is probably the last program in the `sysinstall' line - the next
- * generation being essentially a complete rewrite.
- *
* $FreeBSD$
*
* Copyright (c) 1995
@@ -34,7 +29,7 @@
*
*/
-#include "sysinstall.h"
+#include "sade.h"
#define MAX_NUM_COMMANDS 10