[X2Go-Commits] [live-build-x2go] 36/58: name change

git-admin at x2go.org git-admin at x2go.org
Tue Feb 14 09:34:11 CET 2017


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/openbox
in repository live-build-x2go.

commit ebd3f74b4de074f5b86f65d84472def6ec4983cc
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date:   Mon Jan 2 10:10:42 2017 +0100

    name change
---
 .../lib/live/config/2150-getsshpubkeysfromserver   |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver b/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver
index a40918d..e613d35 100755
--- a/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver
+++ b/config/includes.chroot/lib/live/config/2150-getsshpubkeysfromserver
@@ -1,11 +1,11 @@
 #!/bin/sh
 
-SetSSHKey ()
+GetSSHPubKeysFromServer ()
 {
 
 	# Output startup message
 	#
-	echo -n " setsshkey"
+	echo -n " getsshpubkeysfromserver"
 
 
 	PUBKEYURL=$(cat /proc/cmdline | \
@@ -13,7 +13,7 @@ SetSSHKey ()
 		    awk -F'=' ' /^pubkey=/ { print $2 }')
 
 	if [ -n "$PUBKEYURL" ] ; then
-		cat >/etc/network/if-up.d/getpubkey <<GETPUBKEY
+		cat >/etc/network/if-up.d/getsshpubkeysfromserver <<GETPUBKEY
 #!/bin/bash
 export TERM=linux;
 
@@ -45,10 +45,10 @@ else
 fi
 GETPUBKEY
 
-		chmod 755 /etc/network/if-up.d/getpubkey
+		chmod 755 /etc/network/if-up.d/getsshpubkeysfromserver
 	fi
 
 }
 
-SetSSHKey
+GetSSHPubKeysFromServer
 

--
Alioth's /srv/git/code.x2go.org/live-build-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git


More information about the x2go-commits mailing list