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.