From 2d9de0755b5dd7d19d5a558b690e11ccbab4232e Mon Sep 17 00:00:00 2001 From: zacheiss Date: Thu, 19 Nov 2009 16:49:03 +0000 Subject: [PATCH] Make sure disabled queues stay disabled. --- gen/cups-cluster.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gen/cups-cluster.sh b/gen/cups-cluster.sh index a2aa1ebb..927281e8 100755 --- a/gen/cups-cluster.sh +++ b/gen/cups-cluster.sh @@ -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 -- 2.45.1