]> granicus.if.org Git - nethack/commit
system-wide configuration file
authorkeni <keni>
Wed, 9 Jan 2008 01:57:41 +0000 (01:57 +0000)
committerkeni <keni>
Wed, 9 Jan 2008 01:57:41 +0000 (01:57 +0000)
commitf2d37bac2e0811f0ea1b667c9cd64fcf9bdfd855
treecd38735706742aacfae7d41234c268155fa3a696
parent9c3f6f78b9379084efa4bffad57f9cbc6214680a
system-wide configuration file
Add options SYSCF (to add a system-wide configuration file) and SYSCF_FILE
(for a file-based implementation of SYSCF) - this allows a binary distribution
to be configured at install time.  The only option supported at this time is
WIZARDS - a list of usernames which can use -D; currently only for unix-likes
but should be extendable to anything that has a concept of multiple users.
Add mac tty multiuser config using sgid.
17 files changed:
include/config.h
include/decl.h
include/extern.h
include/hack.h
src/decl.c
src/files.c
src/options.c
sys/unix/Install.unx
sys/unix/Makefile.top
sys/unix/hints/linux
sys/unix/hints/linux-x11
sys/unix/hints/macosx
sys/unix/hints/macosx-mu [new file with mode: 0644]
sys/unix/hints/macosx-x11
sys/unix/hints/macosx.sh [new file with mode: 0755]
sys/unix/hints/unix
sys/unix/unixmain.c