svn commit: r207612 - head/usr.sbin/mergemaster

Norikatsu Shigemura nork at FreeBSD.org
Tue May 4 14:22:48 UTC 2010


Hi netchild.

On Tue, 04 May 2010 16:02:55 +0200
Alexander Leidinger <Alexander at leidinger.net> 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.


More information about the svn-src-head mailing list