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:
+1
-1
@@ -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