[nethack] 17/31: nethack-common.postinst: ensure /var/games/nethack/xlogfile exists

James Cowgill jcowgill-guest at moszumanska.debian.org
Mon Mar 7 17:54:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcowgill-guest pushed a commit to branch master
in repository nethack.

commit 6c7a15b788afed8553a5f26371c367e936b69a7d
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Sat Mar 5 02:27:09 2016 +0000

    nethack-common.postinst: ensure /var/games/nethack/xlogfile exists
---
 debian/nethack-common.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/nethack-common.postinst b/debian/nethack-common.postinst
index 4f83065..e9cc59d 100644
--- a/debian/nethack-common.postinst
+++ b/debian/nethack-common.postinst
@@ -46,7 +46,7 @@ if [ "$1" = "configure" ]; then
 
     db_stop
 
-    for file in perm record logfile; do
+    for file in perm record logfile xlogfile; do
       if [ ! -e /var/games/nethack/$file ]; then
         touch /var/games/nethack/$file
         chmod 0664 /var/games/nethack/$file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nethack.git



More information about the Pkg-games-commits mailing list