[Bug 235315] ftp/proftpd disable mod_ctrls

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 30 12:04:56 UTC 2019


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

            Bug ID: 235315
           Summary: ftp/proftpd disable mod_ctrls
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: mm at FreeBSD.org
          Reporter: 000.fbsd at quip.cz
             Flags: maintainer-feedback?(mm at FreeBSD.org)
          Assignee: mm at FreeBSD.org

I propose to remove --enable-ctrls from Makefile or make it configurable via
OPTIONS.
I don't use this module but it cannot be disabled in configuration (or I cannot
find how) but it emits error on each (re)start of ProFTPd:

proftpd[3902]: mod_ctrls/0.9.5: error: unable to bind to local socket: Address
already in use

Really annoying if one does not need this functionality to be enabled.

This is the part of a Makefile which should be changed

CONFIGURE_ARGS=--localstatedir=${LOCALSTATEDIR} \
                --libexecdir=${PREFIX}/libexec/proftpd \
                --with-pkgconfig=libdata/pkgconfig \
                --sysconfdir=${PREFIX}/etc \
                --enable-ctrls \
                --enable-dso \
                --disable-sendfile

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


More information about the freebsd-ports-bugs mailing list