From: nethack.rankin Date: Tue, 20 May 2003 06:04:04 +0000 (+0000) Subject: vms playground setup X-Git-Tag: MOVE2GIT~1975 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf4c2621780d2ac14ad660e74dcd556f5b3474a7;p=nethack vms playground setup Create an empty paniclog file during playground creation, so that it starts with the same permissions as other writeable files. Without this, it's liable to end up being owned by the first random user who triggers a panic or impossibility rather than by the playground owner and probably wouldn't be writable by any other user. --- diff --git a/doc/fixes34.2 b/doc/fixes34.2 index 9c8ce8499..ced70b0ba 100644 --- a/doc/fixes34.2 +++ b/doc/fixes34.2 @@ -76,6 +76,7 @@ Platform- and/or Interface-Specific Fixes ----------------------------------------- Gnome: compilation problems on Redhat 7.2 and 8.0 unix: Makefile.utl would put OBJDIR objects in the wrong directory +vms: create an empty paniclog file during playground installation win32tty: add subkeyvalue option to alter key values; Finnish keyboard fix win32tty: distinguish between black/gray/white (by Quietust) tiles: high priest tile had a couple bad pixels diff --git a/sys/vms/install.com b/sys/vms/install.com index 92e2ea0b6..7bea14985 100755 --- a/sys/vms/install.com +++ b/sys/vms/install.com @@ -17,7 +17,7 @@ $ if p2.nes."" then gameuic := 'p2' $ $ ! note: all filespecs contain some punctuation, $ ! to avoid inadvertent logical name interaction -$ play_files = "PERM.,RECORD.,LOGFILE." +$ play_files = "PERM.,RECORD.,LOGFILE.,PANICLOG." $ help_files = "HELP.,HH.,CMDHELP.,WIZHELP.,OPTHELP.,HISTORY.,LICENSE." $ data_files = "DATA.,RUMORS.,ORACLES.,OPTIONS.,QUEST.DAT" $ guidebook = "[.doc]Guidebook.txt"