quota-nfs-4.01-7.1>t  DH`pX̘/=„DaLpU`I{H+lEcߝmV ~{>'C}Yh IL;H\@D٪Q-\&?@.?.d   .tx            8pl(89:>+?+@+"F+*G+<H+TI+lX+tY+\+]+^+b,ec,d-Je-Of-Tl-Vu-hv-w.xx.y.z.Cquota-nfs4.017.1Disk Quota System on NFSThe quotad init script, which provides quota support on NFS mounts.X̘lamb11"openSUSE Leap 42.3openSUSEGPL-2.0 and BSD-3-Clausehttp://bugs.opensuse.orgSystem/Filesystemshttp://sourceforge.net/projects/linuxquota/linuxx86_64 PNAME=nfs SUBPNAME=-quota TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in quotad.service ; do sysv_service="${service%.*}" if [ ! -e "/var/lib/systemd/migrated/$sysv_service" ]; then services_to_migrate="$services_to_migrate $sysv_service" touch "/var/lib/systemd/migrated/$sysv_service" || : fi done if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ -n "$services_to_migrate" ]; then if [ -x /usr/sbin/systemd-sysv-convert ]; then /usr/sbin/systemd-sysv-convert --apply $services_to_migrate || : fi elif [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset quotad.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in quotad.service ; do if [ ! -e "/run/rpm-quota-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-quota-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable quotad.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop quotad.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart quotad.service ) || : fi else # package uninstall for service in quotad.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi~A큤큤X̘X̘X̘X̘X̘X̘a69beeb1b67c2cd279d78ff6236675c7c0b245f881020b0edc3d9ac44175e8840f19ed311e17de48e15622e862eb33f5f68421147c4b39b02a5b3292f4b5a5c2servicerootrootrootrootrootrootrootrootrootrootrootrootquota-4.01-7.1.src.rpmquota-nfsquota-nfs(x86-64)quota:/etc/init.d/quotad @@@@@@@@   /bin/sh/bin/sh/bin/sh/bin/shcoreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libwrap.so.0()(64bit)nfs-kernel-serverquotarpcbindrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)sysconfigsystemdsystemdsystemdsystemdrpmlib(PayloadIsLzma)4.013.0.4-14.0-14.4.6-14.11.2Sy@Q@Q'@PỌ@O]@N@NؽNl@N@Ns:@NLM^_@M] L@L!@J@tchvatal@suse.comsweet_f_a@gmx.decrrodriguez@opensuse.orgcrrodriguez@opensuse.orgsweet_f_a@gmx.desweet_f_a@gmx.decoolo@suse.comcfarrell@suse.comcoolo@suse.comuli@suse.comjengelh@medozas.devcizek@novell.comvcizek@novell.comvcizek@novell.comanicka@suse.czmseben@novell.commseben@novell.com- Cleanup with spec-cleaner - Remove the compat for the usrmerge - Use systemd service files instead of the initscript + added extra workaround for argument parsing. - Remove extra SUSE traball with scripts as we reduced it down to one script and unitfile.- last changes are compatible again with openSUSE < 12.3 - update to 4.01 - Changes in quota-tools from 4.00 to 4.01: * fix compilation failure with --enable-bsd_behaviour=no * fix quota(1) for NFS mountpoints * fix reporting of huge quota limits over rpc * fix repquota to report all users on XFS * fixed edquota(8) for more users (Jan Kara) * remove fixed limit on number of autofs mount points * add quota type names to message catalogue * typo fixes, message changes for easier i18n * created Czech translation * store PID of quota_nld into lock file * warnquota: Fix manpage formatting * warnquota: Allow specifying of filesystems to check * add support for quotas on ext4 in system files * quotaon: Remove duplicated check for hasquota() * quotacheck: Fix warning about journaled quota for 3.0 and newer kernels * edquota: Fix localication of time units (Jan Kara) * rip out ALTFORMAT config option (Jan Kara) * add support for dynamic RPC block to support larger quotas * check set limits fit into the range supported by RPC transport * do not report missing utmp record to syslog- portmap --> rpcbind- boot.quota is obsoleted by systemd-quotacheck http://www.freedesktop.org/software/systemd/man/systemd-quotacheck.service.html - rpc.quota daemon will be migrated to systemd later after investigation on a saner approach.- update to 4.00 final - Changes in quota-tools from 4.00-pre1 to 4.00: * get_qf_name() does not check quota file presence (Petr Pisar) * report quotacheck failures by return code (Petr Pisar) * make global symbols static as possible (Petr Pisar) * implement repquota for filesystems without quota files (Jan Kara) * initialize v2r1 ddquot padding in dump (Jan Kara) * fix ddquot buffer leak (Petr Pisar) * fix check in setgraces() in setquota.c (Petr Pisar) * forbid grace time setting over RPC (Jan Kara) * fix synopsis and properly report errors during remote grace period setting (Jan Kara) * do not use real domains in warnquota example (Petr Pisar) * make RPC handle properly host names with colons (Jan Kara) * explain meaning of the second column in repquota output (Jan Kara) * initialize vfsold block and inode value boundaries for new quota file (Petr Pisar) * setquota manpage typo fix (John Bradshaw) * implement quotacheck for GFS2 (Abhijith Das) * add quotasync tool (Abhijith Das) * correct --no-mixed-pathnames documentation (Petr Pisar) * allow admin to not strip quota binaries while installing them (Jan Kara) * document --always-resolve at edquota and setquota (Petr Pisar) * comment example quotatab to silent warnquota (Petr Pisar) * improve comments in warnquota.conf (Ondrej Vasik) * fix help text for quotaoff (Ondrej Vasik) * make quota, setquota, and edquota recognize -h option (Ondrej Vasik) * check whether set limits fit into range supported by quota format (Jan Kara) * add next3 support (Amir G) * remove checking of filesystem type from hasquota() (Jan Kara) * create quota-nfs.sh script for nicer quota(1) output formatting on some NFS clients (Jan Kara) * add options for quota(1) modifying formatting of filesystem identificaion (Jan Kara) * minor updates of manpages (Jan Kara) * quotactl manpage was moved to man-pages package (Jan Kara) * fix quotaon to work properly with XFS filesystems (Eric Sandeen, Jan Kara) * fix quotaon to print all informational messages only in verbose mode (Jan Kara) * fix warnquota manpage to not speak about RPC (Jan Kara) * fix repquota to get latest quota info header (Jan Kara) * do not count system inodes into quota for ext[234] (Jan Kara) * improve detection of XFS kernel quota interface (Jan Kara) * support of GFS2 filesystem (Christoph Hellwig) * avoid memory corruption of NULL address (Petr Pisar) * fixup typos in manpages (Michael Meskes) * added german translation (Michael Bunk) * added --enable-static-link configure option (Jan Kara)- unroll binary file list - remove install_nld.patch, not needed since 4.00-pre1 - remove automake dependency - prepare UsrMerge (UsrMerge project), this obsoletes man.patch- remove call to suse_update_config (very old work around)- license update: GPL-2.0 and BSD-3-Clause Package is dual licensed. Also, use SPDX format- add automake as buildrequire to avoid implicit dependency- cross-build fix: Mother Autoconf knows best, so don't interfere- Select libnl-1_1-devel- update to 4.00-pre1 - dropped nfs-mntpoint patch (merged upstream) - Changes in quota-tools from 3.17 to 4.00-pre1: * don't try to set inode flags when getting them failed (Michalski Wojciech) * added liblber to the list of libraries needed for LDAP support (Michael Meskes) * Rewritten configuration script to create config.h (Jan Kara) * Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara) * Improved manpage of quota_nld (Eddie Eyles) * Fixed long option handling of quota_nld (Jan Kara) * Fixed error reporting when rpc format specified on command line (Jan Kara) * Convert quota limits using rq_bsize from RPC request (Jan Kara) * Added noreturn attribute to die to avoid false warnings (Jan Kara) * 64-bit quota support, rewritten some code to allow clean integration (Jan Kara) * Improved header of quota an repquota output when -s option is used (Jan Kara) * Fixed mountpoint scanning when NFS mountpoint is specified on command line (Jan Kara) * Updated manpage of quotactl(2) (Jan Kara)- disabled autostart of quota-nfs service after installation, as stated in documentation- moved port settings to sysconfig/nfs (bnc#637382)- add port settings to sysconfig (bnc#637382)- quotactl.2 manual page was moved from quota to man-pages [bnc#587393]- fixed mountpoint scanning when NFS mountpoint is specified on command line/bin/sh/bin/sh/bin/shlamb11 1489803436 4.01-7.14.01-7.1scriptsquotad_env.shquotad.servicercquotadrpc.rquotadsysconfig.nfs-quota/usr/lib/systemd//usr/lib/systemd/scripts//usr/lib/systemd/system//usr/sbin//var/adm/fillup-templates/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/99afd1d5b7ba15a4d721a2a5b5a19c53-quotacpiolzma5x86_64-suse-linuxdirectoryPOSIX shell script, ASCII text executableASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.0.0, BuildID[sha1]=5234296d83e7d22fcef9c0dcf153dd0ccadc3570, strippedRR R R R R RR DYE' w 7?] cao,BeZ ;+fUM;n9Vnp^!-ǘ_fAN>o%"7{C)9;U=!DeW~ =eݪ0UPh"'XH3%hAe, &MP.w4BDW Lԥ)ב&YA2O@wMDmX5\4"|^5;iIĎ'0Ed4J=(Y*U#4qT5bZԬR/r^D2~mJɻ1w6 CQ¹EzkӡeIAQ]D~4@, 4mJKBxz4j:+vQFcQs4D-VRfND?iŭ3)FIA&Kkha 0\|p9ch\LRWu)\),029ßjvd1y8DK0˴q/l{8H?bEGSrAdbq$>ͿOUZ<0c/8WBꄔkDH6lb̾a~!&70 e}L0-cu0.0ӫ+Z|'۵QUIv?quG2@Y,̢Lx4@î>3i{$SGY6}4D0!N b!]ĺ,{-3$ZiO%R.A!צQs`.Z❫PXuY`ApU 1 <?xe͏8ε7c<"Uk~fnk`w/$FKC'߸Jܫ{P^'ҮL϶0ܑ,)>Q|9N|`Y>[73gu0 ++7f};h[lKa.Tи5Oـp#yUoQ koo~VD/1/ʓu3?J;.2Xd Mo=Q&2\8X A; |]1 #oxO)bҴsI Թ2̆|Hn<$_Xf0L*#b葧 ?wo9nе&I+S0\ \͚%Vş'T7 S*@LpHd&2RЎW70Zj&K?+3id"1[)fBb #X((s2Y:ndR4y2y ̭<ʅQ &ʬ5F2A$؏:8z\^:uc{?}lw)Yzm'w'L9A4̄|Cj+u60BUqf*KK|0h[6lHAᚑԲ|K}ǫ>g-•Ck:W\HkI(bMWJ-WKdB[HqW6ж&Hq=07X^_Du"DМ_ru,B`0[ۮChjlvuhbӊ4E kMK$>@,؏ cR~Qf! $po5HPlLDFCWc$ &BM =ء"e `kʭ醯inzv!".z;"wQCl\ vxV8l=\O@jp7H Yp^vSmyo4`&,$(LAq̺Qzx|I.+p[ۊ#O/h2|,0 )X'Vz䷒$TaElZ aտTI%=YnqK?yJLd5i Zt1K |&L B7yaS!#5GI۬c_jI։qH!2r$Beϳ 9ÇQpNZ%9{zkS]ZF{әVGʠ`No^(zآSN `*Y3"C.|W8|l2 ggɛ u=qHyJsi8Ռzat2 EbK-|{cbΪO./=A\2~W]&Rj('?3B-Q6.%^z8 >/kSCrrk-co$(EŰ{ǧ)$HH"7ZTޞFa6 _U X>l`4".=e Ý׈u <+鴰Ml.Dz?Gf$Ia^zR$wzVeR r+v 0&FyQ$S*`|fY>^̆Ha̘wk7#>YVjg?{!-ئqg"O~EKLdL1຤_f8S9ԭeםaXD,`_gqo(1&D&Q VwtQĊ9+tACm)0O?BGw0| 2'|'HT٣!PВ+UU;cfW`n?( `ZIX Z%B(5)gKm<]waT_dѼ{ȭצ1 0L h<ļhUEFO%-q]> qx8AFaQ CŔ| O'WUWmbo3q49VW 5ߣ2|\掃8Ah\pK'L)'sNu$ѿD)Ixbl E)]K>AExBvHt.͕"NVؔ{*.]gżsYEDH֠PX;42iuO,_c?y`C7]KȄxiG㾸3G= Gr^'R7:9x'9w'ҐeXph(^ ~V QhKҽDl ^UK|G|yPhU ~h#X1Ey#[|/x!YKEZ櫷-VD'q^3~R-څTph(gefn#϶ll4V],|]j'KAH̙Q0}CEj䆏s.bGol ln&M&ZL Mt`w=ּ>N[D6j i"uh0wri-0q@'Iqwy#D1B} Z\fu4PNI @(BՇ":&u˿)%hP.iK|>dKK:fN ņV>U:e TY|>*5CSK.C$Atcm>kPT4<qR.e&U e|d{OU}ى(pM{&[2Cp >E)=^%,VoGTF=8)BncG-cG}4~jb! ({{OﶠE2rZa 'J %lco3pm&\4^U/ &aLXh)':} A3 [Vuq6u6g0d㞇Uaس{o UnX &e6"o78[;!HiVMS(~I Ɂk1^^)S30.y X,ml"q4D')y'QXdKv>OM  ^e7~= ^xYi!nm]ז%qG& 9y$^shw"{ZK+VStCpe3 Dlա$ 5%d Z|RƪN& `B6o*ơ0ȹ^gS27#Ɏ9m1"p:0ݶ7UJpT/M:<>Vb^^!5 yidh O䅻vפ](Ȑ}XEk:B0IvLa ~< g<&{wy:$pIM$E)GHÚrwDV0] H"6tLJ T4M+DQs#Ez5xmYk5;,)fxu;SFya u{/1Wig͑nǽ kb#˾: iRrkam-R9ڸ@ӇѣjFmM/6B";k]7*ᣩկduK,Aզ:+,jء>~8} 5p$lS2K2aqvO23L A|sʔV*˵Rmg(&PJ>5di+n;JKu|, PS`jbX@Vhwȿ+gݷzec4ŵgRnM3DW#/wF(hnjflɐ(:94/#tU5|W.#1I'K-@ܵB[?N ZxUX?x2}@Aݢ[e5# +)u*ԖEv즵CM,c4N#4!rS:m1>\pf+o|$():)%hԂYL3Yk'*b̊p;PQPURG ܧx ӕb 3P)g|Y. K/)7h1ţ1%w dRX~u'Rm/Xd;~ͪS5GbM+?h#h8y ?x#ӓlkf KFu]~Q 8"YkD!c>ZS ,$Wb0)m(z p: J8kJ CQ6jz3\K駱YxpLlg[4gHoA ϔH]&U~L bkK3j'6 mЁI;ǯl=lxpX*)T瓉En/xǶ{SJ4wfXljt6_doZYNҎ>@Pu![rE8kb׆Jк4/ךUΘYA.r L9?ZjcOHT?@=*.jY ^iĝaA{.CEVٴA# M !q5檧]Ty6ơҞ62MsyYmvBj^!#*7Z^D@Tg ,!IS_Uas|0 #&(LV% * [pY>nY*^GR !tIu+֏U?2 XSTeOϦ(Bl2\Rg P>ȏ )oN2uDug0ɩb%μ>4 ǔLiS8 bV#[A{฾;\pq8 LoM?'_Ux ,n@w1fWtNge>U2?k<,v?djR}7m&;2B:*RJD! ޝ"g$WhLcj.2c {}cX5\1R`ߧZ<)!4ݡbf߱sysC-DReXlX/f<\φTixK8#>?9z(Ʌs9mn#~٫hvZZ cH`\J1OyJ=Z]q8q#&9ߖ'9FegI5&Ņ$ 3RgJ)3"mAdT Rw!~= t|%[8H˂ލ)yX < G̐+tap78(fI-!Oh_';#B?jn(Ktr6 38#Ln8"<-JTkC8[$G8ʈ\IC.gG/msow[<ᥣ|Kj=^I%p`7Mom67q'~>'2>/i&[Y=NeL lѮ5aL GGp74 48&AYSBF)*?w|)Dt#h9!h)Q_=|x4Ò8 '.>;ggk.-cZ||$&Gl>9~Gu0@ >98{buC! ]xJsr9~K}e[ tg5Hqt9[n<4[#X^@v.Nѫ=0aE PPzB@ Qk:%ipF Vpm$$/PYք,,Kɥd p4;BT-2H7p 桌Y&nR> f73_L0}_H-8Rv.:"i3,Q22nlKɠn{{U-=c{Ywii6_RϱƕfB{^u~qKLL IMup164=_0.YM̻[=ZQ},%z>L|9TJ4}l;Ex>%i<{V1<%$OB2Bۏ/ DŽՃ8 ]+_TȢ/`ױ BqWd 8NL4~P';sE,˰τ쀧{5$gwcocb|ftmj#Iru@&0N<`B1X\!Ws,145 "-uB)ާj-3'tH팷-M yg3v̀/49jKE,Z%B\RhsϭWƜQYLSEZ-/65IY|G1H@)/C85X$"ԇ`!Bbac~c J /`;#7-•z%`Tް٩9m '7sJ.W!8*JӛfqXcC\xĠ/]C/I_nPC=cm"#&U&>ݥv,dî5Bh>h )A}dgd"s^@XaKzfӥ*(ĈGŦ7^*u[˯ V4~^0_|=ED`<>DܠC~BbF|y%XO#4?JKl)#54'c{JSX[ GV Zf _ZKE5FG^IexW^]=H?H䧪#Rlkx4_=+Tfchn]&`B\G:KyJ rJ;#}xaY-D SDHF +D<h^-a0DV#Yz16 QwaZsSwE2,CKvW!Sx6?Nq.i, v'NXԾCق.-Thx neȴ:9a7_ \?S쌮+K RYšr' ǭA{." %G8wZSf[FbxT<|`OO³^T!5r*xvsζZmXpX򨈽l:By=R-~6EƮ?mt-+m_Sz.GN >>Ӵbb eyIyصiF32n{qP @&/t*:L/hR@ XRYg%92 4VcdGdsď(ͧpѫ`5ҳj8͸:5v?C9]Lړ9t~钴){ϻjli A=[Aut/cy`NZ[gkYK ZJR2``Y^N9eҩ ͶaynT2Ze</U~ZIX$v0 x&U*_.oD8 cVCH_FwN҅7g$#Tv:KT|D\(IP0x5l@=`(\/cv*8?JK??s}*Aj !jiLpȤ@V ሶXԫY?-dgqTRAZv=Op4,-u !&{]DkTpY٫_S2s+ !4so;F"ۮP?L]'8Β}P$ ^5wJ}͒7ê~Ã=@4𮒙cSDž+_y~ʹBeg\sKv^ Mcd rȈS%I=lKNx҄ϫl2jȗ~ dG8A*JP=tAn0-#hc˖E#zK㖋߼nVbm'qdɫN`;,l[:;'enw*x*'C &ZuRq})lޜr"&9{ |/5jc ]mG#gqW32LNk6qLAѳY=csDGY*D!>/*w{ֹ+U :(Hl;X.n?GN$ ^Mػ 1;!x mm]TAÿJrnwO5D='tM>hn `g`rb 2J˂[gK"Y \H&.N\7qhcdm7r:< p|C_8X&$ X)F #|]{pI1",VT4] $綜}e߃tUo#޸1iM x*..kE ށ293fw1*s< {2J(^H摌8աzO e97 F$#.6 FU)Iz0ܸ.v3?!`MU"&4jmOT6tbY=z&3[pdQR| ^aG-p6&oKmVSt%6C-?_z0!$^)I2>sIkHW|6"K UhiiyߩD_L &8@Ccz8IU,Lw;'[LxF4?°Y9z%܁`&'QO|U?THbd89z !>M0gTg~+Y^g]SVLyqJf9_iGŸd+{.irv>nwRPv-q\ 92ՙ V@R/ tqCT OYԏŸ˻JC"qE-+W LPϪ_oo2_A7"ݷmF-?z`lfı|ύ( p'%4$*:1_sʔ.̢FTƴ78x!ei=^sRԸ"`1 Wrb{,(۱n#ȉ 裦khD3 )OܣP}vidJ601oGYl $U緦4#"_-Al<1 \VddٜK|>".U8I|8D]^Db|m^8^U~9OC_<}2>1}1UлیM- )V.Ep ޞG9 w|}I 䶥Qт0URd c!B>}=,Pbjci);v Jg/{|OU~ BIIJ1gXyӤ ь0պmM4Hܖ I _NrΥ9,7<%jM+r~_)q֘[VXu<)&bpDeV_Ǎ2b}Oج.T%cZpıR8)_Ȣ ̻;3xz 94ODVm+^o"Ts%27wkٴ˝F6+?ڍSBF1Ǧv8)Fz3߲E7 A2Da2gWlr 9;J@z{{B#R3&m$ӁC;OX]aL PT6&Ζ 7$cT>ʫAdW G'ʸ~uJ ;ya]ΫNI o}5媉ܵ=MM$|d[ Jo_m=F}yH?K=uijfp.pCj&jbzEUal_dl UXYy M?xIo Y e"(³u+bNC_A͸]KO戣3d"B 3D"L.ހz?b),r7M [0=ka噚JPW `T<DzZ"ƫ3:3¥en xܞUeil`dgZRnfkjMڨaTXԡc$>z~MđqJJ.sƪ, ( H3ߘu2hP6VɆqQewnaǷѭU15l*p[b,'S|<>3vͰv ܿqz>u2{j{ll9 TmQI{)IcګQx>ו}i#rm}YD.+UVOO{qС0>>:ў©6n#@!fv7|WMd/Uҋ3oJ:ٍ ݰ*9_O yP{ICuX趋n:okE| sq^nF,55⹬J CT]%xMX: UZJũ"/~@HÐlӝ*^_}@I|կs?dWy8FA\|_KKk.wk\ݤWfww@8?7>> f߮@ jƟ_GY`^i4eN7:)K2ڱW [*7 1~#ڱZZ~kTlIB|#@|.[ʵɛE1FکpxC`o? [8V`oUACcX_!wTu ۓ HT݈r c,w9ݽӝG7ln7HCTwTSc2??F#Udq`7>.pLnd' sC"8xKб|'"c1^, +M^#NQ$#kL_Im 1e!po2 G5Ne75JO>-y*jv/dn3Kkۭ,ߪKɮ&btI.#ۢZڡ! zUذPeEVdG@)(?M$)൴9us36]\2iJ"V:}s75SgБ Ŭ2\m51ϾM%`^BHW6&Qyu  ɦA2pD`Tp{=%[n %xqH@ۂ#Y{#|lNUweRE0.ˁ ~*O&…f еU<zkje])t{m_ ؂eC5bI9t 4K.7ӊ\*Rl||Je/o<;B+ܨ˲YI9#v2YtW,s]t 4)e[;Bhˋi`4#]6gDp+үYۇ(0'q]N]InQ%0_\?8#vY#3Q=38Ϡ_;oǀ[T18gϔ Z׭0hN(}K=Ѿ:2BY1d@e#GJ~1'q_E TEm`n2-/Q=TQ-Eӆ'~($qY>Yڣ +ck ;`C,b6'F-4m3_8-bӸt(w{q6B?r(kA4Mihacd~fgjW7SjR_!RW©npcJlؕ;tx7`(a@9E%-d-D3՛'oV7"RCń0@^xDŽ?/Q~a @ou$yb9B :ygb9Xed:cDPX$xaD'\ٝy'HtdpNo2%5a`\88tvAX&>w=qvcq.IӾ>lhאl}!uw/˷Zj r$4?km~B*`{g"]߽joTj rCUفu PL .YdX"%ҷ.u6t-bDISvVoQriU̽:v~Ybȟj( )G܄^4g{eܒPJj~CMP(B_r ,]6T~^E~3*<]fMI?{Lyix-a%x|Wgo+Q-`q~"d;Qq(uUt,w4T劽b"(,z On.$ލ)X0l;jng>[uzf?^ :y|aBU>O 30&sN с15ʧLPL#Yc#r#6$r$ebIYD;F[(9PMo>>)D2CDq⏠Ng 7x,Qblj7㵛RZu=o$VTWkyyѭngד:s嵨zW^p axP E}XGٛ^.ͬefuQRZ L$YMx@Lu$=WexOam#^q9 Q3OP{();/Myn1˒D2vG3,T4 N@֖5윲\~qh4~–|aP+c7nA]njdxJFYfNIK(Ś]I!a;6cZ+]vi۰@Yo&oxCRn܇Px{ё.qI`@LˉR3Zky|NNhN`c* $ Tv^XTJ(K*6ҺuC Rvヒ%RSXBQ[³C XX`kOf$3 XA㘩zQ!mN3DiBP%sRaӂNS|wb5p8pn[6u]$^•E-xP4],ysqzd}{Yŕ;/1yjG2!h {Dq^RKiN2H>2)jWL?wU5a3ռQXˍҤq^NO>D2ߔuLh"5~f!ó FT$` yf}6"#y!\K2?]tآQ#5+b*zA`eߊ+P2GtO_~\!EN luGB('—h6(6ȆCo3CǷs?C`SHd4[sF?L7{FO$fSJˠ7] J_!F+7$&}噻wںP]8urm"t*iEjbDA>GzOK@ǨwZ 40M:5gΖ߇CM =T㱈Ż=[`M[NG.AkQ** LW`OH7w*GhaX!}~1qrmCz;0XK LB~~_ U\-; ~t Hii0_&a/FDݑ ]^@ l1wk5$+)S !f;p*{[HAmY>F&rfksٳc=uh% kE7~G NR$ѵw跭[ua~uHjL)VX$ϟFNyY^% S!swz+Ou{"&BݓQV QVr]e:T /*g>ʖURApS>es]] 9^r)}ɋ z5n(/|Bklk4 #R}JaYJ8q3}R<QwK˓_#cOJ`H*b@R?8"$K!˕=o+0 f=eowc{ @](p I2՟Kiv'åhRv+EKM2^Fw|+ F{8~diu )h9 FqoN Ms+_[es:~4T/jmզ^wh~$>L )_"p]5~@nƸNֲ+htJj;4ݓ><7;M@jit‹ÿY2]L4r JIoﻅ:UG(d-0*~HjQ3eTqx*y͕"a2b$JCeD%v;~IR^{gVۘ@V(2HJ) Θ J[|h~`T,oNFD ';%*\o'םM:Ĺ^M*_T"ӓ@e[/wQ@skڥЅ /sXn,^NY,:񧕇驱I $E7=Zv%C[n"I,␰V9jZ|d.J`wsG3 zc_&)о%&/W4Wޖ`*;FRhj /owVog"5-Na5g7/T~\sgkuZs|'6%t0>h'l_u }$z^$˿9^m5.D> G_m5'@u Ap?+ 7Y=kB\~\B>@.+VD⻜{q/Љ$p 8ťS"QX')\Ep55Tm±]ߤsQ]9uUWWJcAP,'$"ﮄ>zGѧ?=闸1ڝǁ5[JUh JKݢNF{/t*)>LMo3|\;-˷<FM4<<}KbJxI֫>h`pʌ.8бjɅ+ bjLc.W~|լh2ٶ<)KX T1ݺ),M{cgq]A'!';\o>u`?O6֩gOQؖYuԽ5O=7,.~0Y_ >'zY5G#*8%,B^QE!ӫ KO |A12p4 z7qLiZvLr Kv KʉEte#'Y8EUfF#5hV$}!r顭"OQyb@+j7gha4Ǥɢ{S= {L2 9?^Щ (:ýY4ɲ^:!φ,xp5aa1 GpGhQdhN%W9::{ suBd*i&hkX)՚Ɓ G(o a/ -0'%\z\xLD9)yk[@ {0,+w",׶ާ"Wem3"pn5kg8@SpH 0ʟ;\6P 5:3} ed9b>KIL)y0y[ 1 F }QD/ZJ Q6PuxqBʬl٦-|zQq_os+:dM@6Y>`ȸbT$1xvHڎK94Pۏ<%{.1(S!꒜{+aO{ɼE0S[ &_Doy`C+Z?u@!fTj>Q٨'f7`Caf xEIOa LS*K"uv3g3 (u՜hZ9w1W Ьk5#gyWNę2 sxx-uΣ)d\D-|03_' mϾC3Z!á'?pi 4`cJzG+K[C,ڝUoXW漥c0@Zckg;dCKE3qa/TYQMJ'D++(+}CcnX l%HP:#^Jw HRzۄC¿C*>1HoKa^~Y(JyF /꜎S tM[LT#%ڒDTv:aK3/ 3KR6gpHh$?ov7}Us| p>Iw0e- $+eLdv17U=-,$MKް~C)i"&_'VJRXՆ4Vp @#F?ɺtxA>Ҽqw+CnH˥XzӢ/GFm~ o.0dr^XXf^!EvWa (j Y#є{>9RJg}PlR왿hKNzu!(18J 61CYXE\8t q#(_R=㳟e%_ثVVt*hR/K y2083VYF@UXvR{h!9 pqt{~.l\ق#iQ5HnTI/)%N=3~ X'8aK,$,WNٴR@`,HG꠩ٱL>D]NIkuV\x3uU9:pE^'[ c|<-}sʼ\;##ekl>/@k*>R>'{"V9ledL?굢>0'ļS3- 鸰ʘ D2oOlzFLo/0'ړ7Levu_ѬwQ{# rUdq>^L/1U59kԳ[*wb(Pΐ#o ]k͉cJ#Yw _u\b4HmuOxN\but p^|SR-FQ)kq 0ž;ƎPٯxu^S87=6+M 6r93)#Js0M:Mzڳh aT D0pyB#qcQFz r|\e30KP@عͥk#GK- ΖKTjb?oТF삚jn 5UGE}y# prgEɰ6 ߤc͹ݠm,!-SĆsٳ˄ywR6_bȟ^JC"69I3xPx>re)!{^3kr^7J؋jBMlb}ZpoߘzT65,f#dSa,2}wtI2Ez~Yk?T^qjyjҥ5A(mw.#}9IB̡hތO=5kvXZu󠬊YsGزJ,|VvA/R>{pj#*Jmj粲v9"Q_8݉ov#1IDLKCgb z[5A5' 06% ƖJ_|81ȽTqI]퍟ԢTpn_8p^C$6X24ٸF {` iw 3Y~aFuר :de^W񝶹~'DUOCZC'y+m2ُvzTܼ|S(P@vd:CvǹY;)4!Ӳo]p H@v$/(sCS6uRSkLº$oo^1>~B.K& [91e!Ƅf]be582hiK};,?<4)dpWԓ>eٹzNl8}=X ^Gf% #zSeOcvò#)A}x8Xn/~*'-A ;t