#!/bin/sh if [ -n "`/opt/bin/pidof cupsd`" ]; then /opt/bin/killall cupsd 2>/dev/null fi exit 0