Subject: Re: misc/10243: rc.d/sendmail should not exit if [ -f /etc/sendmail.cf ]
To: Simon Burge <simonb@netbsd.org>
From: None <itojun@iijlab.net>
List: netbsd-bugs
Date: 06/01/2000 13:04:12
>Would something like the following be workable?
>if checkyesno sendmail && [ -f "/etc/${name}.cf" ]; then
>	cmp -s "/etc/mail/${name}.cf" "/etc/${name}.cf" && \
>		err 1 "the two are different!?"
>fi
>That way if you have a symlink either way the file contents will
>be same and the system will keep quiet about it.  Sound ok?

	if this helps many people, sounds okay for me. 

itojun