Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dd79862fa44ca16c7665c3ba24d5d821c561b579
commit dd79862fa44ca16c7665c3ba24d5d821c561b579 Author: Priyank <[email protected]> Date: Mon Jan 26 16:43:47 2009 +0530 hal-0.5.11-4-i686 * rc.hald: Fix truncated description and donot call /etc/rc.d/rc.functions diff --git a/source/apps/hal/FrugalBuild b/source/apps/hal/FrugalBuild index c3b2672..f6aeab7 100644 --- a/source/apps/hal/FrugalBuild +++ b/source/apps/hal/FrugalBuild @@ -4,7 +4,7 @@ pkgname=hal pkgver=0.5.11 -pkgrel=3 +pkgrel=4 pkgdesc="Hardware Abstraction Layer" url="http://www.freedesktop.org/wiki/Software/hal" depends=('dbus-glib>=0.74' 'udev>=132' 'glib2' 'libcap' 'dbus>=1.1.2' \ @@ -24,7 +24,7 @@ source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz \ hal-performance_pci.ids_v5.diff \ hal.conf.patch newer-udev.patch) sha1sums=('f51366229e5dd6d5d72d60114fdef76bf5feba26' \ - '6e9b088ee580ff66bf2622eee5666c1db9ba6aa4' \ + 'bd113f345e7b2671764c8dfb2ed41301fcf42e41' \ '2273e77c0c3c52aca31294b2b1a829937d0a3c18' \ '2fab4fd75f1359b0838748dfae4d749eb26b64b9' \ '654235977c83f76433f9737f37b8a18f04136b35' \ diff --git a/source/apps/hal/rc.hald b/source/apps/hal/rc.hald index 45ab348..6245b46 100644 --- a/source/apps/hal/rc.hald +++ b/source/apps/hal/rc.hald @@ -4,10 +4,8 @@ # rc.hald for Frugalware # distributed under GPL License -. /etc/rc.d/rc.functions - # chkconfig: 2345 98 02 -# description: This is a daemon for collecting and maintaining information +# description: This is a daemon for collecting and maintaining information \ # about hardware from several sources. source /lib/initscripts/functions _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
