summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-09-25 02:29:56 +0000
committerMike Frysinger <vapier@gentoo.org>2007-09-25 02:29:56 +0000
commit01ea8d5f5b4e6598cfbcdd38c46b00742e9b3734 (patch)
treefa79fd377a51aa1e27fc05102e4128da5479049d /ChangeLog
parentdump a useful error message if nothing happened (diff)
downloadbaselayout-01ea8d5f5b4e6598cfbcdd38c46b00742e9b3734.tar.gz
baselayout-01ea8d5f5b4e6598cfbcdd38c46b00742e9b3734.tar.bz2
baselayout-01ea8d5f5b4e6598cfbcdd38c46b00742e9b3734.zip
Do not require portmap in netmount when nolock option is used with nfs mounts and fixup the test so that it actually works.
svn path=/trunk/; revision=2917
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27251303..92aaa489 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.