diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-27 14:27:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-12-27 14:27:01 +0000 |
commit | 2a6fa45130624153501c435c46f25f774d7747c3 (patch) | |
tree | 3742dd3cf93dc1beda3e326eb9a01ea6c4479aa9 /x11/cups | |
parent | 8514c999c17a359f36e704995adfb177cae3c627 (diff) | |
download | aports-2a6fa45130624153501c435c46f25f774d7747c3.tar.bz2 aports-2a6fa45130624153501c435c46f25f774d7747c3.tar.xz |
x11/cups: cups service depends on dbus
Diffstat (limited to 'x11/cups')
-rw-r--r-- | x11/cups/APKBUILD | 4 | ||||
-rw-r--r-- | x11/cups/cupsd.initd | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/cups/APKBUILD b/x11/cups/APKBUILD index ccb9632b34..26fd2ad2fc 100644 --- a/x11/cups/APKBUILD +++ b/x11/cups/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cups pkgver=1.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="The CUPS Printing System" url="http://www.cups.org/" license="GPL" @@ -89,4 +89,4 @@ client() { md5sums="d95e2d588e3d36e563027a963b117b1b cups-1.4.2-source.tar.bz2 f861b18f4446c43918c8643dcbbd7f6d cups.logrotate -a1fb32d0f7745bada3c45acbf883bd93 cupsd.initd" +1154ed66fdcfa0523f929a369079f43c cupsd.initd" diff --git a/x11/cups/cupsd.initd b/x11/cups/cupsd.initd index e5529eeccc..f59e27b4c4 100644 --- a/x11/cups/cupsd.initd +++ b/x11/cups/cupsd.initd @@ -2,7 +2,7 @@ depend() { use net - @neededservices@ + need dbus before nfs after logger } |