Bug 121942

Summary: security/vpnc 0.5.1_3 vpnc-disconnect not workling
Product: Ports & Packages Reporter: Andreas Schwarz <bugs.asc>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Andreas Schwarz 2008-03-21 17:10:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-03-22 04:05:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-22 11:19:47 UTC
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"
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2008-03-22 11:19:51 UTC
State Changed
From-To: open->closed

Committed, thanks!