https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233046
Andriy Voskoboinyk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #3 from Andriy Voskoboinyk <[email protected]> --- > 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
