From owner-freebsd-bugs Tue Mar 5 5:10:11 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DACAB37B419 for ; Tue, 5 Mar 2002 05:10:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g25DA4P38169; Tue, 5 Mar 2002 05:10:04 -0800 (PST) (envelope-from gnats) Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id 20B3F37B400 for ; Tue, 5 Mar 2002 05:06:30 -0800 (PST) Received: from fwd00.sul.t-online.de by mailout03.sul.t-online.com with smtp id 16iEeC-0006zt-04; Tue, 05 Mar 2002 14:06:28 +0100 Received: from pc5.abc (520067998749-0001@[217.233.108.3]) by fmrl00.sul.t-online.com with esmtp id 16iEdv-0PLnYOC; Tue, 5 Mar 2002 14:06:11 +0100 Received: (from nicolas@localhost) by pc5.abc (8.11.6/8.11.6) id g25D6A941536; Tue, 5 Mar 2002 14:06:10 +0100 (CET) (envelope-from nicolas) Message-Id: <200203051306.g25D6A941536@pc5.abc> Date: Tue, 5 Mar 2002 14:06:10 +0100 (CET) From: Nicolas Rachinsky Reply-To: Nicolas Rachinsky To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/35558: periodic/weekly/330.catman does not update localized manpages Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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