#!/bin/sh
#
# Empty all print queues.
#
# FIXME Is this the best way to do this?  Can 'cancel -a' do it?
logger -t cups-queue-autoflush "Flushing all CUPS printer queues"
cancel -a
