The branch, master has been updated via e468013decdfd46a467b5dc7f66757f5a91fdd1b (commit) from 20c45b24317270cad9d201b307f2a2041bf8b57d (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 e468013decdfd46a467b5dc7f66757f5a91fdd1b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Mar 5 01:18:04 2013 +0100 make sure no empty lines remain in authorized_keys files ----------------------------------------------------------------------- Summary of changes: lib/x2gobroker-agent.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/lib/x2gobroker-agent.pl b/lib/x2gobroker-agent.pl index 9511858..52a26d5 100755 --- a/lib/x2gobroker-agent.pl +++ b/lib/x2gobroker-agent.pl @@ -88,7 +88,7 @@ sub DelAuthKey { $authkeyfile = "$home/$authkeyfile"; } - system("su - $uid -c \"sed -e s\!'$pubkey'\!''\! -i $authkeyfile\" 1>/dev/null 2>/dev/null"); + system("su - $uid -c \"sed -e s\!'$pubkey\\n'\!''\! -e '/^\$/d' -i $authkeyfile\" 1>/dev/null 2>/dev/null"); } $< = $>; 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).