Bug 210144 - WITHOUT_SOMETHING variables from /etc/src.conf leave some stale files on the system.
Summary: WITHOUT_SOMETHING variables from /etc/src.conf leave some stale files on the ...
Status: Closed Feedback Timeout
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: CURRENT
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-08 14:31 UTC by Sergey
Modified: 2017-03-08 06:35 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:31:47 UTC
Hello.

Setting following variables in /etc/src.conf:
WITHOUT_AUDIT=YES
WITHOUT_PF=YES
WITHOUT_QUOTAS=YES
...
and many more,
doesn't remove auditd, auditdistd, pf, pflog, pfsync, quota ... etc. files from /etc/rc.d

Also for exmaple consider following settings:
WITHOUT_AUDIT=YES
WITHOUT_BSNMP=YES
WITHOUT_TCP_WRAPPERS=YES 
WITHOUT_RADIUS_SUPPORT=YES

But appropriate libraies are not removed from the system, so I have to remove 'em manually:

sed -E -i '' -e '/ lib(auditd|begemot|bsm|tacplus|wrap)/d' \
${SRCDIR}/lib/Makefile

Regards.