Package: vpnc
Version: 0.3.3+SVN20050909-3
Severity: minor
A small typo has crept into the updated vpnc-script.
# vpnc
/etc/vpnc/vpnc-script: line 248: -r: command not found
VPNC started in background (pid: 9413)...
--- /etc/vpnc/vpnc-script
+++ /etc/vpnc/vpnc-script
@@ -245,7 +245,7 @@
do_connect() {
# Debian specific, insert your code there to avoid modification of
# conffiles like this script
- if -r /etc/vpnc/vpnc-script-connect-action ; then
+ if [ -r /etc/vpnc/vpnc-script-connect-action ] ; then
. /etc/vpnc/vpnc-script-connect-action
fi
if [ -n "$CISCO_BANNER" ]; then
(Thanks for the quick resolution of bug #333312.)
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (600, 'unstable'), (500, 'testing'), (400, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.4-maia
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages vpnc depends on:
ii iproute 20041019-3 Professional tools to control the
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libgcrypt11 1.2.1-4 LGPL Crypto library - runtime libr
ii libgpg-error0 1.1-4 library for common error values an
vpnc recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]