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