diff options
author | 2015-02-24 15:49:08 +0000 | |
---|---|---|
committer | 2015-02-24 15:49:08 +0000 | |
commit | dd1f7743fb2dc09f35f5db3a53203cdd591d5e1e (patch) | |
tree | 323519396ec99b1b770fb350d2bcabdcd23f96de /net-fs | |
parent | Mark arm64/m68k/ia64/s390/sh stable. (diff) | |
download | gentoo-2-dd1f7743fb2dc09f35f5db3a53203cdd591d5e1e.tar.gz gentoo-2-dd1f7743fb2dc09f35f5db3a53203cdd591d5e1e.tar.bz2 gentoo-2-dd1f7743fb2dc09f35f5db3a53203cdd591d5e1e.zip |
Clean up broken style.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/nfs-utils/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/nfs-utils/files/nfsmount.initd-1.3.1 | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-fs/nfs-utils/ChangeLog b/net-fs/nfs-utils/ChangeLog index 1251049c287a..9dd2974af9af 100644 --- a/net-fs/nfs-utils/ChangeLog +++ b/net-fs/nfs-utils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/nfs-utils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/ChangeLog,v 1.275 2015/02/05 04:32:41 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/ChangeLog,v 1.276 2015/02/24 15:49:08 vapier Exp $ + + 24 Feb 2015; Mike Frysinger <vapier@gentoo.org> files/nfsmount.initd-1.3.1: + Clean up broken style. *nfs-utils-1.3.1-r5 (05 Feb 2015) *nfs-utils-1.3.2-r6 (05 Feb 2015) diff --git a/net-fs/nfs-utils/files/nfsmount.initd-1.3.1 b/net-fs/nfs-utils/files/nfsmount.initd-1.3.1 index 4d4456c9861b..f504ffa687f4 100644 --- a/net-fs/nfs-utils/files/nfsmount.initd-1.3.1 +++ b/net-fs/nfs-utils/files/nfsmount.initd-1.3.1 @@ -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 } |