void-packages/srcpkgs/util-linux
Juan RP 195aaf0811 util-linux: fix mount(8) helpers arg order with musl.
Before this patch mount(8) would execute something like:

	 /sbin/mount.helper src dest <opts>

After this patch:

	/sbin/mount.helper <opts> src dest

The reason is that musl does not reorder args to check for options,
so that options must appear before real arguments to make this work.

This makes zfs work correctly on musl.

Thanks to @chneukirchen for help in finding the issue.
2016-01-12 17:41:01 +01:00
..
files
patches
INSTALL
template