diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-11 09:29:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-11 09:29:29 +0000 |
commit | 90b754630f602bb80c0e2d43f4f367711fce0e64 (patch) | |
tree | 1bdeb00b4f2fdd23016fea1d6fdc6a37889cb574 /etc/mtree | |
parent | 5481f12a74494cf75b24a40d11aace8b9f2f77ad (diff) |
OK, this is a strange case. At least some parts of this software is
copyrighted, and then marked "Copying for Profit is Prohibited", but
the author has passed away. A number of people have tried to make
some sort of effort at trying to contact his estate, and have failed.
Therefore, lacking the ability to correct this copyright, we must
delete it. I would bet strongly that this is not what the author
would have intended, but until we can get this resolved, this is the
action we must take.
Diffstat (limited to 'etc/mtree')
-rw-r--r-- | etc/mtree/4.4BSD.dist | 12 | ||||
-rw-r--r-- | etc/mtree/4.4BSD.usr | 9 | ||||
-rw-r--r-- | etc/mtree/4.4BSD.var | 10 |
3 files changed, 3 insertions, 28 deletions
diff --git a/etc/mtree/4.4BSD.dist b/etc/mtree/4.4BSD.dist index e612a5b8f37..c8a7dfcaae3 100644 --- a/etc/mtree/4.4BSD.dist +++ b/etc/mtree/4.4BSD.dist @@ -1,4 +1,4 @@ -# $OpenBSD: 4.4BSD.dist,v 1.145 2003/02/24 01:17:38 deraadt Exp $ +# $OpenBSD: 4.4BSD.dist,v 1.146 2003/03/11 09:29:27 deraadt Exp $ /set type=dir uname=root gname=wheel mode=0755 # . @@ -931,11 +931,6 @@ fortune # ./usr/share/games/fortune .. -# ./usr/share/games/larn -larn -# ./usr/share/games/larn -.. - # ./usr/share/games/quiz.db quiz.db # ./usr/share/games/quiz.db @@ -1855,11 +1850,6 @@ save uname=root gname=games mode=0775 # ./var/games/hackdir/save XXX .. -# ./var/games/larn -larn uname=root gname=games mode=0775 -# ./var/games/larn -.. - # ./var/games/phantasia phantasia uname=root gname=games mode=0775 # ./var/games/phantasia diff --git a/etc/mtree/4.4BSD.usr b/etc/mtree/4.4BSD.usr index 78fe7305a0b..f54b02d1e66 100644 --- a/etc/mtree/4.4BSD.usr +++ b/etc/mtree/4.4BSD.usr @@ -1,4 +1,4 @@ -# $OpenBSD: 4.4BSD.usr,v 1.17 2003/02/04 01:35:09 deraadt Exp $ +# $OpenBSD: 4.4BSD.usr,v 1.18 2003/03/11 09:29:27 deraadt Exp $ # $NetBSD: 4.4BSD.usr,v 1.3 1996/05/12 23:30:37 thorpej Exp $ # # user: bostic @@ -1279,13 +1279,6 @@ fortune type=dir uname=root gname=wheel mode=0755 .. -# ./share/games/larn -/set type=file gname=bin uname=games mode=0444 -larn type=dir uname=root gname=wheel mode=0755 -# ./share/games/larn -.. - - # ./share/games/quiz.db /set type=file gname=bin uname=games mode=0444 quiz.db type=dir uname=root gname=wheel mode=0755 diff --git a/etc/mtree/4.4BSD.var b/etc/mtree/4.4BSD.var index db79dc2e272..cf28f1224af 100644 --- a/etc/mtree/4.4BSD.var +++ b/etc/mtree/4.4BSD.var @@ -1,4 +1,4 @@ -# $OpenBSD: 4.4BSD.var,v 1.10 2002/06/09 06:15:15 todd Exp $ +# $OpenBSD: 4.4BSD.var,v 1.11 2003/03/11 09:29:27 deraadt Exp $ # $NetBSD: 4.4BSD.var,v 1.3 1996/05/12 23:30:47 thorpej Exp $ # # user: bostic @@ -75,14 +75,6 @@ hackdir type=dir gname=games mode=0755 # ./games/hackdir .. - -# ./games/larn -/set type=file gname=bin uname=games mode=0660 -larn type=dir gname=games mode=0755 -# ./games/larn -.. - - # ./games/phantasia /set type=file gname=bin uname=games mode=0660 phantasia type=dir gname=games mode=0755 |