Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib Pullup 1.14 [jmc]:
details: https://anonhg.NetBSD.org/src/rev/ed30e57791f8
branches: netbsd-1-5
changeset: 490033:ed30e57791f8
user: tv <tv%NetBSD.org@localhost>
date: Wed Nov 01 02:08:44 2000 +0000
description:
Pullup 1.14 [jmc]:
Enable xmisc in sysinst.
diffstat:
distrib/sets/maketars | 4 ++--
distrib/utils/sysinst/arch/macppc/menus.md.en | 3 ++-
distrib/utils/sysinst/arch/sparc/menus.md.en | 3 ++-
3 files changed, 6 insertions(+), 4 deletions(-)
diffs (48 lines):
diff -r 21aad9659867 -r ed30e57791f8 distrib/sets/maketars
--- a/distrib/sets/maketars Wed Nov 01 02:08:17 2000 +0000
+++ b/distrib/sets/maketars Wed Nov 01 02:08:44 2000 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: maketars,v 1.13 1999/02/13 07:59:45 itohy Exp $
+# $NetBSD: maketars,v 1.13.10.1 2000/11/01 02:08:44 tv Exp $
#
# Make release tar files for some or all lists. Usage:
# maketars [-b] [-x] [-a arch] [-m machine] [-s setsdir] [-d destdir] \
@@ -13,7 +13,7 @@
arch=${MACHINE_ARCH:-`printf 'xxx:\n\techo ${MACHINE_ARCH}' | $MAKE -s -f-`}
setd=`pwd`
nlists="base comp etc games man misc text"
-xlists="xbase xcomp xcontrib xfont xserver"
+xlists="xbase xcomp xcontrib xfont xserver xmisc"
lists=$nlists
tars=$RELEASEDIR
dest=$DESTDIR
diff -r 21aad9659867 -r ed30e57791f8 distrib/utils/sysinst/arch/macppc/menus.md.en
--- a/distrib/utils/sysinst/arch/macppc/menus.md.en Wed Nov 01 02:08:17 2000 +0000
+++ b/distrib/utils/sysinst/arch/macppc/menus.md.en Wed Nov 01 02:08:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.en,v 1.11.4.2 2000/09/12 15:25:16 abs Exp $ */
+/* $NetBSD: menus.md.en,v 1.11.4.3 2000/11/01 02:08:44 tv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -70,3 +70,4 @@
option "X11 servers", action { toggle_getit (10); };
option "X contrib clients", action { toggle_getit (11); };
option "X11 programming", action { toggle_getit (12); };
+ option "X11 Misc.", action { toggle_getit (13); };
diff -r 21aad9659867 -r ed30e57791f8 distrib/utils/sysinst/arch/sparc/menus.md.en
--- a/distrib/utils/sysinst/arch/sparc/menus.md.en Wed Nov 01 02:08:17 2000 +0000
+++ b/distrib/utils/sysinst/arch/sparc/menus.md.en Wed Nov 01 02:08:44 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menus.md.en,v 1.11.4.2 2000/09/12 15:25:16 abs Exp $ */
+/* $NetBSD: menus.md.en,v 1.11.4.3 2000/11/01 02:08:44 tv Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -70,3 +70,4 @@
option "X11 servers", action { toggle_getit (10); };
option "X contrib clients", action { toggle_getit (11); };
option "X11 programming", action { toggle_getit (12); };
+ option "X11 Misc.", action { toggle_getit (13); };
Home |
Main Index |
Thread Index |
Old Index