summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dispatch.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-11-08 11:51:57 +0000
committerjkh <jkh@FreeBSD.org>1999-11-08 11:51:57 +0000
commit4f4156cb2913971a49282a9a4d677e556c0b0cc9 (patch)
tree48cc2c69095b9a6f1d9af51c46ed3836f0d75d1d /usr.sbin/sysinstall/dispatch.c
parent57a1b531681473ebf96e00f7b05d0e0165849abd (diff)
downloadFreeBSD-src-4f4156cb2913971a49282a9a4d677e556c0b0cc9.zip
FreeBSD-src-4f4156cb2913971a49282a9a4d677e556c0b0cc9.tar.gz
Allow distributions to be excluded more easily in scripts.
Submitted by: Brian Dean <brdean@unx.sas.com>
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
-rw-r--r--usr.sbin/sysinstall/dispatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c
index d1fdd96..3090a27 100644
--- a/usr.sbin/sysinstall/dispatch.c
+++ b/usr.sbin/sysinstall/dispatch.c
@@ -65,6 +65,7 @@ static struct _word {
{ "diskLabelCommit", diskLabelCommit },
{ "distReset", distReset },
{ "distSetCustom", distSetCustom },
+ { "distUnsetCustom", distUnsetCustom },
{ "distSetDeveloper", distSetDeveloper },
{ "distSetXDeveloper", distSetXDeveloper },
{ "distSetKernDeveloper", distSetKernDeveloper },
OpenPOWER on IntegriCloud