]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 07:44:50 +0000 (08:44 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Tue, 17 Jan 2012 07:44:50 +0000 (08:44 +0100)
init.d/cupsd

index f59e27b4c4b43a72a172d07c6e9848f6897aaf83..e912038bb3957bc6b747bcf061dd62262e2fb537 100755 (executable)
@@ -9,6 +9,8 @@ depend() {
 
 start() {
        ebegin "Starting cupsd"
+       checkpath -q -d -m 0755 -o root:lp /var/run/cups
+       checkpath -q -d -m 0511 -o lp:lpadmin /var/run/cups/certs
        start-stop-daemon --start --quiet --exec /usr/sbin/cupsd
        eend $?
 }