#!/bin/sh -e
sed -e 's,Allow localhost,Allow from all,' -e 's,localhost:631,*:631,' -i /etc/cups/cupsd.conf
