add missing sys/vms/sysconf

SYSCF is enabled by default, but nethack won't run without the required
sysconf file.  sys/vms/install.com expects to find a template one in
sys/vms/sysconf so create that.

Since the tarball will need repackaging, fix a comment typo (dyslexic
spelling of "nymph") in sys/unix/sysconf.  Also, move DEBUGFILES to the
bottom so that more useful entries move up.  And expand the comment for
the PANICTRACE options.
This commit is contained in:
PatR
2015-12-06 16:47:20 -08:00
parent 7079c0a3a5
commit 544315eaac
3 changed files with 98 additions and 15 deletions

View File

@@ -30,12 +30,6 @@ EXPLORERS=*
# Uses the same syntax as the WIZARDS and EXPLORERS options above.
#SHELLERS=
# Show debugging information originating from these source files.
# Use '*' for all, or list source files separated by spaces.
# Only available if game has been compiled with DEBUG, and can be
# overridden via DEBUGFILES environment variable.
#DEBUGFILES=*
# Limit the number of simultaneous games (see also nethack.sh).
MAXPLAYERS=10
@@ -47,7 +41,7 @@ MAXPLAYERS=10
#RECOVER=Run the recover program.
# Uncomment the next line to disable the SEDUCE option, causing succubi and
# incubi to use nypmhs' charm behavior rather than their own seduce behavior.
# incubi to use nymphs' charm behavior rather than their own seduce behavior.
#SEDUCE=0
# Uncomment to disable savefile UID checking.
@@ -69,11 +63,19 @@ MAXPLAYERS=10
# Maximum number of score file entries to use for random statue names
#MAX_STATUENAME_RANK=10
# Try to get more info in case of a program bug or crash. Using GDB can
# get more information and works on more systems but requires gdb be available;
# using LIBC only works if NetHack is linked with a libc that supports the
# backtrace(3) API. Both require certain compilation options. See
# src/end.c and sys/unix/hints/* for more information.
# Show debugging information originating from these source files.
# Use '*' for all, or list source files separated by spaces.
# Only available if game has been compiled with DEBUG, and can be
# overridden via DEBUGFILES environment variable.
#DEBUGFILES=*
# Try to get more info in case of a program bug or crash. Only used
# if the program is built with the PANICTRACE compile-time option enabled.
# By default PANICTRACE is enabled if BETA is defined, otherwise disabled.
# Using GDB can get more information and works on more systems but requires
# 'gdb' be available; using LIBC only works if NetHack is linked with a
# libc that supports the backtrace(3) API. Both require certain compilation
# options. See src/end.c and sys/unix/hints/* for more information.
GDBPATH=/usr/bin/gdb
GREPPATH=/bin/grep
# Values are priorities: 0 - do not use this method, 1 - low priority,