[arch-commits] Commit in cups/trunk (cups.install)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Aug 14 21:51:49 UTC 2010


    Date: Saturday, August 14, 2010 @ 17:51:48
  Author: andyrtr
Revision: 87501

add a install note about cert creation eating lots of time, #18893

Modified:
  cups/trunk/cups.install

--------------+
 cups.install |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: cups.install
===================================================================
--- cups.install	2010-08-14 21:51:13 UTC (rev 87500)
+++ cups.install	2010-08-14 21:51:48 UTC (rev 87501)
@@ -1,11 +1,15 @@
 post_install() {
-  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ echo ">> If you use an HTTPS connection to CUPS, the first time you access"
+ echo ">> the interface it may take a very long time before the site comes up."
+ echo ">> This is because the first request triggers the generation of the CUPS"
+ echo ">> SSL certificates which can be a very time-consuming job."
 }
 
 post_upgrade() {
-  post_install
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
 }
 
 post_remove() {
-  post_install
+  xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
 }




More information about the arch-commits mailing list