vapier      15/02/24 15:49:08

  Modified:             nfsmount.initd-1.3.1
  Log:
  Clean up broken style.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.2                  net-fs/nfs-utils/files/nfsmount.initd-1.3.1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd-1.3.1?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd-1.3.1?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd-1.3.1?r1=1.1&r2=1.2

Index: nfsmount.initd-1.3.1
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd-1.3.1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nfsmount.initd-1.3.1        2 Feb 2015 17:45:45 -0000       1.1
+++ nfsmount.initd-1.3.1        24 Feb 2015 15:49:08 -0000      1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd-1.3.1,v 1.1 
2015/02/02 17:45:45 robbat2 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd-1.3.1,v 1.2 
2015/02/24 15:49:08 vapier Exp $
 
 # This is mostly as a fix for bug #537996, to avoid breaking existing users
 # with nfsmount in their runlevels.
@@ -10,18 +10,18 @@
 # forthcoming, but requires feature development, see bug #406021 for soft
 # dependencies
 depend() {
-  need nfsclient netmount
+       need nfsclient netmount
 }
 
 msg() {
-  ewarn "nfsmount is deprecated, please migrate as described in the news item: 
2015-02-02-nfs-service-changes"
-  ewarn "This migration script will be removed not sooner than 2015/August/01"
+       ewarn "nfsmount is deprecated, please migrate as described in the news 
item: 2015-02-02-nfs-service-changes"
+       ewarn "This migration script will be removed after 01 Aug 2015."
 }
 
 start() {
-  msg 
+       msg
 }
 
 stop() {
-  msg
+       msg
 }




Reply via email to