2 echo ">> If you use an HTTPS connection to CUPS, the first time you access"
3 echo ">> the interface it may take a very long time before the site comes up."
4 echo ">> This is because the first request triggers the generation of the CUPS"
5 echo ">> SSL certificates which can be a very time-consuming job."
9 # FS#56818 - make sure we change the ownership to the new cups group
10 if [[ $(vercmp 2.2.6-3 $2) = 1 ]]; then
11 chgrp -R 209 /etc/cups
12 echo "Cups daemon is now running under \"cups\" user+group."
13 echo "Please make sure to enable the new user+group change in"
14 echo "/etc/cups/cups-files.conf or merge changes from"
15 echo "/etc/cups/cups-files.conf.default. After a service restart"
16 echo "make sure /etc/cups and all files within are owned by"
17 echo "cups group - run \"chgrp -R cups /etc/cups\"."
20 # upstream reverted back to common old naming scheme
21 if [[ $(vercmp 2.3.3+105+g59137acc1-1 $2) = 1 ]]; then
22 echo ">>> Cups systemd socket and service files have been"
23 echo ">>> renamed by upstream decision. Please make sure"
24 echo ">>> to disable/reenable the services to your need."
25 echo ">>> hint: \"pacman -Ql cups | grep systemd\" and"
26 echo ">>> \"ls -lR /etc/systemd/ | grep cups\" "