Bug 35242

Summary: Change to etc/periodic/weekly/330.catman
Product: Base System Reporter: Annihilator <annihilator.c>
Component: confAssignee: ru <ru>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.5-RELEASE   
Hardware: Any   
OS: Any   

Description Annihilator 2002-02-23 13:10:05 UTC
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=
Comment 1 Matteo Riondato 2005-03-29 13:26:33 UTC
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)
Comment 2 Gleb Smirnoff freebsd_committer freebsd_triage 2005-03-29 15:02:33 UTC
Responsible Changed
From-To: freebsd-bugs->ru

Pass for MDocGuard review.
Comment 3 ru freebsd_committer freebsd_triage 2005-03-30 19:03:04 UTC
State Changed
From-To: open->closed

Committed, thanks!