summaryrefslogtreecommitdiff
path: root/testing/scripts/kstart-umls
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2008-07-09 21:02:41 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2008-07-09 21:02:41 +0000
commitdb67c87db3c9089ea8d2e14f617bf3d9e2af261f (patch)
tree665c0caea83d34c11c1517c4c57137bb58cba6fb /testing/scripts/kstart-umls
parent1c088a8b6237ec67f63c23f97a0f2dc4e99af869 (diff)
downloadvyos-strongswan-db67c87db3c9089ea8d2e14f617bf3d9e2af261f.tar.gz
vyos-strongswan-db67c87db3c9089ea8d2e14f617bf3d9e2af261f.zip
[svn-upgrade] Integrating new upstream version, strongswan (4.2.4)
Diffstat (limited to 'testing/scripts/kstart-umls')
-rwxr-xr-xtesting/scripts/kstart-umls4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/scripts/kstart-umls b/testing/scripts/kstart-umls
index b953ddeac..62cbf83cf 100755
--- a/testing/scripts/kstart-umls
+++ b/testing/scripts/kstart-umls
@@ -14,7 +14,7 @@
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
-# RCSID $Id: kstart-umls 3470 2008-02-14 21:24:54Z andreas $
+# RCSID $Id: kstart-umls 3514 2008-02-29 17:00:07Z andreas $
DIR=`dirname $0`
@@ -120,7 +120,7 @@ do
if [ "$host" = "alice" ]
then
eval ipv4_${host}="`echo $HOSTNAMEIPV4 | sed -n -e "s/^.*${host},//gp" | awk -F, '{ print $1 }' | awk '{ print $1 }'`"
- ssh $ipv4_alice /etc/init.d/net.eth1 stop
+ ssh root@$ipv4_alice /etc/init.d/net.eth1 stop
fi
done