summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-10-09 15:33:05 +0000
committerRoy Marples <uberlord@gentoo.org>2007-10-09 15:33:05 +0000
commit74a25da9c42a6268772bc6f5803df32ff9d4fd8f (patch)
tree2786be756e7ab35af0802eeea2f79820b2f4e7ff /ChangeLog
parentQuiet some compile time warnings on uclibc (diff)
downloadbaselayout-74a25da9c42a6268772bc6f5803df32ff9d4fd8f.tar.gz
baselayout-74a25da9c42a6268772bc6f5803df32ff9d4fd8f.tar.bz2
baselayout-74a25da9c42a6268772bc6f5803df32ff9d4fd8f.zip
netmount, localmount, halt.sh and net scripts now check OS specific flags to see if a mount is network mounted (linux = fstab, *bsd = "local" in mount options) or not, #192772.
svn path=/trunk/; revision=3015
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 710e125e..d18d0935 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
09 Oct 2007; Roy Marples <uberlord@gentoo.org>:
+ netmount, localmount, halt.sh and net scripts now check OS specific flags
+ to see if a mount is network mounted (linux = fstab, *bsd = "local" in
+ mount options) or not, #192772.
txqueuelen_eth0= now works, #190538.
03 Oct 2007; Roy Marples <uberlord@gentoo.org>: