Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Mar 2002 14:06:10 +0100 (CET)
From:      Nicolas Rachinsky <list@rachinsky.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/35558: periodic/weekly/330.catman does not update localized manpages
Message-ID:  <200203051306.g25D6A941536@pc5.abc>

next in thread | raw e-mail | index | archive | help

>Number:         35558
>Category:       bin
>Synopsis:       periodic/weekly/330.catman does not update localized manpages
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 05 05:10:04 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nicolas Rachinsky
>Release:        FreeBSD 4.5-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD pc5.abc 4.5-RELEASE-p1 FreeBSD 4.5-RELEASE-p1 #1: Sat Mar 2 07:40:42 CET 2002 nicolas@pc5.abc:/usr/obj/usr/src/sys/NR i386


>Description:
periodic/weekly/330.catman does not build the localized manpages

>How-To-Repeat:
enable 330.catman and set MANLOCALES in /etc/manpath.conf

>Fix:


--- /usr/src/etc/periodic/weekly/330.catman	Mon Mar  5 14:08:38 2001
+++ /etc/periodic/weekly/330.catman	Tue Mar  5 11:51:41 2002
@@ -42,8 +42,8 @@
 		    then
 			for i in $man_locales
 			do
-			    LC_ALL=$i echo /usr/libexec/catman.local -L \
-				"$MANPATH" | su -fm man || rc=3
+			    echo /usr/libexec/catman.local -L \
+				"$MANPATH" | LC_ALL=$i su -fm man || rc=3
 			done
 		    fi
 		fi

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203051306.g25D6A941536>