diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-08-31 16:52:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-08-31 16:52:27 +0000 |
commit | 6b595db76f2034eb2f80d2bc7993d22145235ffc (patch) | |
tree | cc4158e13e955789dc03f9a558a4513e65cb813c /distrib/sets/makeflist | |
parent | e4fa63673d6265a27e8ba3ead578b4bcd98731c5 (diff) |
Get rid of the 'nocreate' feature, unused for 6 years and stop
building the xetcXX.tgz set
Diffstat (limited to 'distrib/sets/makeflist')
-rw-r--r-- | distrib/sets/makeflist | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/sets/makeflist b/distrib/sets/makeflist index a7835a036..8a86e9fba 100644 --- a/distrib/sets/makeflist +++ b/distrib/sets/makeflist @@ -1,11 +1,10 @@ #!/bin/sh -# $OpenBSD: makeflist,v 1.2 2014/05/03 15:18:26 todd Exp $ +# $OpenBSD: makeflist,v 1.3 2014/08/31 16:52:26 matthieu Exp $ arch=$MACHINE listsdir=`pwd`/lists -lists=`sh ./genlists $arch` -for setname in $lists +for setname in xbase xetc xfont xserv xshare do sh ./gensetlist $setname done | sort |