Date: Tue, 4 May 2010 23:22:46 +0900 From: Norikatsu Shigemura <nork@FreeBSD.org> To: Alexander Leidinger <Alexander@leidinger.net> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, dougb@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r207612 - head/usr.sbin/mergemaster Message-ID: <20100504232246.4a29424f.nork@FreeBSD.org> In-Reply-To: <20100504160255.83302gi3jcftvoys@webmail.leidinger.net> References: <201005041125.o44BP5eW098015@svn.freebsd.org> <20100504160255.83302gi3jcftvoys@webmail.leidinger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi netchild. On Tue, 04 May 2010 16:02:55 +0200 Alexander Leidinger <Alexander@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100504232246.4a29424f.nork>