[Bug 245095] security/tinc-devel missing status support

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 27 10:12:12 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245095

            Bug ID: 245095
           Summary: security/tinc-devel missing status support
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: dinoex at FreeBSD.org
          Reporter: gerrit at weinberg2.de
             Flags: maintainer-feedback?(dinoex at FreeBSD.org)
          Assignee: dinoex at FreeBSD.org

Created attachment 212748
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212748&action=edit
add status support to service

When tincd nets are configured, service status does not work:

root at f10:~ # grep tinc /etc/rc.conf
tincd_enable="YES"
tincd_cfg="hiq"

root at f10:~ # /usr/local/etc/rc.d/tincd status
tincd is not running.

root at f10:~ # tinc -n hiq pid
289


I made changes to rc.d/tincd (diff attached) to add proper status capabilities:

root at f10:~ # service tincd status
tincd for hiq running with pid
289


Basically the same will probably apply to security/tinc.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list