bircoph     15/05/03 17:27:52

  Modified:             netconsole-init.d
  Log:
  Fix bug 434110, update to EAPI 5, remove old.
  
  Signed-off-by: Andrew Savchenko <birc...@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux i686, signed Manifest commit with key 
565953B95372756C)

Revision  Changes    Path
1.4                  app-admin/cancd/files/netconsole-init.d

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cancd/files/netconsole-init.d?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cancd/files/netconsole-init.d?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/cancd/files/netconsole-init.d?r1=1.3&r2=1.4

Index: netconsole-init.d
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/cancd/files/netconsole-init.d,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- netconsole-init.d   19 Nov 2005 01:33:14 -0000      1.3
+++ netconsole-init.d   3 May 2015 17:27:52 -0000       1.4
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/files/netconsole-init.d,v 
1.3 2005/11/19 01:33:14 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/cancd/files/netconsole-init.d,v 
1.4 2015/05/03 17:27:52 bircoph Exp $
 
 depend() {
        need net
@@ -45,7 +45,7 @@
                return 1
        fi
 
-       LC_ALL=C /sbin/ifconfig "${DEVICE}" 1>/dev/null 2>/dev/null
+       LC_ALL=C ifconfig "${DEVICE}" 1>/dev/null 2>/dev/null
        ret=$?
 
        if [ -z "${DEVICE}" -o "${ret}" -gt 0 ]; then




Reply via email to