summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-03-23 15:14:18 +0000
committerRoy Marples <uberlord@gentoo.org>2007-03-23 15:14:18 +0000
commitf6caf63352ddd06025ebbe12dcf70486e4c7cea6 (patch)
tree465dd29619796e8d6a7cee167e0484b386748947 /net-dns/dnsmasq/files/dnsmasq-init
parentSee changelog (diff)
downloadhistorical-f6caf63352ddd06025ebbe12dcf70486e4c7cea6.tar.gz
historical-f6caf63352ddd06025ebbe12dcf70486e4c7cea6.tar.bz2
historical-f6caf63352ddd06025ebbe12dcf70486e4c7cea6.zip
Remove use dbus until we can fix the dbus init script some
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'net-dns/dnsmasq/files/dnsmasq-init')
-rw-r--r--net-dns/dnsmasq/files/dnsmasq-init5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-dns/dnsmasq/files/dnsmasq-init b/net-dns/dnsmasq/files/dnsmasq-init
index 1343973ddf54..91c1211a65b1 100644
--- a/net-dns/dnsmasq/files/dnsmasq-init
+++ b/net-dns/dnsmasq/files/dnsmasq-init
@@ -1,14 +1,15 @@
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init,v 1.10 2007/03/23 10:44:02 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init,v 1.11 2007/03/23 15:14:18 uberlord Exp $
opts="reload"
depend() {
provide dns
need net
- use dbus
+ # Comment out dbus until dbus doesn't dep on dns
+ #use dbus
}
start() {