public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq/files: dnsmasq-init
@ 2008-01-29 15:06 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-01-29 15:06 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/01/29 15:06:31

  Modified:             dnsmasq-init
  Log:
  Fix init script dependencies to work without a boot runlevel.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.13                 net-dns/dnsmasq/files/dnsmasq-init

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init?r1=1.12&r2=1.13

Index: dnsmasq-init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dnsmasq-init	30 Mar 2007 14:57:01 -0000	1.12
+++ dnsmasq-init	29 Jan 2008 15:06:30 -0000	1.13
@@ -1,13 +1,14 @@
 #!/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.12 2007/03/30 14:57:01 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init,v 1.13 2008/01/29 15:06:30 flameeyes Exp $
 
 opts="reload"
 
 depend() {
 	provide dns
-	need net
+	need localmount net
+	after bootmisc
 }
 
 start() {



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq/files: dnsmasq-init
@ 2010-11-19 16:04 Patrick McLean (chutzpah)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McLean (chutzpah) @ 2010-11-19 16:04 UTC (permalink / raw
  To: gentoo-commits

chutzpah    10/11/19 16:04:20

  Modified:             dnsmasq-init
  Log:
  Add "use logger" to init script as dnsmasq fails to stop if no logger is running (bug #342463).
  
  (Portage version: 2.1.9.24/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 net-dns/dnsmasq/files/dnsmasq-init

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init?r1=1.13&r2=1.14

Index: dnsmasq-init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- dnsmasq-init	29 Jan 2008 15:06:30 -0000	1.13
+++ dnsmasq-init	19 Nov 2010 16:04:20 -0000	1.14
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2010 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.13 2008/01/29 15:06:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnsmasq/files/dnsmasq-init,v 1.14 2010/11/19 16:04:20 chutzpah Exp $
 
 opts="reload"
 
@@ -9,6 +9,7 @@
 	provide dns
 	need localmount net
 	after bootmisc
+	use logger
 }
 
 start() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-19 16:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19 16:04 [gentoo-commits] gentoo-x86 commit in net-dns/dnsmasq/files: dnsmasq-init Patrick McLean (chutzpah)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-29 15:06 Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox