[Bug 286781] net/binkd - Missing directories, files and missconfiguration in install

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 13 May 2025 18:27:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286781

            Bug ID: 286781
           Summary: net/binkd - Missing directories, files and
                    missconfiguration in install
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: sturmanj@gmail.com
                CC: dz@dolik.dev
             Flags: maintainer-feedback?(dz@dolik.dev)
                CC: dz@dolik.dev

While trying to set up binkd many files directories are missing after install
and also default values for rc.conf variables are different from the provided
configuration.

File: /usr/local/etc/rc.d/binkd
# DO NOT CHANGE THESE DEFAULT VALUES HERE
#
binkd_enable=${binkd_enable:-"NO"}
binkd_config=${binkd_config:-"/usr/local/etc/binkd.cfg"}
binkd_flags=${binkd_flags:-"-D"}
binkd_user=${binkd_user:-"fido"}
binkd_pidfile=${binkd_pidfile:-"/var/run/binkd/binkd.pid"}

The configuration file installed by the package is named binkd.conf instead of
binkd.cfg

Inside the configuration file many directories are used as a reference for the
user ~/ftn for example

log ~/ftn/binkd 

inbound ~/ftn/inbound-secure
inbound-nonsecure ~/ftn/inbound-unsecure

temp-inbound ~/ftn/inbound-temp

Neither subdirectories and the main directory were created during the package
install. In the default configuration default values for Perl uses are
mentioned and uncommented but the package was not built with its support.

Do not hesitate to contact for futher examples.

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