From 012251a3785007f4c2b62a2f3fa4f6565c0844ad Mon Sep 17 00:00:00 2001 From: netchild Date: Mon, 7 Aug 2006 23:35:49 +0000 Subject: 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 --- usr.sbin/sade/variable.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'usr.sbin/sade/variable.c') diff --git a/usr.sbin/sade/variable.c b/usr.sbin/sade/variable.c index e86104f..bbbc2d2 100644 --- a/usr.sbin/sade/variable.c +++ b/usr.sbin/sade/variable.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 @@ -36,7 +31,7 @@ * */ -#include "sysinstall.h" +#include "sade.h" /* Routines for dealing with variable lists */ -- cgit v1.1