https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210144

            Bug ID: 210144
           Summary: WITHOUT_SOMETHING variables from /etc/src.conf leave
                    some stale files on the system.
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: conf
          Assignee: freebsd-b...@freebsd.org
          Reporter: kp...@protonmail.com
                CC: freebsd-amd64@FreeBSD.org
                CC: freebsd-amd64@FreeBSD.org

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-amd64@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Reply via email to