diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-03-30 18:02:49 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-03-30 18:02:49 +0000 |
| commit | 8aad57438b4489e2e37fbfca8241863d57a6dcf0 (patch) | |
| tree | b43dedbd60496f4eb297227c536058e474f5aa9b /etc | |
| parent | c3c51190cc11dc2991854ce00e45258de4f43504 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/periodic/weekly/330.catman | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/periodic/weekly/330.catman b/etc/periodic/weekly/330.catman index 9fed4e5e2c33..e810fcb9645b 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 |
