Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914203 - net-fs/nfs-utils-2.6.3-r2 -- nfsmount - This migration script will be removed after 01 Aug 2015.
Summary: net-fs/nfs-utils-2.6.3-r2 -- nfsmount - This migration script will be removed...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-09-15 01:54 UTC by Gary E. Miller
Modified: 2024-03-01 15:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gary E. Miller 2023-09-15 01:54:51 UTC
/etc/init.d/nfsmount partially contains:

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 after 01 Aug 2015."
}

It is now past 01 Aug 2015


Reproducible: Always

Steps to Reproduce:
1. cat /etc/init.d/nfsmount

Actual Results:  
# cat /etc/init.d/nfsmount 
#!/sbin/openrc-run
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# This is mostly as a fix for bug #537996, to avoid breaking existing users
# with nfsmount in their runlevels.
# If neither nfsclient nor netmount are in your runlevels, and you manually
# start netmount before nfsclient, then this will break. A real solution is
# forthcoming, but requires feature development, see bug #406021 for soft
# dependencies
depend() {
	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 after 01 Aug 2015."
}

start() {
	msg
}

stop() {
	msg
}


Expected Results:  
I expect file not found.
Comment 1 Larry the Git Cow gentoo-dev 2024-01-25 11:08:01 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c54cb04aac675eebda4970990d7fd073f0d56e40

commit c54cb04aac675eebda4970990d7fd073f0d56e40
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2024-01-25 11:07:48 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2024-01-25 11:07:48 +0000

    net-fs/nfs-utils: remove USE={idmap,nfsdcld}
    
    * The absence of idmap leads to obscure issues on NFSv4.
    
    Closes: https://github.com/gentoo/gentoo/pull/34988
    Bug: https://bugs.gentoo.org/798831
    Bug: https://bugs.gentoo.org/914203
    Signed-off-by: David Seifert <soap@gentoo.org>

 ...s-2.6.4-r2.ebuild => nfs-utils-2.6.4-r3.ebuild} | 23 ++++++++--------------
 1 file changed, 8 insertions(+), 15 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2024-02-26 10:36:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b088105deeb5406690698f092535767f71546570

commit b088105deeb5406690698f092535767f71546570
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2024-02-26 10:36:28 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2024-02-26 10:36:28 +0000

    net-fs/nfs-utils: drop 2.6.3-r3, 2.6.4-r4
    
    Closes: https://bugs.gentoo.org/413173
    Closes: https://bugs.gentoo.org/694288
    Closes: https://bugs.gentoo.org/798831
    Closes: https://bugs.gentoo.org/914203
    Signed-off-by: David Seifert <soap@gentoo.org>

 net-fs/nfs-utils/Manifest                   |   1 -
 net-fs/nfs-utils/files/nfs.confd            |  38 -----
 net-fs/nfs-utils/files/nfsclient.confd      |  18 ---
 net-fs/nfs-utils/files/nfsmount.initd-1.3.1 |  26 ----
 net-fs/nfs-utils/metadata.xml               |  35 ++---
 net-fs/nfs-utils/nfs-utils-2.6.3-r3.ebuild  | 233 ---------------------------
 net-fs/nfs-utils/nfs-utils-2.6.4-r4.ebuild  | 234 ----------------------------
 7 files changed, 16 insertions(+), 569 deletions(-)