Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5be0968f51ac92e65ec609a293d07dbf1358d93b
commit 5be0968f51ac92e65ec609a293d07dbf1358d93b Author: Miklos Vajna <[email protected]> Date: Fri Jan 15 03:12:19 2010 +0100 consolekit-0.3.0-4-i686 - add missing daemon variable to init script diff --git a/source/xapps/consolekit/FrugalBuild b/source/xapps/consolekit/FrugalBuild index c03f1b4..45e8159 100644 --- a/source/xapps/consolekit/FrugalBuild +++ b/source/xapps/consolekit/FrugalBuild @@ -4,7 +4,7 @@ pkgname=consolekit _F_archive_name="ConsoleKit" pkgver=0.3.0 -pkgrel=3 +pkgrel=4 pkgdesc="Framework for defining and tracking users, login sessions and seats." url="http://www.freedesktop.org/wiki/Software/ConsoleKit" source=(http://www.freedesktop.org/software/ConsoleKit/dist/$_F_archive_name-$pkgver.tar.bz2 rc.xconsolekit \ @@ -15,7 +15,7 @@ depends=('libx11' 'dbus-glib' 'zlib' 'pam' 'policykit') groups=('xapps') archs=('i686' 'x86_64' 'ppc') sha1sums=('e3b6156622cc14ebca7382a55b8ed15f2f2bad98' \ - '5efcbfa507b4b5a1aff2670b3b2b507b50ba2d77' \ + 'fd5e80646144840480db0b34f2ced13eaea9892b' \ 'f02205b3273047afdfe4438fac4f71f50655112b' \ 'f05ccbcab5cc768edfe76307066c88dc721b9448' \ '92f3ff832598bb73e05c4dc5be488b71e5ff503d' \ diff --git a/source/xapps/consolekit/rc.xconsolekit b/source/xapps/consolekit/rc.xconsolekit index 4b8aa8f..eb10928 100644 --- a/source/xapps/consolekit/rc.xconsolekit +++ b/source/xapps/consolekit/rc.xconsolekit @@ -12,6 +12,7 @@ TEXTDOMAIN=xconsolekit TEXTDOMAINDIR=/lib/initscripts/messages actions=(restart start status stop) +daemon=$"ConsoleKit Daemon" pid="pidof console-kit-daemon 2> /dev/null" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
