Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2019 12:04:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 235315] ftp/proftpd disable mod_ctrls
Message-ID:  <bug-235315-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235315

            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@FreeBSD.org
          Reporter: 000.fbsd@quip.cz
             Flags: maintainer-feedback?(mm@FreeBSD.org)
          Assignee: mm@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 ca=
nnot
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: Addr=
ess
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=3D--localstatedir=3D${LOCALSTATEDIR} \
                --libexecdir=3D${PREFIX}/libexec/proftpd \
                --with-pkgconfig=3Dlibdata/pkgconfig \
                --sysconfdir=3D${PREFIX}/etc \
                --enable-ctrls \
                --enable-dso \
                --disable-sendfile

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-235315-7788>