From d1a1e0b71601d88a6157c35caf9184a5aa7b978c Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Tue, 2 Aug 2011 14:30:52 +0200 Subject: [PATCH] docs: remove README.namei Since rewrite (commit c84a633) the readme file has not made sense. Signed-off-by: Sami Kerola Signed-off-by: Karel Zak --- misc-utils/Makefile.am | 2 +- misc-utils/README.namei | 31 ------------------------------- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 misc-utils/README.namei diff --git a/misc-utils/Makefile.am b/misc-utils/Makefile.am index 0644373873..9e2e66bf7b 100644 --- a/misc-utils/Makefile.am +++ b/misc-utils/Makefile.am @@ -8,7 +8,7 @@ usrsbin_exec_PROGRAMS = usrbin_exec_PROGRAMS = cal ddate logger look mcookie namei whereis -EXTRA_DIST += README.cal README.ddate README.namei +EXTRA_DIST += README.cal README.ddate logger_SOURCES = logger.c $(top_srcdir)/lib/strutils.c mcookie_SOURCES = mcookie.c $(top_srcdir)/lib/md5.c diff --git a/misc-utils/README.namei b/misc-utils/README.namei deleted file mode 100644 index 490939e06a..0000000000 --- a/misc-utils/README.namei +++ /dev/null @@ -1,31 +0,0 @@ -Tired of running into "Too many levels of symlinks" problems on -your 4.2 BSD derivitive machine? - -We sure did... our NFS'ed network of lots of Suns, Vaxen and so forth -made it impossible at times to trace down where a file REALLY lived. -I mean ls -l is nice, but wouldn't you like to follow things like -the namei routine in the kernel does? - -Well here it is.... the namei program. It follows things out until -a terminal state is found. - -This program compiles and runs under: - - SunOS 4.0.1 (sun3's) - SunOS 4.0.3 (sun4's) - SunOS 4.1.1 (sun4's) - Ultrix 3.1 - BSD 4.3 - -and probably a host of other 4.2 derived systems (but probably not -System V). - -Anyway, if anyone has any bugs (or enhancements), please send them to -me in E-mail form. - -And, by the way, if you make LOTS of money off of this program, please -don't tell me :-). - - -Roger (rogers@fangorn.wr.tek.com) - UUCP: ...!uunet!tektronix!fangorn.wr.tek.com!rogers - ARPA: -- 2.47.3