dbus: updated to version 1.0.1
This commit is contained in:
parent
06b9392d5b
commit
4e1b1d39ad
@ -27,6 +27,7 @@ drwxr-xr-x root/root usr/include/dbus-1.0/dbus/
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-macros.h
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-memory.h
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-message.h
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-misc.h
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-pending-call.h
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-protocol.h
|
||||
-rw-r--r-- root/root usr/include/dbus-1.0/dbus/dbus-server.h
|
||||
@ -60,5 +61,7 @@ drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/dbus-1/
|
||||
drwxr-xr-x root/root usr/share/dbus-1/services/
|
||||
drwxr-xr-x root/root var/
|
||||
drwxr-xr-x root/root var/lib/
|
||||
drwxr-xr-x root/root var/lib/dbus/
|
||||
drwxr-xr-x root/root var/run/
|
||||
drwxr-xr-x root/root var/run/dbus/
|
||||
|
@ -1,3 +1,3 @@
|
||||
23bc5ff22fe4f9a208d65fbbfd489ad9 30-dbus.launch
|
||||
85653cafbcfc7edfbad9639459758ed3 dbus-0.94.tar.gz
|
||||
52c70d18fe0b398f5de3b8a18a589960 dbus-1.0.1.tar.gz
|
||||
0dc978461c9f75b6203f7c0cd0481b22 rc.dbus
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: expat
|
||||
|
||||
name=dbus
|
||||
version=0.94
|
||||
version=1.0.1
|
||||
release=1
|
||||
source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \
|
||||
rc.dbus 30-dbus.launch)
|
||||
|
@ -1,4 +1,5 @@
|
||||
README for dbus 0.92
|
||||
|
||||
README for dbus 0.92+
|
||||
|
||||
REQUIREMENTS
|
||||
|
||||
@ -6,7 +7,7 @@ PRE/POST-INSTALL
|
||||
Create a user/group messagebus with a unused id < 99:
|
||||
|
||||
'groupadd -g 81 messagebus'
|
||||
'useradd -n -u 81 -g messagebus -d /var/empty -s /bin/false messagebus'
|
||||
'useradd -u 81 -g messagebus -d /var/empty -s /bin/false messagebus'
|
||||
'passwd -l messagebus'
|
||||
|
||||
PRECAUTION
|
||||
|
Loading…
x
Reference in New Issue
Block a user