#!/bin/sh

if [ -f /usr/spool/uucp/LCK/LCK..cufa ]
then
    /bin/echo "/dev/cufa is locked" 2>&1
    exit 1
fi

/etc/chown root.wheel /dev/cufa
/bin/chmod 666 /dev/cufa
