[arch-commits] Commit in cups/trunk (PKGBUILD cups-systemd-socket.patch)

Andreas Radke andyrtr at archlinux.org
Sun Aug 25 18:40:40 UTC 2019


    Date: Sunday, August 25, 2019 @ 18:40:40
  Author: andyrtr
Revision: 361162

upgpkg: cups 2.3.0-3

fix service not starting at boot

Modified:
  cups/trunk/PKGBUILD
  cups/trunk/cups-systemd-socket.patch

---------------------------+
 PKGBUILD                  |    4 ++--
 cups-systemd-socket.patch |   19 ++++++++++++-------
 2 files changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-25 18:36:35 UTC (rev 361161)
+++ PKGBUILD	2019-08-25 18:40:40 UTC (rev 361162)
@@ -3,7 +3,7 @@
 pkgbase="cups"
 pkgname=('libcups' 'cups')
 pkgver=2.3.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 license=('Apache' 'custom')
 url="https://www.cups.org/"
@@ -27,7 +27,7 @@
             '06173dfaea37bdd9b39b3e09aba98c34ae7112a2f521db45a688907d8848caa2'
             'ff3eb0782af0405f5dafe89e04b1b4ea7a49afc5496860d724343bd04f375832'
             '23349c96f2f7aeb7d48e3bcd35a969f5d5ac8f55a032b0cfaa0a03d7e37ea9af'
-            '9d6e9c46e009c54563e7c9e140484af83874747fe371569a982a082e6877a283'
+            '656374f4933ad33d34bbaf4ac89ce4ee13c04fd398454eadbb8cbcf68418c704'
             'd4537526c1e075866ae22ad263da000fc2a592d36c26b79a459a1cfdade2bb2d')
 validpgpkeys=('3737FD0D0E63B30172440D2DDBA3A7AB08D76223') # CUPS.org (CUPS.org PGP key) <security at cups.org>
 validpgpkeys+=('45D083946E3035282B3CCA9AF434104235DA97EB') # "CUPS.org <security at cups.org>"

Modified: cups-systemd-socket.patch
===================================================================
--- cups-systemd-socket.patch	2019-08-25 18:36:35 UTC (rev 361161)
+++ cups-systemd-socket.patch	2019-08-25 18:40:40 UTC (rev 361162)
@@ -19,14 +19,19 @@
    if (fg)
      cupsdAddEvent(CUPSD_EVENT_SERVER_STARTED, NULL, NULL, "Scheduler started in foreground.");
 diff -up cups-2.0.2/scheduler/org.cups.cupsd.path.in.ustTJg cups-2.0.2/scheduler/org.cups.cupsd.path.in
---- cups-2.0.2/scheduler/org.cups.cupsd.path.in.ustTJg	2014-03-21 15:50:24.000000000 +0100
-+++ cups-2.0.2/scheduler/org.cups.cupsd.path.in	2015-02-10 13:40:24.295545063 +0100
-@@ -2,7 +2,7 @@
+--- cups-2.3.0/scheduler/org.cups.cupsd.service.in	2019-08-23 17:19:38.000000000 +0200
++++ cups-2.3.0/scheduler/org.cups.cupsd.service.in.new	2019-08-25 20:20:25.805339727 +0200
+@@ -1,11 +1,11 @@
+ [Unit]
  Description=CUPS Scheduler
+ Documentation=man:cupsd(8)
+-After=sssd.service
++After=sssd.service network.target
  
- [Path]
--PathExists=@CUPS_CACHEDIR@/org.cups.cupsd
-+PathExistsGlob=@CUPS_REQUESTS@/d*
+ [Service]
+ ExecStart=@sbindir@/cupsd -l
+-Type=simple
++Type=notify
+ Restart=on-failure
  
  [Install]
- WantedBy=multi-user.target



More information about the arch-commits mailing list