--- autofs-4.1.0/samples/auto.net	2003-09-29 11:22:35.000000000 +0300
+++ autofs-4.1.0/samples/auto.net.new	2003-10-12 02:41:11.000000000 +0200
@@ -21,7 +21,7 @@
 # Newer distributions get this right
 SHOWMOUNT="/usr/sbin/showmount --no-headers -e $key"
 
-$SHOWMOUNT | sort +0 | \
+$SHOWMOUNT | LC_ALL=C sort +0 | \
 	awk -v key="$key" -v opts="$opts" -- '
 	BEGIN		{ ORS=""; first=1 }
 			{ if (first) { print opts; first=0 }; print " \\\n\t" $1, key ":" $1 }
