4 if [ -z "`grep '^fax:' /etc/passwd`" ]; then
5 useradd -u 51 -d /var/spool/fax -g root -s /bin/bash fax
7 chown -R fax.root /var/spool/fax
8 touch /var/log/sendfax.log
9 chown fax.root /var/log/sendfax.log
10 echo --- Please read notes: ---
11 echo Please update files in /etc/mgetty+sendfax/ before starting daemon
12 echo Daemon is faxrunqd, add to /etc/rc.conf daemon list if you want to
13 echo ---------------------------
17 userdel fax &> /dev/null