Hi netchild.
On Tue, 04 May 2010 16:02:55 +0200
Alexander Leidinger <[email protected]> wrote:
> > URL: http://svn.freebsd.org/changeset/base/207612
> > Log:
> > Add support run services_mkdb(8).
> Shouldn't this (and similar messages) only be done if there is a
> corresponding DB file?
> Everything is working just fine without the DB files, and the
> man-pages only recommend to create DB files for performance reasons.
> By default the DB files are not created, and as such it looks a bit
> strange to tell to "make sure" to create the DB file(s).
My first patch has a test code '[ -f /var/db/services.db ] &&',
However, as the result, I discussed with dougb, he said that
existing /var/db/services.db is harmless. So I don't have any
objection, and remove a test code.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"