This is an automated email from the git hooks/post-receive script. vcheng pushed a commit to branch master in repository wesnoth.
commit fe2ab59bc544567e521110e2b87120731ec0c5b5 Author: Vincent Cheng <[email protected]> Date: Tue Jul 7 21:59:13 2015 -0700 fix permission error when creating socket with wesnothd --- debian/changelog | 6 ++++++ debian/wesnoth-1.12-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 25bed87..1498211 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wesnoth-1.12 (1:1.12.4-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.12 (1:1.12.4-1) unstable; urgency=medium * New upstream stable release. diff --git a/debian/wesnoth-1.12-server.tmpfile b/debian/wesnoth-1.12-server.tmpfile index 00167b7..8d1259d 100644 --- a/debian/wesnoth-1.12-server.tmpfile +++ b/debian/wesnoth-1.12-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

