The timed daemon is outdated and should not be used, remove it from the tree.
Details
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Check libexec/rc/rc.d/Makefile:.if ${MK_TIMED} != "no"
Check tools/build/mk/OptionalObsoleteFiles.inc:.if ${MK_TIMED} == no
rm tools/build/options/WITHOUT_TIMED (and re-gen src.conf)
tools/build/mk/OptionalObsoleteFiles.inc | ||
---|---|---|
8506 ↗ | (On Diff #51997) | Should this be left in but without the MK_TIMED check? If we are nuking this feature, then the files should be deleted. Or am I wrong? |
bin/date/date.c | ||
---|---|---|
371 ↗ | (On Diff #51999) | seems to be a left over space here |
I think you are still not removing /etc/rc.d/timed using ObsoleteFiles and also libexec/rc/rc.d/timed (I assume is where it's coming from given the Makefile change) is still in SVN.
I suggest a grep -ir timed over the src tree (ignore the .svn directory) is a good way of seeing or finding more.
Sorry, a tiny tinsy bit more.
ObsoleteFiles.inc | ||
---|---|---|
43 ↗ | (On Diff #52046) | No, libexec/rc/rc.d/timed is a svn rm operation; that never existed in your filesystem. Seems you have done that so just remove the 2nd OLD_FILES line |
tools/build/mk/OptionalObsoleteFiles.inc | ||
8506 ↗ | (On Diff #51997) | I guess it should be moved from Optional to ObsoleteFiles.inc with the rc.d script |