Do not require portmap in netmount when nolock option is used with nfs mounts and fixup the test so that it actually works.

This commit is contained in:
Mike Frysinger
2007-09-25 02:29:56 +00:00
parent 450cc13a5c
commit f383365493
2 changed files with 22 additions and 15 deletions

View File

@@ -1,6 +1,11 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2
24 Sep 2007; Mike Frysinger <vapier@gentoo.org>:
Do not require portmap in netmount when nolock option is used with nfs
mounts and fixup the test so that it actually works.
24 Sep 2007; Roy Marples <uberlord@gentoo.org>:
Fix pppd metric, #193574 thanks to Martin Väth.