[Bug 233046] [PATCH] tools/build/mk/OptionalObsoleteFiles.inc: clean rc.d and periodic files

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 16 05:00:59 UTC 2019


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

Andriy Voskoboinyk <avos at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #3 from Andriy Voskoboinyk <avos at freebsd.org> ---
> OLD_FILES+=etc/gss/mech
> +OLD_FILES+=etc/gss/qop
> +OLD_DIRS+=etc/gss
> +OLD_FILES+=etc/rc.d/gssd

> +OLD_FILES+=etc/rc.d/route6d
> +OLD_FILES+=etc/rc.d/rtadvd
> +OLD_FILES+=etc/rc.d/rtsold

> OLD_FILES+=etc/rc.d/ipfilter
> +OLD_FILES+=etc/rc.d/ipfs
> +OLD_FILES+=etc/rc.d/ipmon
> +OLD_FILES+=etc/rc.d/ipnat

> +OLD_FILES+=etc/rc.d/natd

> +OLD_FILES+=etc/rc.d/pppoed

> +OLD_FILES+=etc/rc.d/ntpdate

> +OLD_FILES+=etc/rc.d/pf
> +OLD_FILES+=etc/rc.d/pflog
> +OLD_FILES+=etc/rc.d/pfsync

> +OLD_FILES+=etc/rc.d/ppp

> +OLD_FILES+=etc/rc.d/quota

These are installed unconditionally; additional changes to the corresponding
Makefile's required. For now, these were omitted from commit; there are enough
other changes.


> +OLD_FILES+=etc/rc.d/ipfw_netflow

This one depends on netgraph && ipfw (included)


> +OLD_DIRS+=etc/mail

Depends on mailwrapper too; not included since there are some other files left
(from sendmail?)

> +OLD_DIRS+=etc/zfs
With /etc/zfs/exports included (created by /etc/rc.d/zfs)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list