From b7500638b6482ee4cda212006a7ea60c52538393 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 30 Mar 2005 18:02:49 +0000 Subject: Purge orphan catpages. PR: conf/35242 Submitted by: Annihilator --- etc/periodic/weekly/330.catman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/periodic') diff --git a/etc/periodic/weekly/330.catman b/etc/periodic/weekly/330.catman index 9fed4e5..e810fcb 100755 --- a/etc/periodic/weekly/330.catman +++ b/etc/periodic/weekly/330.catman @@ -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 -- cgit v1.1