Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 2008 17:09:50 GMT
From:      Andreas Schwarz <bugs.asc@schwarzes.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121942: vpnc-0.5.1_3 vpnc-disconnect not workling
Message-ID:  <200803211709.m2LH9oMk007650@www.freebsd.org>
Resent-Message-ID: <200803211710.m2LHA0na057028@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         121942
>Category:       ports
>Synopsis:       vpnc-0.5.1_3 vpnc-disconnect not workling
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 21 17:10:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Schwarz
>Release:        6.3-STABLE
>Organization:
>Environment:
root@tapir:~ # uname -a
FreeBSD tapir.schwarzes.net 6.3-STABLE FreeBSD 6.3-STABLE #0: Wed Mar  5 19:41:47 CET 2008     root@tapir.schwarzes.net:/usr/obj/usr/src/sys/tapir.schwarzes.net  i386

>Description:
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

>How-To-Repeat:
Try to disconnect a vpnc session with vpnc-disconnect.
>Fix:
Change the path of the pidfile in vpnc-disconnect to
"var/run/vpnc/pid".

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803211709.m2LH9oMk007650>