Bug 210145 - Additional WITHOUT_DTRACE options
Summary: Additional WITHOUT_DTRACE options
Status: Closed Feedback Timeout
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: CURRENT
Hardware: amd64 Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-08 14:36 UTC by Sergey
Modified: 2017-03-08 06:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey 2016-06-08 14:36:15 UTC
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 following 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, UGIDFW as now I have to rip them off manually from the system.

Regards.