summaryrefslogtreecommitdiffstats
path: root/etc/weekly
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-02-16 10:51:53 +0000
committerjoerg <joerg@FreeBSD.org>1995-02-16 10:51:53 +0000
commitcd60a37260d6e4576ca8710374f44bd5244b7d47 (patch)
tree4b24314182009eef16d660799adfc5cc70f03a30 /etc/weekly
parent1323b9b07e7ab4448d6b8162835124d460fd8ceb (diff)
downloadFreeBSD-src-cd60a37260d6e4576ca8710374f44bd5244b7d47.zip
FreeBSD-src-cd60a37260d6e4576ca8710374f44bd5244b7d47.tar.gz
gettytab:
Add the `lc' option to default. Having getty understand the issues of CAPS-only terminals is a nop these days, but `lc' avoids hassles for people with CAPS-only user names. Suggested by: Don Yuniskis weekly: Modify the call to makewhatis, now that our makewhatis can take the entire ${MANPATH} as a single argument.
Diffstat (limited to 'etc/weekly')
-rw-r--r--etc/weekly10
1 files changed, 1 insertions, 9 deletions
diff --git a/etc/weekly b/etc/weekly
index c1e99d7..a403ab2 100644
--- a/etc/weekly
+++ b/etc/weekly
@@ -76,12 +76,4 @@ echo ""
echo "Rebuilding whatis database:"
MANPATH=${MANPATH:-/usr/share/man:/usr/X11R6/man:/usr/local/man}
-for mandir in `( IFS=":"; set -- ${MANPATH}; echo $* )`
-do
- if [ ! -d ${mandir} ]
- then
- continue
- fi
- echo "==> ${mandir}"
- makewhatis ${mandir}
-done
+makewhatis "${MANPATH}"
OpenPOWER on IntegriCloud