The vpnc-disconnect script (included in vpnc pkg/port) is not working anymore, because the vpnc pid is now located at "/var/run/vpnc/pid". root@tapir:~ # ll /var/run/vpnc/pid -rw-r--r-- 1 root wheel 5 Mar 21 18:04 /var/run/vpnc/pid root@tapir:~ # head -3 /usr/local/sbin/vpnc-disconnect #!/bin/sh pid=/var/run/vpnc.pid Fix: Change the path of the pidfile in vpnc-disconnect to "var/run/vpnc/pid". How-To-Repeat: Try to disconnect a vpnc session with vpnc-disconnect.
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Over to maintainer (via the GNATS Auto Assign Tool)
ehaupt 2008-03-22 11:19:42 UTC FreeBSD ports repository Modified files: security/vpnc Makefile Removed files: security/vpnc/files patch-vpnc-disconnect Log: Fix vpnc-disconnect script PR: 121942 Submitted by: Andreas Schwarz <bugs.asc@schwarzes.net> Revision Changes Path 1.33 +1 -1 ports/security/vpnc/Makefile 1.3 +0 -10 ports/security/vpnc/files/patch-vpnc-disconnect (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!