Purge orphan catpages.

PR:		conf/35242
Submitted by:	Annihilator <annihilator.c@usa.net>
This commit is contained in:
Ruslan Ermilov 2005-03-30 18:02:49 +00:00
parent c3c51190cc
commit 8aad57438b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144343

View File

@ -34,7 +34,7 @@ case "$weekly_catman_enable" in
rc=0
# Preformat original, non-localized manpages
echo /usr/libexec/catman.local "$MANPATH" |
echo /usr/libexec/catman.local -r "$MANPATH" |
su -fm man || rc=3
# Preformat localized manpages.
@ -42,7 +42,7 @@ case "$weekly_catman_enable" in
then
for i in $man_locales
do
echo /usr/libexec/catman.local -L \
echo /usr/libexec/catman.local -Lr \
"$MANPATH" | LC_ALL=$i su -fm man || rc=3
done
fi