| Summary: | Change to etc/periodic/weekly/330.catman | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Annihilator <annihilator.c> |
| Component: | conf | Assignee: | ru <ru> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.5-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
The patch can be cleanly applied and it is useful, so it can be commited. Best Regards -- Rionda aka Matteo Riondato Disinformato per default G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org) Responsible Changed From-To: freebsd-bugs->ru Pass for MDocGuard review. State Changed From-To: open->closed Committed, thanks! |
The 330.catman script doesn't purge orphan preformatted pages. Fix: Patch included. ------=_NextPart_000_0027_01C1BC72.E20B75A0 Content-Type: application/octet-stream; name="330.catman.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="330.catman.patch" ------=_NextPart_000_0027_01C1BC72.E20B75A0----VREpjU13Xphc2W9C1hPwUcDkYeuav2RBkP72zLv1HuUuMW6t Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- etc/periodic/weekly/330.catman.orig Mon Mar 5 14:08:38 2001=0A= +++ etc/periodic/weekly/330.catman Sat Feb 23 12:28:06 2002=0A= @@ -34,7 +34,7 @@=0A= rc=3D0=0A= =0A= # Preformat original, non-localized manpages =0A= - echo /usr/libexec/catman.local "$MANPATH" |=0A= + echo /usr/libexec/catman.local -r "$MANPATH" |=0A= su -fm man || rc=3D3=0A= =0A= # Preformat localized manpages.=0A= @@ -42,7 +42,7 @@=0A= then=0A= for i in $man_locales=0A= do=0A= - LC_ALL=3D$i echo /usr/libexec/catman.local -L \=0A= + LC_ALL=3D$i echo /usr/libexec/catman.local -r -L \=0A= "$MANPATH" | su -fm man || rc=3D3=0A= done=0A= fi=0A=