~ubuntu-branches/ubuntu/hardy/openswan/hardy-updates

« back to all changes in this revision

Viewing changes to testing/utils/start-all-umls.sh

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2005-01-27 16:10:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050127161011-idgybmyz3vwhpfiq
Tags: 2.3.0-2
Urgency HIGH due to security issue and problems with build-deps in sarge.
* Fix the security issue. Please see
  http://www.idefense.com/application/poi/display?id=190&
      type=vulnerabilities&flashstatus=false
  for more details. Thanks to Martin Schulze for informing me about
  this issue.
  Closes: #292458: Openswan XAUTH/PAM Buffer Overflow Vulnerability
* Added a Build-Dependency to lynx.
  Closes: #291143: openswan: FTBFS: Missing build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh 
2
2
#
3
 
# configuration for this file has moved to $FREESWANSRCDIR/umlsetup.sh
 
3
# configuration for this file has moved to $OPENSWANSRCDIR/umlsetup.sh
4
4
# By default, that file does not exist. A sample is at
5
5
# umlsetup-sample.sh
6
 
# in this directory. Copy it to $FREESWANSRCDIR and edit it.
 
6
# in this directory. Copy it to $OPENSWANSRCDIR and edit it.
7
7
#
8
8
cd `dirname $0`
9
 
FREESWANSRCDIR=${FREESWANSRCDIR-../..}
10
 
if [ ! -f ${FREESWANSRCDIR}/umlsetup.sh ]
 
9
OPENSWANSRCDIR=${OPENSWANSRCDIR-../..}
 
10
if [ ! -f ${OPENSWANSRCDIR}/umlsetup.sh ]
11
11
then
12
12
    echo No umlsetup.sh. Please read instructions in umlsetup-sample.sh.
13
13
    exit 1
14
14
fi
15
15
        
16
 
export FREESWANSRCDIR
17
 
. $FREESWANSRCDIR/umlsetup.sh
 
16
export OPENSWANSRCDIR
 
17
. $OPENSWANSRCDIR/umlsetup.sh
18
18
 
19
19
for i in $REGULARHOSTS $FREESWANHOSTS
20
20
do