#!/bin/sh

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

chown root /dev/cufa
chmod 666 /dev/cufa
