[arch-commits] CVS update of extra/daemons/cups (PKGBUILD cups)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Feb 19 20:25:13 UTC 2008


    Date: Tuesday, February 19, 2008 @ 15:25:13
  Author: andyrtr
    Path: /home/cvs-extra/extra/daemons/cups

Modified: PKGBUILD (1.62 -> 1.63) cups (1.6 -> 1.7)

upgpkg: cups 1.3.5-2
    fixed #9502


----------+
 PKGBUILD |    6 +++---
 cups     |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


Index: extra/daemons/cups/PKGBUILD
diff -u extra/daemons/cups/PKGBUILD:1.62 extra/daemons/cups/PKGBUILD:1.63
--- extra/daemons/cups/PKGBUILD:1.62	Thu Dec 27 13:16:46 2007
+++ extra/daemons/cups/PKGBUILD	Tue Feb 19 15:25:13 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.62 2007/12/27 18:16:46 andyrtr Exp $
+# $Id: PKGBUILD,v 1.63 2008/02/19 20:25:13 andyrtr Exp $
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 pkgname=cups
 pkgver=1.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="The CUPS Printing System"
 arch=(i686 x86_64)
 license=('GPL')
@@ -14,7 +14,7 @@
 source=(ftp://ftp.easysw.com/pub/cups/${pkgver}/cups-${pkgver}-source.tar.bz2 \
         cups cups.logrotate cups.pam cupsd.conf)
 md5sums=('355705c528e9a8d0d439da15454d79a6'
-         '6c2b97d02710e15618496bddca73d7ab'
+         '5c85b7d8d2ddd02c2c64955cebbf55ea'
          'f861b18f4446c43918c8643dcbbd7f6d'
          '96f82c38f3f540b53f3e5144900acf17'
          '3a55ba2b942182ab0bd2584c2138cb2d')
Index: extra/daemons/cups/cups
diff -u extra/daemons/cups/cups:1.6 extra/daemons/cups/cups:1.7
--- extra/daemons/cups/cups:1.6	Sun Feb 16 22:13:11 2003
+++ extra/daemons/cups/cups	Tue Feb 19 15:25:13 2008
@@ -11,7 +11,7 @@
     if [ $? -gt 0 ]; then
       stat_fail
     else
-      echo $PID > /var/run/cups.pid
+      echo $(pidof -o %PPID -x /usr/sbin/cupsd) > /var/run/cups.pid
       add_daemon cups
       stat_done
     fi




More information about the arch-commits mailing list