chiark / gitweb /
fstab-generator: avoid mangling of non-path mount source and dest
authorKay Sievers <kay@vrfy.org>
Mon, 4 Jun 2012 10:52:14 +0000 (12:52 +0200)
committerKay Sievers <kay@vrfy.org>
Mon, 4 Jun 2012 10:52:14 +0000 (12:52 +0200)
This can invalidate otherwise valid source paths with trailing slashes,
such as "host:/" in the case of a network mount.

Based on a patch from Dave Reisner <dreisner@archlinux.org>, which
removed the slash mangling entirely.

Changed it to match on the leading slash to exclude non-path values.


No differences found