Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462210 - sys-apps/openrc-0.11.8: localmount tries to mount network filesystems?
Summary: sys-apps/openrc-0.11.8: localmount tries to mount network filesystems?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 439098
  Show dependency tree
 
Reported: 2013-03-18 14:36 UTC by Alex Efros
Modified: 2013-03-22 19:57 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 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'. :-)