if [ -e "$1" ]; then
unlink $1
fi
install -u root -g wheel -m 0644 /dev/null $1
install -o root -g wheel -m 0644 /dev/null $1
}