autofs-5.0.9 .9 .9 .9 .9 .9 .9 .9 .9 - remove obsolete comment in auto.net From: Ian Kent The comment about showmount above the search for the binary is very old and hasn't been accurate for a long time. Remove it. --- CHANGELOG | 1 + samples/auto.net | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 197a9ac..693be8c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -30,6 +30,7 @@ - revert special case cifs escapes. - fix map option parsing for 'strictatime'. - fix showmount search in auto.net. +- remove obsolete comment in auto.net. 28/03/2014 autofs-5.0.9 ======================= diff --git a/samples/auto.net b/samples/auto.net index 4cb71f6..0384f61 100755 --- a/samples/auto.net +++ b/samples/auto.net @@ -11,13 +11,6 @@ key="$1" # add "nonstrict" to make it OK for some filesystems to not mount opts="-fstype=nfs,hard,intr,nodev,nosuid" -# Showmount comes in a number of names and varieties. "showmount" is -# typically an older version which accepts the '--no-headers' flag -# but ignores it. "kshowmount" is the newer version installed with knfsd, -# which both accepts and acts on the '--no-headers' flag. -#SHOWMOUNT="kshowmount --no-headers -e $key" -#SHOWMOUNT="showmount -e $key | tail -n +2" - for P in /bin /sbin /usr/bin /usr/sbin do for M in showmount kshowmount