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.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user