cvs pserver with patch B?

I’m having trouble getting a cvs server setup between two 6.0 patch B
machines.
The cvs version is off of the qnx distro, version 1.10 (halibut).

I think I’ve narrowed it down to the pserver mode of cvs not working
properly:

with this line in my inetd.conf:

cvspserver stream tcp nowait root /usr/local/bin/cvs
cvs -f --allow-root=/usr/cvsroot pserver

The command

telnet 2401

hangs after connecting (it should give an error if you enter foo)

if I restart inetd with the -d option, and do a ps, I can see that it is
starting up a cvs process.

If I change inetd.conf to:

cvspserver stream tcp nowait root /usr/local/bin/cvs
cvs -f --allow-root=/usr/cvsroot -v

and do a
telnet 2401,

the cvs version info will be displayed, as expected, so the inetd stuff
seems to be
configured correctly.

So, does anyone have a cvs pserver working with patch B? Do I need to
upgrade my cvs?
Am I just overlooking something stupid? I think we had this working with an
earlier patch,
but it’s been a while.

Also, is there an open-ssh for qnx? Anyone using it successfully for remote
cvs with
qnx 6.0/6.1?

Thanks,

-Arthur

Arthur <3_arthur@my-deja.com> wrote:

Hello,

Try using cvs from Colin’s home page at:

http://staff.qnx.com/~cburgess/freestuff/

regards,

Marcin


I’m having trouble getting a cvs server setup between two 6.0 patch B
machines.
The cvs version is off of the qnx distro, version 1.10 (halibut).

I think I’ve narrowed it down to the pserver mode of cvs not working
properly:

with this line in my inetd.conf:

cvspserver stream tcp nowait root /usr/local/bin/cvs
cvs -f --allow-root=/usr/cvsroot pserver

The command

telnet 2401

hangs after connecting (it should give an error if you enter foo)

if I restart inetd with the -d option, and do a ps, I can see that it is
starting up a cvs process.

If I change inetd.conf to:

cvspserver stream tcp nowait root /usr/local/bin/cvs
cvs -f --allow-root=/usr/cvsroot -v

and do a
telnet 2401,

the cvs version info will be displayed, as expected, so the inetd stuff
seems to be
configured correctly.

So, does anyone have a cvs pserver working with patch B? Do I need to
upgrade my cvs?
Am I just overlooking something stupid? I think we had this working with an
earlier patch,
but it’s been a while.

Also, is there an open-ssh for qnx? Anyone using it successfully for remote
cvs with
qnx 6.0/6.1?

Thanks,

-Arthur

thanks, but that cvs didn’t work either. any other ideas?

-Arthur

“Tools Mail Account” <tools@qnx.com> wrote in message
news:9keqpq$45d$1@nntp.qnx.com

Arthur <> 3_arthur@my-deja.com> > wrote:

Hello,

Try using cvs from Colin’s home page at:

http://staff.qnx.com/~cburgess/freestuff/

regards,

Marcin


I’m having trouble getting a cvs server setup between two 6.0 patch B
machines.
The cvs version is off of the qnx distro, version 1.10 (halibut).

I think I’ve narrowed it down to the pserver mode of cvs not working
properly:

with this line in my inetd.conf:

cvspserver stream tcp nowait root /usr/local/bin/cvs
cvs -f --allow-root=/usr/cvsroot pserver

The command

telnet 2401

hangs after connecting (it should give an error if you enter foo)

if I restart inetd with the -d option, and do a ps, I can see that it is
starting up a cvs process.

If I change inetd.conf to:

cvspserver stream tcp nowait root /usr/local/bin/cvs
cvs -f --allow-root=/usr/cvsroot -v

and do a
telnet 2401,

the cvs version info will be displayed, as expected, so the inetd stuff
seems to be
configured correctly.

So, does anyone have a cvs pserver working with patch B? Do I need to
upgrade my cvs?
Am I just overlooking something stupid? I think we had this working
with an
earlier patch,
but it’s been a while.

Also, is there an open-ssh for qnx? Anyone using it successfully for
remote
cvs with
qnx 6.0/6.1?

Thanks,

-Arthur







\

I had a problem using the same command in my inetd.conf file.

I found an answer to my problem in the attach document. It is because you
do not have enough permissions to access /root. As you may have noticed the
cvs server runs as the user specified in the cvs pserver command.

What I did is replace the inetd.conf cvs line by this line:
“cvspserver stream tcp nowait root /usr/sbin/cvss cvss”

You also need to create the “cvss” script that unsets HOME before calling
the cvs pserver. My script looks like that:

#!/bin/sh

Script to start cvs pserver

Must be in /usr/sbin directory (called by inetd)

unset HOME
cvs -f --allow-root=/home/cvs pserver

This worked for me.
Hope it helps.

Regards,

Hugo

“Arthur” <3_arthur@my-deja.com> wrote in message
news:9kf05i$6o2$1@inn.qnx.com

thanks, but that cvs didn’t work either. any other ideas?

-Arthur

