[Lunar-commits] r16483 - in moonbase/trunk/devel: dbus/init.d hal hal/init.d
Jan Eidtmann
cmak at lunar-linux.org
Thu Sep 15 22:50:31 UTC 2005
Author: cmak
Date: 2005-09-15 22:50:30 +0000 (Thu, 15 Sep 2005)
New Revision: 16483
Modified:
moonbase/trunk/devel/dbus/init.d/messagebus
moonbase/trunk/devel/hal/BUILD
moonbase/trunk/devel/hal/DETAILS
moonbase/trunk/devel/hal/init.d/hald
Log:
bump and fix
Modified: moonbase/trunk/devel/dbus/init.d/messagebus
===================================================================
--- moonbase/trunk/devel/dbus/init.d/messagebus 2005-09-15 22:46:59 UTC (rev 16482)
+++ moonbase/trunk/devel/dbus/init.d/messagebus 2005-09-15 22:50:30 UTC (rev 16483)
@@ -5,7 +5,7 @@
# chkconfig: 345 97 18
# description: This is a daemon which broadcasts notifications of system events \
# and other messages. See http://www.freedesktop.org/software/dbus/
-# processname: dbus-daemon-1
+# processname: dbus-daemon
# pidfile: /var/run/messagebus.pid
# sigreload: HUP
Modified: moonbase/trunk/devel/hal/BUILD
===================================================================
--- moonbase/trunk/devel/hal/BUILD 2005-09-15 22:46:59 UTC (rev 16482)
+++ moonbase/trunk/devel/hal/BUILD 2005-09-15 22:50:30 UTC (rev 16483)
@@ -1,6 +1,6 @@
(
- sedit "s:SG_FLAG_LUN_:SG_FLAG_UNUSED_LUN_:" hald/linux/linux_dvd_rw_utils.c &&
+ #sedit "s:SG_FLAG_LUN_:SG_FLAG_UNUSED_LUN_:" hald/linux/linux_dvd_rw_utils.c &&
add_priv_user haldaemon:haldaemon -d /dev/null -s /bin/false &&
Modified: moonbase/trunk/devel/hal/DETAILS
===================================================================
--- moonbase/trunk/devel/hal/DETAILS 2005-09-15 22:46:59 UTC (rev 16482)
+++ moonbase/trunk/devel/hal/DETAILS 2005-09-15 22:50:30 UTC (rev 16483)
@@ -1,14 +1,14 @@
MODULE=hal
- VERSION=0.4.8
+ VERSION=0.5.4
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=$MODULE-device-manager.desktop
SOURCE_URL=http://freedesktop.org/~david/dist/
SOURCE2_URL=$PATCH_URL/
- SOURCE_VFY=sha1:f0640cef175569d99167511e9f4839d5cad1f764
+ SOURCE_VFY=sha1:9098edc341a6b6c6033289362fbdf67d5db63ea2
SOURCE2_VFY=sha1:a7ffa1fba31d8eab0cbb51ac0abc76109125f6da
WEB_SITE=http://www.freedesktop.org/wiki/Software_2fhal
ENTERED=20050316
- UPDATED=20050403
+ UPDATED=20050911
SHORT="Hardware Abstraction Layer"
cat << EOF
Modified: moonbase/trunk/devel/hal/init.d/hald
===================================================================
--- moonbase/trunk/devel/hal/init.d/hald 2005-09-15 22:46:59 UTC (rev 16482)
+++ moonbase/trunk/devel/hal/init.d/hald 2005-09-15 22:50:30 UTC (rev 16483)
@@ -7,6 +7,6 @@
# processname: hald
# pidfile: /var/run/hald.pid
-ARGS=""
+ARGS="--daemon=yes --retain-privileges"
. /lib/lsb/init-functions $1
More information about the Lunar-commits
mailing list