diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-03-23 15:14:18 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-03-23 15:14:18 +0000 |
commit | 9a07f0c4659413b1940822cdd8598bf893aa2f03 (patch) | |
tree | 3c910a54ada6a6f0674351e778100fcd8c907139 /net-dns | |
parent | Oops, I forgot -o to built_with_use (thanks to jabub for reporting) (diff) | |
download | gentoo-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-init | 5 |
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() { |