]> granicus.if.org Git - nethack/commitdiff
vms playground setup
authornethack.rankin <nethack.rankin>
Tue, 20 May 2003 06:04:04 +0000 (06:04 +0000)
committernethack.rankin <nethack.rankin>
Tue, 20 May 2003 06:04:04 +0000 (06:04 +0000)
     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.

doc/fixes34.2
sys/vms/install.com

index 9c8ce84997f297b5ccbfabcbbd6039450dbdcf03..ced70b0bac3e49f35bc5852c45f3e504d5e946c0 100644 (file)
@@ -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
index 92e2ea0b6803b412696a5c871fc353c84a6e4451..7bea1498554e97c187a973028edc9e86aab94083 100755 (executable)
@@ -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"