The command given for creating /var/spool/exim is: install -v -m750 -o exim -g exim /var/spool/exim
This doesn't work. As exim is to be a directory, the command should read: install -v -d -m750 -o exim -g exim /var/spool/exim -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
