Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2017 13:26:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 217951] tftp-proxy depends on WITH_PF but not WITH_TFTP
Message-ID:  <bug-217951-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 217951
           Summary: tftp-proxy depends on WITH_PF but not WITH_TFTP
           Product: Base System
           Version: 11.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: philippe.michel7@sfr.fr

The tftp proxy is installed if pf is available. From libexec/Makefile :

.if ${MK_PF} !=3D "no"
_tftp-proxy=3D    tftp-proxy
.endif

Shouldn't it depend on tftpd as well, with something like :

.if ${MK_PF} !=3D "no" && ${MK_TFTP} !=3D "no

and the corresponding changes in OptionalObsoleteFiles.inc ?

--=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-217951-8>