This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 487ae65612bebb86f0a771d5d35cf69e9e792478 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 07:30:02 2014 +0200 logrotate configs: Rotated logs via "su x2gobroker adm". --- debian/changelog | 1 + logrotate/x2gobroker-authservice | 1 + logrotate/x2gobroker-daemon | 1 + logrotate/x2gobroker-wsgi | 1 + 4 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 256d1ed..cdb19c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -162,6 +162,7 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low - Update README and TODO. - Update copyright holders. Copyright is held only by people who actually contributed to the current code base. + - logrotate configs: Rotated logs via "su x2gobroker adm". * debian/control: + Provide separate bin:package for SSH brokerage: x2gobroker-ssh. + Replace LDAP support with session brokerage support in LONG_DESCRIPTION. diff --git a/logrotate/x2gobroker-authservice b/logrotate/x2gobroker-authservice index d19cc13..a2f499c 100644 --- a/logrotate/x2gobroker-authservice +++ b/logrotate/x2gobroker-authservice @@ -6,6 +6,7 @@ delaycompress notifempty create 640 root adm + su x2gobroker adm sharedscripts postrotate invoke-rc.d x2gobroker-authservice restart > /dev/null diff --git a/logrotate/x2gobroker-daemon b/logrotate/x2gobroker-daemon index 31da1bd..2e07aee 100644 --- a/logrotate/x2gobroker-daemon +++ b/logrotate/x2gobroker-daemon @@ -6,6 +6,7 @@ delaycompress notifempty create 640 x2gobroker adm + su x2gobroker adm sharedscripts postrotate invoke-rc.d x2gobroker-daemon restart > /dev/null diff --git a/logrotate/x2gobroker-wsgi b/logrotate/x2gobroker-wsgi index 63d6342..e5b9173 100644 --- a/logrotate/x2gobroker-wsgi +++ b/logrotate/x2gobroker-wsgi @@ -6,5 +6,6 @@ delaycompress notifempty create 640 x2gobroker adm + su x2gobroker adm sharedscripts } -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git