This is an automated email from the git hooks/post-receive script. vcheng pushed a commit to branch devel in repository wesnoth.
commit 93c56f1794aae68d9ce8dfd0ce5faf61d2ca2f51 Author: Vincent Cheng <[email protected]> Date: Tue Jul 7 22:00:45 2015 -0700 fix permission error when creating socket with wesnothd --- debian/changelog | 6 ++++++ debian/wesnoth-1.13-server.tmpfile | 2 +- debian/wesnoth-BRANCH-server.tmpfile.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 750d663..574a340 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wesnoth-1.13 (1:1.13.1-2) UNRELEASED; urgency=medium + + * Fix permission error when creating socket with wesnothd. (Closes: #791660) + + -- Vincent Cheng <[email protected]> Tue, 07 Jul 2015 21:55:48 -0700 + wesnoth-1.13 (1:1.13.1-1) unstable; urgency=medium * New upstream devel release. diff --git a/debian/wesnoth-1.13-server.tmpfile b/debian/wesnoth-1.13-server.tmpfile index 00167b7..8d1259d 100644 --- a/debian/wesnoth-1.13-server.tmpfile +++ b/debian/wesnoth-1.13-server.tmpfile @@ -1 +1 @@ -d /var/run/wesnothd 0700 root root - +d /var/run/wesnothd 0700 nobody nogroup - diff --git a/debian/wesnoth-BRANCH-server.tmpfile.in b/debian/wesnoth-BRANCH-server.tmpfile.in index 00167b7..8d1259d 100644 --- a/debian/wesnoth-BRANCH-server.tmpfile.in +++ b/debian/wesnoth-BRANCH-server.tmpfile.in @@ -1 +1 @@ -d /var/run/wesnothd 0700 root root - +d /var/run/wesnothd 0700 nobody nogroup - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wesnoth.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

