]> git.pld-linux.org Git - packages/util-linux.git/blame - util-linux-namei-logic.patch
- call mount.<FSTYPE> for autodetected filesystems also
[packages/util-linux.git] / util-linux-namei-logic.patch
CommitLineData
5545a732
JR
1- namei ignores non-directory components instead of saying "Not a directory"
2- namei enforces symlink limits inconsistently
3
4--- util-linux-2.13-pre7/misc-utils/namei.1.nodir 2006-12-15 10:58:38.000000000 +0100
5+++ util-linux-2.13-pre7/misc-utils/namei.1 2006-12-15 10:58:51.000000000 +0100
6@@ -52,9 +52,5 @@
7 Roger Southwick (rogers@amadeus.wr.tek.com)
8 .SH BUGS
9 To be discovered.
10-.SH CAVEATS
11-.I Namei
12-will follow an infinite loop of symbolic links forever. To escape, use
13-SIGINT (usually ^C).
14 .SH "SEE ALSO"
15 ls(1), stat(1)
16--- util-linux-2.13-pre7/misc-utils/namei.c.nodir 2006-12-14 21:38:41.000000000 +0100
17+++ util-linux-2.13-pre7/misc-utils/namei.c 2006-12-15 10:58:31.000000000 +0100
18@@ -42,6 +42,10 @@
19