ultrabug    14/12/02 15:00:25

  Modified:             drbd-8.0.rc
  Log:
  fix #524486
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  Changes    Path
1.9                  sys-cluster/drbd/files/drbd-8.0.rc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/drbd/files/drbd-8.0.rc?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/drbd/files/drbd-8.0.rc?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/drbd/files/drbd-8.0.rc?r1=1.8&r2=1.9

Index: drbd-8.0.rc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/drbd/files/drbd-8.0.rc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- drbd-8.0.rc 17 Jan 2013 19:09:04 -0000      1.8
+++ drbd-8.0.rc 2 Dec 2014 15:00:25 -0000       1.9
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/files/drbd-8.0.rc,v 1.8 
2013/01/17 19:09:04 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/drbd/files/drbd-8.0.rc,v 1.9 
2014/12/02 15:00:25 ultrabug Exp $
 
 extra_started_commands="reload"
 
@@ -30,7 +30,7 @@
 # redirection.
 $DRBDADM sh-nop
 
-function assure_module_is_loaded() {
+assure_module_is_loaded() {
        [ -e "$PROC_DRBD" ] && return
        ebegin "Loading drbd module"
        ret=0
@@ -40,7 +40,7 @@
        return $ret
 }
 
-function adjust_with_progress() {
+adjust_with_progress() {
        IFS_O=$IFS
        NEWLINE='
 '




Reply via email to