All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] Sample auto.net provided with autofs is incorrect
@ 2007-05-01 21:00 Paul Smith
  2007-06-06 14:05 ` Jeff Moyer
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Smith @ 2007-05-01 21:00 UTC (permalink / raw)
  To: autofs

[-- Attachment #1: Type: text/plain, Size: 791 bytes --]

Hi all;

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 <psmith@netezza.com>                       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.

[-- Attachment #2: autofs-auto.net.patch --]
[-- Type: text/x-patch, Size: 464 bytes --]

--- /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 }

[-- Attachment #3: Type: text/plain, Size: 140 bytes --]

_______________________________________________
autofs mailing list
autofs@linux.kernel.org
http://linux.kernel.org/mailman/listinfo/autofs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] Sample auto.net provided with autofs is incorrect
  2007-05-01 21:00 [patch] Sample auto.net provided with autofs is incorrect Paul Smith
@ 2007-06-06 14:05 ` Jeff Moyer
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Moyer @ 2007-06-06 14:05 UTC (permalink / raw)
  To: psmith; +Cc: autofs

==> On Tue, 01 May 2007 17:00:09 -0400, Paul Smith <psmith@netezza.com> said:

Paul> Hi all;
Paul> Please see this bug I just reported against Ubuntu:

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

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

So, ubuntu ships with autofs version 4.1.x?  You can find the upstream
git tree here:
  git://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git

Autofs version 5 no longer uses the auto.net script.  If you checkout
the autofs-4_1_4 branch, you'll find the auto.net script in the
samples directory.

I can't speak to your failure, however.  The auto.net script you
reference is a little different from the one upstream.  Upstream uses
sort -k 1 (no -u).

Cheers,

Jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-06 14:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-01 21:00 [patch] Sample auto.net provided with autofs is incorrect Paul Smith
2007-06-06 14:05 ` Jeff Moyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.