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
commit9a07f0c4659413b1940822cdd8598bf893aa2f03 (patch)
tree3c910a54ada6a6f0674351e778100fcd8c907139 /net-dns
parentOops, I forgot -o to built_with_use (thanks to jabub for reporting) (diff)
downloadgentoo-2-9a07f0c4659413b1940822cdd8598bf893aa2f03.tar.gz
gentoo-2-9a07f0c4659413b1940822cdd8598bf893aa2f03.tar.bz2
gentoo-2-9a07f0c4659413b1940822cdd8598bf893aa2f03.zip
Remove use dbus until we can fix the dbus init script some
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-dns')
-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() {