Hi all; I sent this on May 1 but I haven't seen it come through yet?

Please see this bug I just reported against Ubuntu:

https://bugs.launchpad.net/ubuntu/+source/autofs/+bug/111612

I believe this problem also exists in the original autofs package.
However, I can't seem to find the source anywhere; the freshmeat page
for autofs looks quite out of date and doesn't have any homepage/etc.
info, and Google searches came up empty as well.

I attach a patch below.

-- 
-----------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>                       http://netezza.com
 "Please remain calm--I may be mad, but I am a professional."--Mad Scientist
-----------------------------------------------------------------------------
      These are my opinions--Netezza takes no responsibility for them.
--- /etc/auto.net-dist	2007-02-08 11:20:07.000000000 -0500
+++ /etc/auto.net	2007-05-01 16:16:12.000000000 -0400
@@ -37,7 +37,7 @@
 # Newer distributions get this right
 SHOWMOUNT="$SMNT --no-headers -e $key"
 
-$SHOWMOUNT | LC_ALL=C sort -u -k 1 | \
+$SHOWMOUNT | LC_ALL=C cut -d\  -f1 | LC_ALL=C sort -u | \
 	awk -v key="$key" -v opts="$opts" -- '
 	BEGIN	{ ORS=""; first=1 }
 		{ if (first) { print opts; first=0 }; print " \\\n\t" $1, key ":" $1 }
_______________________________________________
autofs mailing list
[email protected]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to