]> andersk Git - moira.git/commitdiff
Make sure disabled queues stay disabled.
authorzacheiss <zacheiss>
Thu, 19 Nov 2009 16:49:03 +0000 (16:49 +0000)
committerzacheiss <zacheiss>
Thu, 19 Nov 2009 16:49:03 +0000 (16:49 +0000)
gen/cups-cluster.sh

index a2aa1ebb2976512b793c535675ebc6fbf8f61308..927281e8e70d4f62936e0c3a9b9259201880712e 100755 (executable)
@@ -23,11 +23,15 @@ CUPSLOCAL=/etc/cups
 test -r $TARFILE || exit $MR_MISSINGFILE
 test -d $CUPSLOCAL || exit $MR_MISSINGFILE
 
+/etc/cups/bin/check-disabled.pl 2>/dev/null
+
 # Unpack the tar file, getting only files that are newer than the
 # on-disk copies (-u).
 cd /
 tar xf $TARFILE || exit $MR_TARERR
 
+/etc/cups/bin/post-dcm-disable.pl 2>/dev/null
+
 /etc/init.d/cups start
 
 /etc/cups/bin/gen-ppd.pl 2>/dev/null
This page took 0.043292 seconds and 5 git commands to generate.