dbus: remove name assignment in rc script, bumprev.
--HG-- extra : convert_revision : b588a73ab5a4efd09f75a3055e21444ce483aef1
This commit is contained in:
parent
c6d8fa2eba
commit
8f2c12b8cf
2 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
command=/usr/bin/dbus-daemon
|
||||
pidfile=/var/run/dbus/pid
|
||||
: ${command_args:=--system}
|
||||
name="D-Bus (System Message Bus)"
|
||||
|
||||
depend()
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dbus'
|
||||
pkgname=dbus
|
||||
version=1.2.16
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://dbus.freedesktop.org/releases/dbus/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
|
||||
|
|
Loading…
Reference in a new issue