Public bug reported:

Binary package hint: vpnc

vpnc(8) assumes /sbin/ is in its path. When it's not, calls to
ifconfig(8) fail and the tunnel does not come up, although vpnc
continues to run. This patch fixes this:

--- vpnc-script.orig    2007-04-24 19:21:40.000000000 -0400
+++ vpnc-script 2007-04-24 19:21:29.000000000 -0400
@@ -39,6 +39,8 @@
        mkdir -p /var/run/vpnc
 fi
 
+export PATH="$PATH:/sbin"
+
 # stupid SunOS: no blubber in /usr/local/bin ... (on stdout)
 IPROUTE="`which ip | grep '^/' 2> /dev/null`"

** Affects: vpnc (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
vpnc-script assumes /sbin/ is in its path
https://bugs.launchpad.net/bugs/109788
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to