[Bug 206673] irc/quassel: Add optional rc var to specify the --listen argument.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 27 13:22:01 UTC 2016


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

            Bug ID: 206673
           Summary: irc/quassel:  Add optional rc var to specify the
                    --listen argument.
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: me at cschwarz.com
                CC: freebsd-ports-bugs at FreeBSD.org

Created attachment 166186
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=166186&action=edit
quasselcore: Add optional rc var to specify the --listen argument.

Currently, in a jail, quasselcore binds to the first IPv4 address it finds and
not to any IPv6 address.

Furthermore, the admin has no way to specify the IP address to which
quasselcore should bind.

There is a '--listen' argument to quasselcore that allows specifying a list of
comma-separated IPv4/6 addresses.

The SVN diff attached to this bug report adds an rc variable for this argument,
defaulting to '0.0.0.0,::'.

This will make quasselcore listen on all IPv4/IPv6 addresses it can bind to.

Note that the SVN diff does not include a bump of PORTREVISION. Should I add
this?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list