Hey Matthew, thanks for your reply.
> Can you confirm that root is in the daemon login class (as is the
> default config), and that the daemon login class has ignorenologin?
Yes, see the relevant parts below.
server# grep ^root /etc/master.passwd | cut -d":" -f5
daemon
server# grep -A7 ^daemon /etc/login.conf
daemon:\
:ignorenologin:\
:datasize=infinity:\
:maxproc=infinity:\
:openfiles-cur=128:\
:stacksize-cur=8M:\
:localcipher=blowfish,8:\
:tc=default:
Regards
Andre

