Bug 216844 - net/vtun vtunclient lost ability to specify a pidfile, so rc.d script (stop) is not working any longer.
Summary: net/vtun vtunclient lost ability to specify a pidfile, so rc.d script (stop) ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-06 13:11 UTC by matthias+freebsd+bugzilla
Modified: 2019-01-24 17:00 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (mat)


Attachments
patch for files/patch-main.c (1.48 KB, patch)
2017-02-09 14:06 UTC, matthias+freebsd+bugzilla
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description matthias+freebsd+bugzilla 2017-02-06 13:11:10 UTC
vtund as client has no option to specify a pid file.

#vtund
VTun ver 3.X 12/05/2016
Usage:
  Server:
        vtund <-s|-i> [-f file] [-P port] [-L local address] [-e] [-z pid_file ]
  Client:
        vtund [-f file] [-q] [-p] [-m] [-t timeout] [-e] <host profile> <server address>

so the rc script vtunclient is not working properly stoping clients.
Comment 1 matthias+freebsd+bugzilla 2017-02-09 14:06:27 UTC
Created attachment 179796 [details]
patch for files/patch-main.c

patchfile to apply to files/patch-main.c

after this vtund will write pid files agoin as Client.
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2017-02-10 02:08:30 UTC
I'll contact our upline about this.
Comment 3 Tobias Kortkamp freebsd_committer freebsd_triage 2019-01-10 14:02:55 UTC
Assign to new maintainer.

(In reply to Cy Schubert from comment #2)
> I'll contact our upline about this.

Any news?  This was almost 2 years ago.
Comment 4 Cy Schubert freebsd_committer freebsd_triage 2019-01-10 20:04:08 UTC
Our upline wasn't interested in fixing this at the time.

He left the project and no one has offered to take over the project.
Comment 5 commit-hook freebsd_committer freebsd_triage 2019-01-24 17:00:47 UTC
A commit references this bug:

Author: mat
Date: Thu Jan 24 17:00:01 UTC 2019
New revision: 491100
URL: https://svnweb.freebsd.org/changeset/ports/491100

Log:
  Restore the ability for the client to have a PID file.

  PR:		216844
  Submitted by:	matthias freebsd bugzilla harz de

Changes:
  head/net/vtun/Makefile
  head/net/vtun/files/patch-main.c