Package: secvpn
Version: 2.19
Severity: normal

Doing something like this breaks secvpn because you can't use a dot in a
bash function name.

THIS_IS="`hostname -f`"
VPNS="host1.domain1.org->host2.domain2.com"
CRYPT_MASK="255.255.255.0"
SSHPORT="22"

host1.domain1.org() <--- This is illegal!
{
  GOOD_ONES="10.1.1.0/24"
  GOOD_IP="10.1.1.1"
}

host2.domain2.com()
{
  GOOD_ONES="10.2.1.0/24"
  GOOD_IP="10.2.1.1"
}

[EMAIL PROTECTED]:~$ sudo secvpn start
/usr/sbin/secvpn: line 27: `host1.domain1.org': not a valid identifier

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages secvpn depends on:
ii  bc                1.06-15                The GNU bc arbitrary precision cal
ii  ppp               2.4.3-20050321+2sarge1 Point-to-Point Protocol (PPP) daem
ii  ssh               1:3.8.1p1-8.sarge.6    Secure rlogin/rsh/rcp replacement 
ii  sudo              1.6.8p7-1.4            Provide limited super user privile
ii  timeout           1.11-6.1               Run a command with a time limit.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to