diff options
Diffstat (limited to 'games/xnethack/files/patch-sys-unix-sysconf')
-rw-r--r-- | games/xnethack/files/patch-sys-unix-sysconf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xnethack/files/patch-sys-unix-sysconf b/games/xnethack/files/patch-sys-unix-sysconf new file mode 100644 index 000000000000..4629279cc86d --- /dev/null +++ b/games/xnethack/files/patch-sys-unix-sysconf @@ -0,0 +1,11 @@ +--- sys/unix/sysconf.orig 2021-03-22 22:28:14 UTC ++++ sys/unix/sysconf +@@ -136,7 +136,7 @@ LLC_TURNS=3000 + # %D current time, YYYYMMDDhhmmss format + # %n player name + # %N first character of player name +-DUMPLOGFILE=/tmp/xnethack.%n.%d.log ++DUMPLOGFILE=/tmp/nethack.%v.%u.%n.%D.log + + # End of game HTML dump. + # Only available if NetHack was compiled with DUMPHTML |