diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 11:25:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-27 11:25:46 +0000 |
commit | d95d3b6afd1fc7396e1397d9e6b51df4eb4b4259 (patch) | |
tree | d41e0d03ad9dcce807982d51f21c71a1dc263fad | |
parent | 6bdfd5536e5aafed50af00f814975f07f26ce78f (diff) |
Bring over distrib from XF4
-rw-r--r-- | distrib/sets/checkflist | 2 | ||||
-rw-r--r-- | distrib/sets/makeflist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sets/checkflist b/distrib/sets/checkflist index b3b1737a8..75a598d10 100644 --- a/distrib/sets/checkflist +++ b/distrib/sets/checkflist @@ -1,5 +1,5 @@ #!/bin/sh -x -# $OpenBSD: checkflist,v 1.1.1.1 2006/11/27 11:25:45 matthieu Exp $ +# $OpenBSD: checkflist,v 1.1 2006/11/27 11:25:45 matthieu Exp $ # # Copyright (c) 2001 Theo de Raadt # All rights reserved. diff --git a/distrib/sets/makeflist b/distrib/sets/makeflist index b1be99366..bdbc826eb 100644 --- a/distrib/sets/makeflist +++ b/distrib/sets/makeflist @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: makeflist,v 1.1.1.1 2006/11/27 11:25:45 matthieu Exp $ +# $OpenBSD: makeflist,v 1.1 2006/11/27 11:25:45 matthieu Exp $ arch=$MACHINE Release=$1 |