On 2008/01/16 09:16, Edd wrote: > useradd: Warning: home directory `/var/www/nagios' doesn't exist, and -m was > not specified
it's created later in the PLIST, so it's a bogus warning. sometimes there's no problem to set the home dir to /nonexistent and avoid it, other times you can reorder PLIST (though this gets changed back if someone runs 'make plist'), sometimes it's not possible as the port wants it's home dir to be @owner <the_newly_created_user>. you'll find a couple more instances of this if you run a bulk build (or download a whole package snap) and 'pkg_add *', but there aren't a huge number of them.
