summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dist.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-23 22:16:41 +0000
committerobrien <obrien@FreeBSD.org>2002-04-23 22:16:41 +0000
commitc8378615464233ebe8d09d2c58dbd40032d77e45 (patch)
tree3eee8dd61f995528c0a9e5d0ffb9521208186643 /usr.sbin/sysinstall/dist.h
parent3311fa2aba4cbec458dc454de77133714a47ccfa (diff)
downloadFreeBSD-src-c8378615464233ebe8d09d2c58dbd40032d77e45.zip
FreeBSD-src-c8378615464233ebe8d09d2c58dbd40032d77e45.tar.gz
Change the name of the 'bin' distribution to 'base'.
This is done since it contains much more than /bin, and also gets in the way when making a combined install+fixit CD. OK'ed by: jkh
Diffstat (limited to 'usr.sbin/sysinstall/dist.h')
-rw-r--r--usr.sbin/sysinstall/dist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dist.h b/usr.sbin/sysinstall/dist.h
index c3b0a26..b81e1a2 100644
--- a/usr.sbin/sysinstall/dist.h
+++ b/usr.sbin/sysinstall/dist.h
@@ -4,7 +4,7 @@
#define _DIST_H_INCLUDE
/* Bitfields for distributions - hope we never have more than 32! :-) */
-#define DIST_BIN 0x00001
+#define DIST_BASE 0x00001
#define DIST_GAMES 0x00002
#define DIST_MANPAGES 0x00004
#define DIST_PROFLIBS 0x00008
@@ -120,7 +120,7 @@
/* Canned distribution sets */
#define _DIST_USER \
- ( DIST_BIN | DIST_DOC | DIST_MANPAGES | DIST_DICT | DIST_CRYPTO )
+ ( DIST_BASE | DIST_DOC | DIST_MANPAGES | DIST_DICT | DIST_CRYPTO )
#define _DIST_DEVELOPER \
( _DIST_USER | DIST_PROFLIBS | DIST_INFO | DIST_SRC )
OpenPOWER on IntegriCloud