Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 462210

Summary: sys-apps/openrc-0.11.8: localmount tries to mount network filesystems?
Product: Gentoo Hosted Projects Reporter: Alex Efros <powerman-asdf>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: RESOLVED FIXED    
Severity: normal CC: kensington
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 439098    

Description Alex Efros 2013-03-18 14:36:47 UTC
I'm just reviewing init scripts, and found something strange which may be a bug.
In /etc/init.d/localmount:20

	# Mount local filesystems in /etc/fstab.
	local types="noproc" x= no_netdev=
	for x in $net_fs_list $extra_net_fs_list; do
		types="${types},${x}"
	done

it looks like _LOCAL_mount shouldn't mount network fs, so this line should be:

		types="${types},no${x}"
Comment 1 William Hubbs gentoo-dev 2013-03-22 19:56:49 UTC
This was added in commit 19fa208, and will be part of openrc-0.12.
Thanks for the patch.
Comment 2 William Hubbs gentoo-dev 2013-03-22 19:57:43 UTC
That should have said 'thanks for the report'. :-)