~ubuntu-branches/ubuntu/maverick/strongswan/maverick

« back to all changes in this revision

Viewing changes to testing/scripts/xstart-umls

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2008-12-05 17:21:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20081205172142-9g77wgyzcj0blq7p
* New upstream release, fixes a MOBIKE issue.
  Closes: #507542: strongswan: endless loop
* Explicitly enable compilation with libcurl for CRL fetching
  Closes: #497756: strongswan: not compiled with curl support; crl 
                   fetching not available
* Enable compilation with SSH agent support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15
15
# for more details.
16
16
#
17
 
# RCSID $Id: xstart-umls 3590 2008-03-13 14:20:20Z martin $
 
17
# RCSID $Id: xstart-umls 4370 2008-10-07 04:56:50Z andreas $
18
18
 
19
19
DIR=`dirname $0`
20
20
 
119
119
 
120
120
    if [ "$host" = "alice" ]
121
121
    then
 
122
        sleep 5
122
123
        eval ipv4_${host}="`echo $HOSTNAMEIPV4 | sed -n -e "s/^.*${host},//gp" | awk -F, '{ print $1 }' | awk '{ print $1 }'`"
123
124
        ssh root@$ipv4_alice /etc/init.d/net.eth1 stop
124
125
    fi