Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jun 2016 14:36:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 210145] Extending bas with additional WITHOUT_ options
Message-ID:  <bug-210145-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 210145
           Summary: Extending bas with additional WITHOUT_ options
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: conf
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: kpect@protonmail.com
                CC: freebsd-amd64@FreeBSD.org
                CC: freebsd-amd64@FreeBSD.org

Hello.

It's not a bug but rather a suggestions:

I'm not a developer and don't need dtrace in base, so I have to use followi=
ng
to rip it off from the system:

sed -E -i '' -e '/ (drti|lib(ctf|dtrace))/d' \
${SRCDIR}/cddl/lib/Makefile

sed -E -i '' -e '/ ctf.*/d' \
${SRCDIR}/cddl/usr.bin/Makefile

sed -E -i '' -e '/ (dtr(ace|uss)|p?lockstat)/d' \
${SRCDIR}/cddl/usr.sbin/Makefile

sed -E -i '' -e '/ dtrace/d' \
${SRCDIR}/share/Makefile

Could you please add WITHOUT_DTRACE to be able to remove it from the base.

Also could you please add WITHOUT_ options for SAMBA, NFS, OPIE, TACACS, UG=
IDFW
as now I have to rip them off manually from the system.

Regards.

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