]> git.ipfire.org Git - thirdparty/cups.git/blame - init/cupsd-launchd.sh
To prepare to load cups into easysw/current, perform 4 renames.
[thirdparty/cups.git] / init / cupsd-launchd.sh
CommitLineData
a4d04587 1#!/bin/sh
2# This is a dummy script to ensure that the CUPS domain socket is world-
3# writable. This works around a problem in launchd...
4
5if test -e /private/var/run/cupsd; then
6 chmod g+w,o+w /private/var/run/cupsd
7fi