djc         14/10/12 12:37:07

  Modified:             pydoc.init
  Log:
  Remove net dependency from pydoc init scripts (fixes bug 439662)
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
30380381)

Revision  Changes    Path
1.5                  dev-lang/python/files/pydoc.init

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/pydoc.init?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/pydoc.init?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/files/pydoc.init?r1=1.4&r2=1.5

Index: pydoc.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/files/pydoc.init,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pydoc.init  27 Oct 2011 13:56:55 -0000      1.4
+++ pydoc.init  12 Oct 2014 12:37:07 -0000      1.5
@@ -1,11 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2011 Gentoo Technologies, Inc.
+# Copyright 1999-2014 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public Licence v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/files/pydoc.init,v 1.4 
2011/10/27 13:56:55 neurogeek Exp $
-
-depend() {
-       need net
-}
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/files/pydoc.init,v 1.5 
2014/10/12 12:37:07 djc Exp $
 
 start() {
        local pydoc_port="${@PYDOC_PORT_VARIABLE@-${PYDOC_PORT}}"




Reply via email to