dbus: update to 1.2.16
This commit is contained in:
parent
9483b8e100
commit
a604789846
@ -1,3 +1,3 @@
|
||||
23bc5ff22fe4f9a208d65fbbfd489ad9 30-dbus.launch
|
||||
2c267ccd45d0b18db8c9edacad63ec98 dbus-1.2.14.tar.gz
|
||||
c7a47b851ebe02f6726b65b78d1b730b dbus-1.2.16.tar.gz
|
||||
dd882e45b9397a5dbf8650057ee9a340 rc.dbus
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Description: A message bus system
|
||||
# URL: http://freedesktop.org/wiki/Software_2fdbus
|
||||
# URL: http://freedesktop.org/wiki/Software/dbus
|
||||
# Packager: Matt Housh, jaeger at crux dot nu
|
||||
# Maintainer: Lucas Hazel, lucas at die dot net dot au
|
||||
# Depends on: expat
|
||||
|
||||
name=dbus
|
||||
version=1.2.14
|
||||
version=1.2.16
|
||||
release=1
|
||||
source=(http://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \
|
||||
rc.dbus 30-dbus.launch)
|
||||
|
13
dbus/README
13
dbus/README
@ -1,13 +0,0 @@
|
||||
|
||||
README for dbus 0.92+
|
||||
|
||||
REQUIREMENTS
|
||||
|
||||
PRE/POST-INSTALL
|
||||
Create a user/group messagebus with a unused id < 99:
|
||||
|
||||
'groupadd -g 81 messagebus'
|
||||
'useradd -u 81 -g messagebus -d /var/empty -s /bin/false messagebus'
|
||||
'passwd -l messagebus'
|
||||
|
||||
PRECAUTION
|
@ -1,10 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# check for messagebus group or add one
|
||||
getent group messagebus || /usr/sbin/groupadd -g 81 messagebus
|
||||
|
||||
# check for messagebus user or add one
|
||||
getent passwd messagebus || /usr/sbin/useradd -g messagebus -u 81 -d /var/empty -s /bin/false -c "D-BUS System Messagebus User" messagebus
|
||||
|
||||
# lock the account
|
||||
/usr/bin/passwd -l messagebus
|
Loading…
x
Reference in New Issue
Block a user