“Tools Mail Account” <> tools@qnx.com> > wrote in message
news:9keqpq$45d$> 1@nntp.qnx.com> …
Arthur <> 3_arthur@my-deja.com> > wrote:

Hello,

Try using cvs from Colin’s home page at:

http://staff.qnx.com/~cburgess/freestuff/

regards,

Marcin


I’m having trouble getting a cvs server setup between two 6.0 patch B
machines.
The cvs version is off of the qnx distro, version 1.10 (halibut).

I think I’ve narrowed it down to the pserver mode of cvs not working
properly:

with this line in my inetd.conf:

cvspserver stream tcp nowait root /usr/local/bin/cvs
cvs -f --allow-root=/usr/cvsroot pserver

The command

telnet 2401

hangs after connecting (it should give an error if you enter foo)

if I restart inetd with the -d option, and do a ps, I can see that it
is
starting up a cvs process.

If I change inetd.conf to:

cvspserver stream tcp nowait root /usr/local/bin/cvs
cvs -f --allow-root=/usr/cvsroot -v

and do a
telnet 2401,

the cvs version info will be displayed, as expected, so the inetd
stuff
seems to be
configured correctly.

So, does anyone have a cvs pserver working with patch B? Do I need to
upgrade my cvs?
Am I just overlooking something stupid? I think we had this working
with an
earlier patch,
but it’s been a while.

Also, is there an open-ssh for qnx? Anyone using it successfully for
remote
cvs with
qnx 6.0/6.1?

Thanks,

-Arthur










\

