Interesting task: makewhatis repeatability

From: Poul-Henning Kamp <phk_at_phk.freebsd.dk>
Date: Sun, 31 Jul 2005 17:46:55 +0200
I just found out that makewhatis does not produce the same output
after two different installworld runs.

I'm not sure why this is, but it would be neat if we could fix it.

To reproduce, try something like:

	make buildworld
	for i in 1 2
	do
		rm -rf /foo/bar
		make installworld DESTDIR=/foo/bar
		md5 /foo/bar/usr/share/man/whatis
	done

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk_at_FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
Received on Sun Jul 31 2005 - 13:46:58 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:40 UTC