]> git.ipfire.org Git - thirdparty/cups.git/blob - init/cupsd-launchd.sh
To prepare to load cups into easysw/current, perform 4 renames.
[thirdparty/cups.git] / init / cupsd-launchd.sh
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
5 if test -e /private/var/run/cupsd; then
6 chmod g+w,o+w /private/var/run/cupsd
7 fi