diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2019-04-05 09:02:28 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2019-04-05 09:02:28 +0000 |
commit | b28801d08d0aab22288dc5c3692775a9fa1c7a63 (patch) | |
tree | f6cbf153fd5ec791bde8f2b405cd5fbbf0f06931 /etc | |
parent | 1933f7cd6e67ccbaace9d973a0d769b475d6b25e (diff) |
Fix hack(6).
- Write savegames and scorefiles to the current directory instead of /var
- Save oc_name and oc_descr alongside oc_uname in all situations
- When a levitation potion times out, explicitly float down
These patches were contributed last year by "tonypony76"; thanks!
ok deraadt@, with added enthusiasm from tedu@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/mtree/4.4BSD.dist | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/mtree/4.4BSD.dist b/etc/mtree/4.4BSD.dist index c2b6ff1bf5e..fb70defe1ec 100644 --- a/etc/mtree/4.4BSD.dist +++ b/etc/mtree/4.4BSD.dist @@ -1,4 +1,4 @@ -# $OpenBSD: 4.4BSD.dist,v 1.308 2019/04/01 07:21:37 deraadt Exp $ +# $OpenBSD: 4.4BSD.dist,v 1.309 2019/04/05 09:02:27 bentley Exp $ /set type=dir uname=root gname=wheel mode=0755 @@ -433,6 +433,8 @@ usr .. fortune .. + hack + .. quiz.db .. .. @@ -634,10 +636,6 @@ var # ./var/games games uname=root gname=games mode=0775 - hackdir uname=root gname=games mode=0775 - save uname=root gname=games mode=0770 - .. - .. save uname=root gname=games mode=0775 .. phantasia uname=root gname=games mode=0775 |