Subject: Re: bin/35687: /etc/rc.d/perusertmp doesn't work
To: None <gnats-bugs@NetBSD.org>
From: Matt Fleming <mjf@NetBSD.org>
List: netbsd-bugs
Date: 11/25/2007 10:25:34
On Sun, Nov 25, 2007 at 10:20:03AM +0000, Matt Fleming wrote:
> The following reply was made to PR bin/35687; it has been noted by GNATS.
> 
>   			} else {
>  -				syslog(LOG_ERR, "can't create `%s' directory",
>  -				    per_user_tmp);
>  +				/* We only get two tries at mkdir */
>  +				if (errno != EEXIST) {

Urgh, sorry, this comment about two tries should have been removed
from the patch.

--mjf