Module Name: src
Committed By: uki
Date: Thu Feb 6 12:36:38 UTC 2020
Modified Files:
src/distrib/sets: regpkgset
Log Message:
Building X11 system packages by "build.sh syspkgs"
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/distrib/sets/regpkgset
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/regpkgset
diff -u src/distrib/sets/regpkgset:1.13 src/distrib/sets/regpkgset:1.14
--- src/distrib/sets/regpkgset:1.13 Wed Oct 2 11:16:00 2019
+++ src/distrib/sets/regpkgset Thu Feb 6 12:36:38 2020
@@ -1,6 +1,6 @@
#! /bin/sh
#
-# $NetBSD: regpkgset,v 1.13 2019/10/02 11:16:00 maya Exp $
+# $NetBSD: regpkgset,v 1.14 2020/02/06 12:36:38 uki Exp $
#
# Copyright (c) 2003,2009 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -123,7 +123,7 @@ if [ $# -lt 1 ]; then
fi
case "$1" in
-all) list="base comp etc games man misc rescue tests text" ;;
+all) list="base comp etc games man misc rescue tests text xbase xcomp xetc xfont xserver" ;;
*) list="$*" ;;
esac