The branch, master has been updated via abebae8791274f6634adb39d930ae055feed5fbb (commit) from 2ce613977c17b31475dc3207652daa00a78f2537 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit abebae8791274f6634adb39d930ae055feed5fbb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Feb 17 12:04:35 2013 +0100 create log folder with setgid bit set ----------------------------------------------------------------------- Summary of changes: debian/python-x2gobroker.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/debian/python-x2gobroker.postinst b/debian/python-x2gobroker.postinst index 861b3e0..6299aea 100755 --- a/debian/python-x2gobroker.postinst +++ b/debian/python-x2gobroker.postinst @@ -23,7 +23,7 @@ case "$1" in # the python-x2gobroker needs special permissions on its log directory if ! dpkg-statoverride --list /var/log/x2gobroker >/dev/null; then - dpkg-statoverride --add --update x2gobroker adm 0750 /var/log/x2gobroker + dpkg-statoverride --add --update x2gobroker adm 2750 /var/log/x2gobroker fi ;; hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).