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

Andreas Radke andyrtr at archlinux.org
Sat Oct 4 14:14:43 UTC 2014


    Date: Saturday, October 4, 2014 @ 16:14:42
  Author: andyrtr
Revision: 223866

give more useful upgrade msg FS#42231

Modified:
  cups/trunk/cups.install

--------------+
 cups.install |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: cups.install
===================================================================
--- cups.install	2014-10-04 13:29:39 UTC (rev 223865)
+++ cups.install	2014-10-04 14:14:42 UTC (rev 223866)
@@ -15,8 +15,9 @@
   
   if [ "`vercmp $2 2.0.0-1`" -lt 0 ]; then
     # important upgrade notice
-    echo "> systemd service names has been renamed"
-    echo "> you need to reenable required services"
+    echo "> systemd unit names have been renamed"
+    echo "> you should systemctl stop and disable cups.service and"
+    echo "> systemctl daemon-reload, start and enable org.cups.cupsd.service"
   fi
 }
 



More information about the arch-commits mailing list