Deleted Added
full compact
330.catman (65843) 330.catman (73349)
1#!/bin/sh -
2#
1#!/bin/sh -
2#
3# $FreeBSD: head/etc/periodic/weekly/330.catman 65843 2000-09-14 17:19:15Z brian $
3# $FreeBSD: head/etc/periodic/weekly/330.catman 73349 2001-03-02 16:52:14Z ru $
4#
5
6# If there is a global system configuration file, suck it in.
7#
8if [ -r /etc/defaults/periodic.conf ]
9then
10 . /etc/defaults/periodic.conf
11 source_periodic_confs

--- 25 unchanged lines hidden (view full) ---

37 echo /usr/libexec/catman.local "$MANPATH" |
38 su -fm man || rc=3
39
40 # Preformat localized manpages.
41 if [ -n "$man_locales" ]
42 then
43 for i in $man_locales
44 do
4#
5
6# If there is a global system configuration file, suck it in.
7#
8if [ -r /etc/defaults/periodic.conf ]
9then
10 . /etc/defaults/periodic.conf
11 source_periodic_confs

--- 25 unchanged lines hidden (view full) ---

37 echo /usr/libexec/catman.local "$MANPATH" |
38 su -fm man || rc=3
39
40 # Preformat localized manpages.
41 if [ -n "$man_locales" ]
42 then
43 for i in $man_locales
44 do
45 LC_CTYPE=$i echo /usr/libexec/catman.local -L \
45 LC_ALL=$i echo /usr/libexec/catman.local -L \
46 "$MANPATH" | su -fm man || rc=3
47 done
48 fi
49 fi
50 else
51 rc=3
52 fi
53 fi;;
54
55 *) rc=0;;
56esac
57
58exit $rc
46 "$MANPATH" | su -fm man || rc=3
47 done
48 fi
49 fi
50 else
51 rc=3
52 fi
53 fi;;
54
55 *) rc=0;;
56esac
57
58exit $rc