packages: fix dbus init script, closes #3238
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10607 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
15bb8dfa1a
commit
19db553391
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenWrt.org
|
||||
# Copyright (C) 2008 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dbus
|
||||
PKG_VERSION:=1.0.2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus/
|
||||
|
@ -4,7 +4,7 @@
|
||||
SSD=start-stop-daemon
|
||||
PIDF=/var/run/dbus.pid
|
||||
PROG=/usr/sbin/dbus-daemon
|
||||
ARGS=
|
||||
ARGS=--system
|
||||
|
||||
START=60
|
||||
start() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user