#!/bin/sh -e
# Add this host to the access control list.
if [ ! -e /etc/queue/qhostsfile ]; then
	hostname > /etc/queue/qhostsfile
	# Just in case, queued is picky..
	chmod 644 /etc/queue/qhostsfile
fi

#DEBHELPER#
