From: Prem Karat Date: Tue, 28 Jun 2011 15:53:40 +0000 (-0400) Subject: mount.nfs: Don't hard code source and destination X-Git-Tag: nfs-utils-1-2-4~6 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=30ebf04700654deddbf5f57d95e84ec69cea8610;hp=30ebf04700654deddbf5f57d95e84ec69cea8610;p=nfs-utils.git mount.nfs: Don't hard code source and destination Currently souce and destination parameters should be passed as first and second paramter while using mount.nfs. This patch allows them to be passed anywhere while mounting. Current functionality is mount.nfs source destn -o This patch will allow to do this mount.nfs -o source destn or mount.nfs -o source -o destn Signed-off-by: Prem Karat Signed-off-by: Steve Dickson ---