This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from c355c10 Continue development new e0a60e2 debian/x2gobroker-ssh.postinst: fix nscd runtime detection. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 5 ++++- debian/x2gobroker-ssh.postinst | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit e0a60e22a96aa6d121e5d8c39d9f418bae1cabc5 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Apr 26 14:44:18 2020 +0200 debian/x2gobroker-ssh.postinst: fix nscd runtime detection. --- debian/changelog | 5 ++++- debian/x2gobroker-ssh.postinst | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2a712c1..ee0a8b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ x2gobroker (0.0.4.3-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mihai Moldovan ] + * New upstream version (0.0.4.3): + * debian/x2gobroker-ssh.postinst: + + Fix nscd runtime detection. -- X2Go Release Manager <git-admin@x2go.org> Sat, 25 Apr 2020 03:56:40 +0200 diff --git a/debian/x2gobroker-ssh.postinst b/debian/x2gobroker-ssh.postinst index ce94e8f..8467242 100755 --- a/debian/x2gobroker-ssh.postinst +++ b/debian/x2gobroker-ssh.postinst @@ -67,7 +67,7 @@ case "$1" in # invalidate group cache before proceeding... if which nscd 1>/dev/null; then - ps -C nscd 1>/dev/null; then + if ps -C nscd 1>/dev/null; then nscd -i group fi fi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git