Date: Mon, 19 Jul 1999 02:30:02 -0700 (PDT) From: Nick Hibma <nick.hibma@jrc.it> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/12268: weekly/catman will not work Message-ID: <199907190930.CAA34570@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/12268; it has been noted by GNATS. From: Nick Hibma <nick.hibma@jrc.it> To: freebsd-gnats-submit@freebsd.org, candy@kgc.co.jp Cc: Subject: Re: misc/12268: weekly/catman will not work Date: Mon, 19 Jul 1999 11:28:02 +0200 It looks like someone made a minor glitch when cutting the file weekly into separate files. Could you try the following patch? root@elpc36:weekly $diff -wu 330.catman 330.catman.new --- 330.catman Mon Jul 19 11:26:42 1999 +++ 330.catman.new Mon Jul 19 11:26:46 1999 @@ -9,5 +9,12 @@ echo "" echo "Reformatting manual pages:" + MANPATH=`/usr/bin/manpath -q` + if [ $? = 0 ]; then + if [ "x${MANPATH}" = "x" ]; then + echo "manpath failed to find any manpage directories" + else echo /usr/libexec/catman.local "${MANPATH}" | su -fm man + fi + fi fi Same patch, but now uuencoded: begin 644 330.catman.diff M+2TM(#,S,"YC871M86X)36]N($IU;"`Q.2`Q,3HR-CHT,B`Q.3DY"BLK*R`S M,S`N8V%T;6%N+FYE=PE-;VX@2G5L(#$Y(#$Q.C(V.C0V(#$Y.3D*0$`@+3DL M-2`K.2PQ,B!`0`H@("`@(&5C:&\@(B(*("`@("!E8VAO(")2969O<FUA='1I M;F<@;6%N=6%L('!A9V5S.B(*(`HK("`@($U!3E!!5$@]8"]U<W(O8FEN+VUA M;G!A=&@@+7%@"BL@("`@:68@6R`D/R`](#`@73L@=&AE;@HK("`@("`@("!I M9B!;(")X)'M-04Y0051(?2(@/2`B>"(@73L@=&AE;@HK("`@("`@("`@("`@ M96-H;R`B;6%N<&%T:"!F86EL960@=&\@9FEN9"!A;GD@;6%N<&%G92!D:7)E M8W1O<FEE<R(**R`@("`@("`@96QS90H@("`@(&5C:&\@+W5S<B]L:6)E>&5C M+V-A=&UA;BYL;V-A;"`B)'M-04Y0051(?2(@?"!S=2`M9FT@;6%N"BL@("`@ 3("`@(&9I"BL@("`@9FD*(&9I"DY0 ` end Cheers, Nick -- Paranoid: perl -e 'use strict;' -e ... ISIS/STA, T.P.270, Joint Research Centre, 21020 Ispra, Italy 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?199907190930.CAA34570>