begin 666 Trouble making a connection to a CVS server.pdf
M)5!$1BTQ+C(-)>+CS],-“C8@,”!O8FH-/#P@#2],:6YE87)I>F5D(#$@#2]/
M(#@@#2]((%L@.3,W(#$X-R!=( TO3" Q,#,X,B -+T4@.#4S-B -+TX@,B -
M+U0@,3 Q-#4@#3X^( UE;F1O8FH-(" @(" @(" @(" @(" @(" @(" @(" @
M(" @(" @(" @(" @(" @(" @(" @(" @(" @(" @(" @(" @("!X<F5F#38@
M,C<@#3 P,# P,# P,38@,# P,# @;@T*,# P,# P,#@X-" P,# P,"!N#0HP
M,# P,# Q,3(T(# P,# P(&X-“C P,# P,#$S,C@@,# P,# @;@T*,# P,# P
M,30X,R P,# P,”!N#0HP,# P,# Q-C8S(# P,# P(&X-“C P,# P,#$W-CD@
M,# P,# @;@T*,# P,# P,3<Y,” P,# P,"!N#0HP,# P,# R-#0W(# P,# P
M(&X-“C P,# P,#(T-C@@,# P,# @;@T*,# P,# P,S,Q-R P,# P,”!N#0HP
M,# P,# S-#(R(# P,# P(&X-“C P,# P,#,T-#,@,# P,# @;@T*,# P,# P
M-#(R.2 P,# P,”!N#0HP,# P,# T,C4P(# P,# P(&X-“C P,# P,#4Q-#D@
M,# P,# @;@T*,# P,# P-3(U,2 P,# P,”!N#0HP,# P,# U,C<R(# P,# P
M(&X-“C P,# P,#8Q-30@,# P,# @;@T*,# P,# P-C$W-2 P,# P,”!N#0HP
M,# P,# V.3@U(# P,# P(&X-“C P,# P,#<P,#8@,# P,# @;@T*,# P,# P
M-S<V,R P,# P,”!N#0HP,# P,# W-S@T(# P,# P(&X-“C P,# P,#@S,#@@
M,# P,# @;@T*,# P,# P,#DS-R P,# P,”!N#0HP,# P,# Q,3 T(# P,# P
M(&X-“G1R86EL97(-/#P-+U-I>F4@,S,-+TEN9F@-2 P(%(@#2]2;V]T(#<@
M,”!2( TO4’)E=B Q,#$S-B -+TE$6SQC.38Y,V)C.&4W,&$P,C!D9F%A-F0X
M9C0P96$X-6,R.#X\8SDV.3-B8SAE-S!A,#(P9&9A839D.&8T,&5A.#5C,C@^
M70T^/@US=&%R=‘AR968-, TE)45/1@T@(" @( TW(# @;V)J#3P( TO5’EP
M92 O0V%T86QO9R -+U!A9V5S(#0@,"!2( T^/B -96YD;V)J#3,Q(# @;V)J
M#3P("]3(#0V("]&:6QT97(@+T9L871E1&5C;V1E("],96YG=&@@,S(@,"!2
M(#X^( US=’)E86T-“DB)8F!@8 :BE0RL# QL[ R# @8@-%&3@6,&S:P0#& M4" Q.)0S, @RL"E>RI)I1!_0"SC2@#]Q>&VZT"S+$,A@%,#QCD"YXE0$
M& #:Z@W"#65N9’-T<F5A;0UE;F1O8FH-,S(@,"!O8FH-.#,@#65N9&]B:@TX
M(# @;V)J#3P( TO5’EP92 O4&%G92 -+U!A<F5N=" T(# @4B -+U)E<V]U
M<F-E<R Y(# @4B -+T-O;G1E;G1S(%L@,3,@,"!2(#$U(# @4B Q." P(%(@
M,C @,"!2(#(S(# @4B R-2 P(%(@,C<@,"!2(#(Y(# @4B!=( TO365D:6%"
M;W@@6R P(# @-C$R(#<Y,B!=( TO0W)O<$)O>"!;(# @," V,3(@-SDR(%T@
M#2]2;W1A=&4@," -/CX@#65N9&]B:@TY(# @;V)J#3P( TO4’)O8U-E="!;
M("]01$8@+U1E>'0@72 -+T9O;G0@/#P@+T8Q(#(Q(# @4B O1C(@,3$@,"!2
M("]&,R Q-B P(%(@/CX@#2]%>'1’4W1A=&4@/#P@+T=3,2 S," P(%(@/CX@
M#2]#;VQO<E-P86-E(#P("]#<S4@,3 @,"!2(#X^( T^/B -96YD;V)J#3$P
M(# @;V)J#5L@#2]#86Q21T(@/#P@+U=H:71E4&]I;G0@6R P+CDU,#4@,2 Q
M+C X.2!=("]'86UM82!;(#(N,C(R,C$@,BXR,C(R,2 R+C(R,C(Q(%T@#2]-
M871R:7@@6R P+C0Q,C0@,“XR,3(V(# N,#$Y,R P+C,U-S8@,“XW,34Q.2 P
M+C$Q.3(@,“XQ.# U(# N,#<R,B P+CDU,#4@72 ^/B -#5T-96YD;V)J#3$Q
M(# @;V)J#3P( TO5’EP92 O1F]N=” -+U-U8G1Y<&4@+U1Y<&4Q( TO16YC
M;V1I;F<@+U=I;D%N<VE%;F-O9&EN9R -+T)A<V5&;VYT(”]4:6UE<RU2;VUA
M;B -/CX@#65N9&]B:@TQ,B P(&]B:@TU-SD@#65N9&]B:@TQ,R P(&]B:@T
M/” O1FEL=&5R("]&;&%T941E8V]D92 O3&5N9W1H(#$R(# @4B ^/B -<W1R
M96%M#0I(B:2436_30!"&[_LK]KB+&9FOWTEA:)
”$1\BWHHKD,=)3&R\W’A
MQS/K?-0EE(8B2]G19NQY]GUG9S3N’"[COW3E6QT/4’^O6/(:[00#D(7B5
MYSEW4:L<D6?!H\I-X&W%9F_8NX
-/FAZO9@QQ#X3Z#F$B$“KSGG07MEH#”^6
MK/_E0,J(X7%/%BQ\3'9EG)8L[>TS<3VGBR_Q:?C GIAH(Y!X6:[S@"_\2G MM\#OV;Z&H1).Z6CXDJ$%I<-I8\$F"?,/=-90'<N@S.NCI>$ICXF8 &Q-917%RQ M+,$3"N5,Q>=MU6[K2F9!:;&3M\5-.@/:J'P8<N5>@?<7@.4Y)3K_:C"+>["O MQ$3RH.BJNY9"I+!\. )JL,IZ-R#4A&PBODRH':;$_Y!N#_A%.I%T$VW7K%;5 MXH3FO H#D"4S!(OAE<-!$KLC_7/:‘U’ZB.:)S2<SIZ)8RT@[=;/J
MCI@&M7+!#S$#JN@N4- $2XEP?C7^ANF’‘KL#9]O(S"HGYC+SJI>3+’>BE%E:
MUOO=1^0(R@R[TB(U&UP@K-7ZD/@ZRW4/+Z:LCO<<JN#LO $QJ4:[@(8E:3
M?54#]BZ’1Y>I^Z2AW^9^4R:GC5B?Y+
>W@,[0’1 GNN7"9U55-O-TZ[^PY
MX%1DW7:@5@?5QG%@P3R,)4_H1N5QX&0$/OCSJV6Q^41(RP7)/DR.G$4/#
M1J,N3[M/#]L#HG/<XJWOPDY=!5\G_CK;9ULSDZB^3LL/KREP#.2G6P- M96YD<W1R96%M#65N9&]B:@TQ-" P(&]B:@TW-S$@#65N9&]B:@TQ-2 P(&]B M:@T\/" O1FEL=&5R("]&;&%T941E8V]D92 O3&5N9W1H(#$T(# @4B ^/B - M<W1R96%M#0I(B9Q5P6[;, R]^RMRE(=&E61;DJ_+5F"[UM@.10^NXS198[FP MG73[^Y&4Y"3=T!5#@5HB'\G'1]I)I"ZYT':ARY*76B_VR6WRL4JDY&59+@3\ MA6,RH41DDM=Y(NJ2P0AQ@8.59.PJ[3Z039)-E[ L?J4+ 470A+"M3\G!‘V&
M$J:XJ-PELBRX$?H=7 A8E/_+Q2+BCNWK=“ES-J;+DDWI??45:2E(”;G/:"EI
M>6;S?]-22@(P,V_0NH-J)6O3I6;-M.O=%94%=D(ACIZ S7B6>[Y(5Y0^=$HM
M+QF0+KAD#WO(HG(]JD^P:O&JZ-!_3.XUM_=02:QMCG9<W;5:*TY+D^ZSO+ M!3?F'7U[8&;?&@?'<5S?9#".:@.SAT!;^"3A7.3<2 ,$<AB $3[):V%H?"+S M>E1#?P@RE%RS+@6O9O73SCV"K<CP@D[#FMZYE@1'AV13_PJPI’8MUOO’=OA
MV Y1
.(%:PI-BE!EUR ROID";I<WZC0W!“S:W)#“4O=#‘MU2$EK:[U/ " M=Q*8X %W!9XS>8&7-(/_O6N\KQW<C’_9UMXXH471`1/V,78]GW:X,04Z?6’
M:P’U+/ #%O4$RS’H<(6>%Q$AZ!G3>&PD^S/?A
&6.KV-RFLA?6CNQU1%/
M-59^.#EI8[%I’SRD6/H8;SSF^4
O0VR.7K+%$K93SA!6"B2?.Y843++#L[-
M’2LV;4.?“I<$YL<B$P5-=%WMUA&ZW[D9BR.R8&E=& 1F7QIX8’IHTK)3C=B^
M8M^Q#P7B+3’“K?N7\2KZ-KMAG),=GA^'VH/7J+%B<^G)!V_/N!!N[^V^>.MM
M)W83F?M8;'7J$G:82S5S]2]&]>'LLPZ?TM3@K RFP=PFC$+“1I.:,W8!I8 M3 ',+!L(^-P/4]!;(CD6WE%RUA2 V4&2##8=?1;F/8RP-+3UBCW[K$<,7E/8 MVJ?H,.;0;/UM3QG&$$3YW*:GV.Z</GGBEX*L#_V!=,KP]0JGL!? 'WY$F&?P ML(_==^G];P$&$J]K/H-96YD<W1R96%M#65N9&]B:@TQ-B P(&]B:@T/” -
M+U1Y<&4@+T9O;G0@#2]3=6)T>7!E(”]4>7!E,2 -+T5N8V]D:6YG(”]7:6Y!
M;G-I16YC;V1I;F<@#2]“87-E1F]N=” O5&EM97,M0F]L9” -/CX@#65N9&]B
M:@TQ-R P(&]B:@TW,#@@#65N9&]B:@TQ.” P(&]B:@T/" O1FEL=&5R("]&
M;&%T941E8V]D92 O3&5N9W1H(#$W(# @4B ^/B -<W1R96%M#0I(B8Q436_;
M, R]YU<8O4P>:LUR_5>.Q18KS.ZP["#DRBQUU@Y0?_WZD-E>MD.10VB

M>GPD’]4\KIK/JR3E:9KF4;-=62O[<CC)"M2GK-O>[0JL,YQQ4O6Q0FZ%7I+
M,+;Q&KS’7NDSNC)P]2-:BQM=)R(E!<L^='KG7D=;P/N_=-W-',P!9?!.W;F M<G1Y=L&UN4JXCS,X[K7B\:_F<95&2<8S&35??0T5U>!XYQ6OV+G#NWD))ACX M9ZVQ5%7%!LBV#@?CV!Z49U^QUD=/U[7Q-4+D!?#Q/M)9LWX[-PR&B(/EFVW
MA/(<7- %/1V#7\SP9,E5+,Y+GD-%'<[W\/#SO<$B*FWF=E9G:82=MB\J>Z3 M_]*['0DX-8>?,CQ/1S!Z’Q
!1=B[F_M-=+UVXYB:^C4FF?,55JSK1I]IJ(
MUY2
=K0SUIE=N/=N+F"6#L+Z:FIV09HU&WL7K@\TZ"/(@(:^Y7DLI!9E,+/
MFZ"B2E1E5
0%+VH!“AA6R#5S>F9WT)V[N/D-$!E!”)"<E [“FS5”%"+
)51;
MHYX&7V]!]3;6=Z9@%D9>L(O6O3X$WR0R/(81%B#E<’:RYF"=F K7D!RO[RF*
ML,Q T_L+!S<+CX8VSN /4/=^X’I^(<812AO[7#Z:CNM@-=A]RS%1@, +# M/<<79?6"& $ML[_@)$N<9/)RL]##/^LVQC4J$N<I2%BHT$EG0=>]<VO2X239 M^SA9PU]X$2KD1?$$VYMI8WH2K-X;'S&T9SCFX7RY]OV\!D:-^M.4[]789\]S M6BF2HC.U4A/Q>97WRPK>KOA,T!N_8C[:S(_'(H%_$G!KL!G_73/IU\S8(#Q) M#Y)D&W/Q^22TKN2"/<5)#1_8OSP'PRVZ)"5*_Y@($HFD24O76L$^O%LY-%+F M97:]6Z.R,*T/K]<:WO:R@KO#'P$&!J?@PL-96YD<W1R96%M#65N9&]B:@TQ
M.2 P(&]B:@TX,C$@#65N9&]B:@TR," P(&]B:@T/" O1FEL=&5R("]&;&%T
M941E8V]D92 O3&5N9W1H(#$Y(# @4B ^/B -<W1R96%M#0I(B81538_:,!"]
M\RL0E]H5I#$X!’.K5EJIO?105
G:W4-(0D@WV,AQ8/GWG;$]8?>TXI#Q?+R9
M>3,VDT6:I&FZFN[R1/[:P:^6&9ILF5T5<‘I9PT’5=@;Q&0P&“7(-0\E62
M,W,Z%;JBJ*[5-=DM7^3PZ8]D/%O36 A’XPF]$-H9,@]AF9H=3P’Z&/;HT*$
MI#YE60>A’RTG[QK5[FBJ.>'M!T=)V@,JL9K;O<-C<1EKC?B:;!:J?MG]G.R^
M3@)!(A!T;T%0"X+%L^7+1#$S:“I!L#8R”,[%C91[OL!/S"W8$,Y]‘6 .0T=!
M!3"L6&S5YT%Z!OJ_= TK6X(TAG3)71XY!G6T77FBBDV: <!/L<Q9]7:FYT
MK=%CBJ:]U)J #J$A&[@3; M4Q;CWEPX)IZG;X]B"A0=)BI1F5I.4_A%,9-)
M+O+U5 J1Y%MI[O3!“E=2J24;<]];2^UW?+=/X!9!ACP54IYF"AN$“83TY6”
M,6;I!F’”:&08S2_:/,D:8^)&2N ZY7LV/2;]B:6V!:\EHU^2XD9±@E=$
M0%?XZ-I1#(1@-8?7*PN@G"B0!R89$N9BEE"L-^Y./!U9%9R4JC=82 >>AF
M3JY]K<=."GV[5^]+B2%ON$!!5’]S/#F27: T7U88A68JM^T[F+;“DV0S %
MWF86&@,96#T"*R@<9Q^%]S,U6=5+-:EV/Y&DHTFYP.&$&T#E@ZG9YZ0]X]X M*15[X+A1?_ABX??6)<$H0T)XUP4NW+<4&-?@?74VS$+C53!>^23QZ(M%5.Z
M[C8GGX@9J4),G[-]WV%’+.”%%BS"^%DK=C9Z;/S:NN-GVS^N;::2+%NIC]O_
MQ,H+*]3'-M3O ET+O;&NKIZV9)B7U2C;8#4488WR9D2-WDM9)*QWA76C4$P MUECCYU=K!5VI]8IJI'\%/RA8E1S>UW!-4I /!9?XM':CQE\<J4"ZPI3F='#( M7(Z/CZ0G%M4GOL&']]7O80:*'@>7L\'Z:X.:-D3J$.DJ0KP7@8G"K?8&"P\F ME-0<74*J!QPJ9 _5ZF9,YX[O\F I^L(7&&%*[QH"\'4<T\9R^,M_08*?ZV M1PUE;F1S=')E86T-96YD;V)J#3(Q(# @;V)J#3P\( TO5'EP92 O1F]N=" - M+U-U8G1Y<&4@+U1Y<&4Q( TO16YC;V1I;F<@+U=I;D%N<VE%;F-O9&EN9R - M+T)A<V5&;VYT("]#;W5R:65R( T^/B -96YD;V)J#3(R(# @;V)J#3@P-" - M96YD;V)J#3(S(# @;V)J#3P\("]&:6QT97(@+T9L871E1&5C;V1E("],96YG M=&@@,C(@,"!2(#X^( US=')E86T-"DB)C%1+;]LP#+[G5QB[5!YJU5+\W*W8 M4*"[[#!C*% 4F./(L5='"FRG:?[]2%%RUCV (4!,4>1'\B.IZO/JYDX$(JC: M5<G+M)1!##\G%@G/12J"M2BXS/-U4.U7,8]CF015LV+?>ZWF+6^,;J_"Z@<@ M24(2@I=E:9&<*-*2%[(H"KG69XG"!4AED"H1S:’.3-A)%/!QC JV#&,!-.D
MP+L.SH(I4"0Y4TT8@<K9’T:S&VO4[%&Q9CW8:_2?9H7J.ERS+=D:5+>(4C +
M\C)QNKD+4V9&E NF7NO]85 ?PJ?JO_B1I02A3-_R\AD$@L(
…$%Y#,J.K]
M<IR;PR)K<ZK[>3F.QL ABR5/V,VFUS>JP5HSD?"4.=E>=FH8C$ORG]0O268)
M%YDH?9)"4I
W+;"4<HF\RR2%^)!D#)ZN0]+T.M0P/.4H.)6V57SZA N\9Z
M=[7]Z!WV
,4RG,)Z;RWEH.P)6P,;1W
<>[W[_982FA>OV7AI5-%(M]!QC/(+
M,N8U3W@N,2T8RWYW’&L7Q6AOV88):/J!<Z]^IWC88"I1AUF,JGQ96$‘N=$$
MMU>6]NH]#;&?8FSX._25’
:O,=A2RS!"=H+G\Z<
)Y@9]#@C<&B!4X\6<X
M\Q)ZB^<,S^K5<HV8U’%G6.OMQ2>B:RPR^QL
51A:!N=Y%A$Z[!8S"3W3(;
M^>).ET9KW+WL$K&W88SF/NY]Z]'GKI
>LI012UNC)GWE:LK8R8S/UY1$QL[F
MZ$5MT\V8VGK-;+S4]J]>[#&1C"UP&Z03O%K<YAPE
N<-=D/0#+ &FFO/<&L
M)LS[C6>OKS?FN.!__/:5)CQC!PHUFLV@]O20X/G+G@+3QE\[D/<U@=J?$:C M.G [2?ELIGJJ.CR8H#’)>@^N2H<\LZA3BI9XPKZ7G+<!IIY"04/&D;4K! MAH%2ELS BKO!D/B2XJ=^<;R N5V:%/?4G%SNDHJ#N3<[.Z>X1W>N]1Y_%,
MJVO-?6\D.TX+\L&,LS?‘W>#>IL+9<#$OTNW]Q5PY0KT%TLN2+0'[)=4:4YM M1,NM9$I#$D\_!1@/[VC!0UE;F1S=’)E86T-96YD;V)J#3(T(# @;V)J#3<S
M,B -96YD;V)J#3(U(# @;V)J#3P("]&:6QT97(@+T9L871E1&5C;V1E("],
M96YG=&@@,C0@,"!2(#X^( US=’)E86T-“DB)C%1M:]LP$/Z>7Y%OE096+<FO
M_58Z!NVGP<(8-(4YMN)X2Z0@.QG]][O3BY,.UHU ?”?=/?><[I%63XMTF7#& M^7+U<9&D+$W3;+EJ%\]DHB4KR(["8D8:FA3PF6@B<@’&T=C9%EG
T<:X842+
M@V55/XR3LLIG=C%B:RR860GFR6./“O<PZ-<P[6+<RV@_%>:5.!\H3DX+.X] MHH$(@9UJ;%QYE_6;S4#,4@%K,X7!A<Q=! 0=*]]3#MN/W[ %)':,)=J9>$,E MA)S#QK!W@,';^-)[+)>Y/#.G=1TT@2VH<:0OJZ?%ZL/"S4/&>51,OD4_OTQ
MIZPD1VLV”)>#?7 1>$I9#>X]PI5$FY 9HJRO79+>F”[&=F%S<^K[0?=QV6<:
ML_?G45X5G@/6=Y^XDL0SW91LSJOQ3*%7S"ER%B6Y[!?5TQ4)0CKX%H23F+D M>]+=T-4/@! >@G-6U[6#"*;$*>2B!@@XQBN(5/A360/U0'I-?6<5,4>:U/!% M^@)&"@*'1>V[JORA.VO0:NI8]!Z,'D][5$N&":_F9%V+B1!,2'=-LLLU"6,9 MH49)7G&PDH#@<= 21@$@HS.M’[E=%!Z:J;!!“U)L@7EE21>!@Q3@“2!‘7
MF#7<ED/C5"\, "C601XW'K52Z0:%T?U)X6H,4DV0>:2M$9KU4;@!,,&AZ]] M(ZB PJ6<IHC3JTM\+AQ/B7H*K(T-MT:2_37B3X\8DN_^)9HJ8R5'S>0URWA: MO-7,,VG/4*9(A7LX[%G9N^BVC4:M!\\<E8[VK35FNF60.O3:6(4I/&,Y^:SL M81A'-Q0?VBD]J,Z1] ^C%#G._$WA9U\YNLT&7D/5O5PSN9F)M+MNL&O/84W_ MK_0[-V(^'UZSO)0UGH\79'5YMX5_Y"I_ZE5\O\"'%U8%Q55!-@5N[)JS<J1Q MM!49CR&SA1G#%=I>F/UU<B*#4,'AKHJ4\4!M'MUO08\2>'Y@UE;F1S=')E M86T-96YD;V)J#3(V(# @;V)J#38W.2 -96YD;V)J#3(W(# @;V)J#3P\("]& M:6QT97(@+T9L871E1&5C;V1E("],96YG=&@@,C8@,"!2(#X^( US=')E86T- M"DB)E%1+;]LP#+[[5_@V::@U/2Q+.G<=M@'##@UZ*0;4397&0VH7MI(A_WZD M9!G)(0N&(C5%D1\_OE20IVKS@:Y^%Y^^R%*4JTTA!'/.E1S^9E$:SJ1P#9P= MTT:Y<O565)QQ;LO5NB!=GP!$G#,:2<CP"Q**’/H#D3,PZ"K"/#4]3Z
ML/707^6BM $HJ<ZX(!07"/5(AI%6LFZ8(=AO\C3<0K^#4X:8$@WH<11[T/H
M^E<TZXD4,L$V7KZ:_7]7PG53C/=<'<IH:\_?]Q=2<36S @-$;AFUNFEI*FF MC\3WAVX<^C??!R0KF24'"A:6M)"5@6_7/N]\2M"2#95,IN0U7KZ/P^O8T@KO M,&_X3"E]2YX3CD^):Y3'?9_%^?:8SUWRCAW*NF^)P>(3J('H6V2C,>*N#<'' MXJ/9.M%H)W^3': W6<RW5 '$@NB3MHO (5'8SLH%>#L7Y+ $/B$;>\C+2C ! M+?@<VZ/FXHX4C?<0,B4!)93 ``2LXK2-%WY'!99KAWJ+>HK8Z^3<O4<CI*9L MY"@B(Q5SJ>1,.][E0"IV4%\F*[-F)2":M,Z12,6"/^?\20M;B+AVN7T:
M23>I"BV56C$#Q’#Z#7D)%.MJ((ND-E@I#B!!A
1RIUX3+ OAMQ2+
A#Q3G
MRY![.&OXW@RSV7B<A:S88^,4M%[6B+\0V2^XR!T)7%M$0O;&'6A2+!$5VI4 M0SZBT?J\1O":S),2J(-V#7D$TIY$\19RMY!SA;-SGV?G3Q>VV:*-["L)#U4= MY[#&.4Q;+A/\^]A-N#SSY,("S*,L3Q\%H’N5L!,@^?I_VE=:‘Q); D_UMBZ
MU%Q!;6P)<8PL1U]L/H*?E08\K$ 8_<#’/-);?+X1KCF.3FU ^"7PSW5X !
M)5S;=D-96YD<W1R96%M#65N9&]B:@TR." P(&]B:@TT-#8@#65N9&]B:@TR M.2 P(&]B:@T\/" O1FEL=&5R("]&;&%T941E8V]D92 O3&5N9W1H(#(X(# @ M4B ^/B -<W1R96%M#0I(B91236_4,!"]^U?X:"-YXAE_AB,+%TZ@1N5056A) MT]U%;!:2%,2_9YSL:M5VA5I9CD?6O.?W7D8$#PFSC"F#BTD&ZZ .61H+B>30 MB?LWF598RN.O2E%H%2?>]&!P_K8
:X1B%#7M;2\CF6P’AQ9E"D&)F+9B_L
MW,&_)BU43:MN%&?UMH@J8TV477:4"2%?(2H#N7JOM1.D;YM/@KC$OC$’,W[
MA<.'0J)6UU>Z^2X^-.78%^(D=\EJ/F FH6>]7Z1_67!,RRD)WH+N3E2?[X,
MS 0V!?<(.&NS?C%H5CH"N^E;]@->/0Q#MU3]Q.8<76M3>:CTXX[AW%WZ,?B
M&_GNZN\XZ01S. 6TGY.8K1(E0.].7EWYO,#J$4:O]TK.UJZD-*-6NG$'ONB M4K43.SCI?#I-#L%E?-TP$41OG20+(1,]GZ53UF0M#P]:SLG8;,Y1!<__("6) M&6RD$_$+PEJ ,3Y^NV1E_Y]5"%2 ^!R8"]!XA+!,\FP@+P:VD\Z0U?3S;56- MNN9RMX%ON\,X#?!G/6YW_6;I./30W3U4XW8]=-5\<W=HQZK]/>^OF&K83OL? MIP3^"3 1 G<KPUE;F1S=’)E86T-96YD;V)J#3,P(# @;V)J#3P( TO5’EP
M92 O17AT1U-T871E( TO4T$@9F%L<V4@#2]332 P+C R( TO5%(@+TED96YT
M:71Y( T^/B -96YD;V)J#3$@,"!O8FH-/#P@#2]4>7!E("]086=E( TO4&%R
M96YT(#0@,"!2( TO4F5S;W5R8V5S(#(@,"!2( TO0V]N=&5N=’,@,R P(%(@
M#2]-961I84)O>"!;(# @," V,3(@-SDR(%T@#2]#<F]P0F]X(%L@," P(#8Q
M,B W.3(@72 -+U)O=&%T92 P( T^/B -96YD;V)J#3(@,"!O8FH-/#P@#2]0
M<F]C4V5T(%L@+U!$1B O5&5X="!=( TO1F]N=" /" O1C(@,3$@,"!2(#X^
M( TO17AT1U-T871E(#P("]'4S$@,S @,"!2(#X^( TO0V]L;W)3<&%C92
M/" O0W,U(#$P(# @4B ^/B -/CX@#65N9&]B:@TS(# @;V)J#3P("],96YG
M=&@@,3$X-B O1FEL=&5R("]&;&%T941E8V]D92 ^/B -<W1R96%M#0I(B:16
MVV[;1A!]YU?LX[((5SM[WSY6:5,$
‘J1D#X806’+M7 EE)1MAN@’]^S2Y&B
M+,N671@F
6*&>V;FS)D9C1O+9@VC
-?,BM&’”;'KIB"V8 59(24Q[YV(,3(;
ME(A$K/.1-2>K>OBZKOBAVDQ^DG!?7I5$&5+B;_MHS7"DW?,2RF4M(9-;PN9
M#7":9–>2C.^(=562DK^::[EX’/2\GK\O/T8W;)+6(<3]T4E@4Z&] E^
MM5@WFW+ZI?@18%),XTD+@DW&/V(QR],"E+L@9%DO["SSY)=%B25,-XP%R.^
MY=AM08J$CZI
<U-,4H"’<76&Q^/B[Q
@'K@4=HC;99.OZ_I^L;IKMM!)^;W3
M@<?AR843+2&]%9 E"V6]3]=&LG;O9.!)5KA?0REFQHXUNQY)J>\9OSLB+#
MF[*8$-B6 I2>G;UB@M#!O Q+H60Z@+?'89WAM C58[/-HO5\EU+/F&E
M2G;YGDFH38LWUS
VKF"LB!R@K2!^<8.O*),>5Z7$^ZOTT^'GK#58+5O[NOVY
MS$:;IHMS_TRP6*'IC!O$K8T4WI\0=VNHPW/E$'OEJ”@LJQ2NW>16FSX<^K MVWK+D+[!B( ]:N:\%BZ$1!4<J7S_XCA3C(8=G3>B!"@$X?0_GW$%±’6]7F
M_M?[>GV_0"Z]4/RA2R
9()P?XHH.I’8G$M)==:]" RG_ U2&M0&I/1*:/0, MHHKD&($G%)-,_LF61SC9>M+!.3E8_L?VB-^/>)-*U#=/>^<$F38_R S)U$J6 MU^=K_ /Y[N>ZN!W>5(F]12]G"=E4T_1_RA@B^^WTB:,GJ^;U7)9W_30K!-^
M``2T!UCR)W!+2P_#’-:KH67"JPZ:Z?N+FX6L]S;(3>ZXI"'OELU"F&]&\+T M)((](8,ZH;/0D-? =(,,&KO%N<;D-,+R+Y O8=N2XPZ]2;=-^W8'.4BAA[UA M*.G("8DU2FT-WU9RU2K)^]6LFWL&<\_(/3 VG6%/&/3DF+>1,!<9;^K,MA7
M:EQ7EW=9I/5 CXV#GS0#B-!E8=4>PJUH#ZXX+V] $%^=(M+,2HB##0RI&J[
M0DD1H):X4O+S8<^-A I[;IAUG=OQXUS$:H.I,KC7"1$[1;OR1VT+ 7A]W
MMCN]:]?")[9!-
]6::=T5IB0NG]0K<P.MZU’&OZ7Z=1G":I4UREQ=!AG.)5
MFJ96XU4J3Z5!'W_0$GS:=)+M ^895A#'798W
#/\11]SF[6/*;/EX]+\W8
ME:6W>L^QW?RVBER-P3A$LYREQC3;KVNVR<L!E@54#[^J:P";C58Z:",67&J
M)+F&3[YAX?4B)R<YW79$Q31"-V&P=K’J=#EE%+5NZO6Q*@U)ELH=>I[Q<8E^
M@J+WU4_FQ^Q2>=!\CHR>$,6DJ!$&I0RYUN5:8,UD-#:]DJ’:ILMC(’(8)
M5DCI5#
\7TY6ZXA-8N_LE"OY?XLA V.=.@8DF-E2 S5:;LS]/(P>#Y^OUH
MA T5CXMK<;%8-9NU>#AOYHOE=6NQ6HKZ\F[4S,_7]2B_N83,CF;W^?\O\E’,
M-[?]>/UO-E9]?@*96YD<W1R96%M#65N9&]B:@TT(# @;V)J#3P\( TO5'EP M92 O4&%G97,@#2]+:61S(%L@." P(%(@,2 P(%(@72 -+T-O=6YT(#(@#3X^ M( UE;F1O8FH--2 P(&]B:@T\/" -+T-R96%T:6]N1&%T92 H1#HR,# Q,#@P M.#$V,#<Q,BD-+U!R;V1U8V5R("A!8W)O8F%T($1I<W1I;&QE<B T+C @9F]R M(%=I;F1O=W,I#2]-;V1$871E("A$.C(P,#$P.# X,38P-S$S+3 T)S P)RD- M/CX@#65N9&]B:@UX<F5F#3 @-B -,# P,# P,# P," V-34S-2!F#0HP,# P M,# X,S@V(# P,# P(&X-"C P,# P,#@U,S8@,# P,# @;@T*,# P,# P.#8V M.2 P,# P,"!N#0HP,# P,# Y.3(Y(# P,# P(&X-"C P,# P,#DY.3D@,# P M,# @;@T*=')A:6QE<@T\/ TO4VEZ92 V#2])1%L\8SDV.3-B8SAE-S!A,#(P M9&9A839D.&8T,&5A.#5C,C@^/&,Y-CDS8F,X93<P83 R,&1F86$V9#AF-#!E @83@U8S(X/ET-/CX-<W1A<G1X<F5F#3$W,PTE)45/1@T
`
end