diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-12-17 23:08:13 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-12-17 23:08:13 +0000 |
| commit | 7cecfcc8c928b51d36c64a95c94c0acd64d39955 (patch) | |
| tree | 7529f052dd37222f59b0de17c79c665c09e35e11 /usr.sbin/sysinstall | |
| parent | cf3fef3bdde7ad651e400544faf44440a1d5c6b5 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/dist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index b28c3c63ede1..682a54de295e 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -240,7 +240,7 @@ distSetX(void) Dists |= DIST_XF86; XF86Dists = DIST_XF86_CLIENTS | DIST_XF86_LIB | DIST_XF86_PROG | DIST_XF86_MAN | DIST_XF86_DOC | DIST_XF86_SERVER | DIST_XF86_FONTS; XF86ServerDists = DIST_XF86_SERVER_FB; - XF86FontDists = DIST_XF86_FONTS_BITMAPS | DIST_XF86_FONTS_75; + XF86FontDists = DIST_XF86_FONTS_BITMAPS | DIST_XF86_FONTS_75 | DIST_XF86_FONTS_100; return distSetXF86(NULL); } |
