man-2.7.6-150100.8.5.1<>,_heip9|ݔǹ"i/U}QAՕ\bRtGɑ` n@SE p?-=H褀! *%u)L)!f6Z7 Z|H# g[,wh0d#|n!)*/ݨEn"ΰ$(\qcyK[,5[7?G-V{0E#ʹ=6a%O֞a(q)ߩ}:ƪؤw` ϊ۲HTξSgE=Ӟ-ƭ{y+"dž>K@?0d   <,0<@Yz v ? "  $  '  +  U  W \0 a ff ktk$l\$o$(oX8o`9o:p=">*?2@:FBGX H IX XY\ ] ^Ibcdeflu4 vw4 x y4zÀÐ,Cman2.7.6150100.8.5.1A Program for Displaying man PagesA program for displaying man pages on the screen or sending them to a printer (using groff). Authors: -------- G. Wilford Fabrizio Polacco Colin Watson eih04-ch1aSSSUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Basehttps://savannah.nongnu.org/projects/man-dblinuxx86_64test -d var/catman/ && rm -rf var/catman/ || true if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in man-db-create.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in mandb.service mandb.timer ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fi [ -z "${TRANSACTIONAL_UPDATE}" -a -x /usr/bin/systemd-tmpfiles ] && /usr/bin/systemd-tmpfiles --create /usr/lib/tmpfiles.d/man-db.conf || : PNAME=cron SUBPNAME=-man SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi 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 /sbin/ldconfig if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in man-db-create.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in mandb.service mandb.timer ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi 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 man-db-create.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 man-db-create.service ) || : 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 mandb.service mandb.timer || : ( 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 mandb.service mandb.timer ) || : fi/sbin/ldconfig test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in man-db-create.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 man-db-create.service ) || : fi fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in mandb.service mandb.timer ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( 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 mandb.service mandb.timer ) || : fi fi/mȀ)H߰K;  @b!i*0F[ *IQPPLQ!!TFZPxfPI: Q6, h   H 9-? P x  DYy ? 5R X  N A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤AA큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤A큤AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeieieieieieieieieieieieieieieieieieieieieieieieiTxXMz;eieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieieif20cac839329907b8bfb69d51249f7fbc6ca13f5afe8a87033d9fa18087869c5b4ad28f4516205307a1a4e352c42cba3d573efcb2430d98dfacb17dd092d13498c116de7a5919c549b36141db3be98593b4f6987ba8bf4eb7e15feec203a44462a4f6e7a9f3a1d4ae13e83b29f234a7a0eda95eda50204fcbf563696e1b63ff06d8d066deaaa7c5648970f03f1e15a476d1a523aa00f97846751bc46e703d85c108ae56c7a71c11c60ec9864744b20db6898f36d03f651d679d8dc6376307922206649b5b0f0c1fed9adf9a1677ccfc5824f5c931c16552e854a57f42df3eab73c85fc15f25a2fba7c491958fec7ae76f50abbb3660fd275ee7f0f4adf3f91733f7537139d11e30dad3f47b52f0fe206e2cb12f4b3c4535b8d8aabc4ad61562502d53844bc9791f242c0f8053056d9c88172788f06ce521ba2a40f55ab4fc9fe109675a81e92b5598a5fc9c7d877a652c87d638ecdb67517d10a8c1e5e8abd30b53404d64ce69d3dee8bcc6e8aad86ac0ae4eaf4eea651f09aa73bbb06f22502b565f76e11bbec05a60583df53a7c94341083d51987eeb435381cf9022987563fce4baa127140aeb250baab7aa0ecb6c3793e6b7e3685165c99501b2bc227e2cbcb6432e39e0092f2451b4662702c81f15be72b144c73ee61f488205b9a29c72cd388dcc60f52e7fb04135714e9a120f74276db549b8ada492bd6fa48e6ba6d2767cc42eb54666419986f75a1153eec019648a695295bd7e116296c2bd722facaa4a2858d31d00d83b65dcae57dc4a67f94f677a0ffab31606adac510e83185f9e33b870401b1db299d2b9523af4f67f802f6a7ef5cf3c8fbddc954f0259eec0e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4d2c6475ffaff38a863203d06fd1cc8938dc1ed4b9dbbb482eec9bfb51dd5aabb6db430cb735bfb85b2cc6b73625d4aa23f2e3368a5ef5e73a156c2aae5b33da9d69f517bb86ee625c5521a89363a08a704554d714234901d0dbe3424ca4955b71d7ca9c104f3831785c2db12aff207e360a15a8615555cc7503da464918a541a64404f6a6a4cd6bf4c8746dc98de00aaf186a65dba5844ec95325d8d8a19a10db6ac194112ffc85b3e9b368af025ad292e33256b366920f4ed890f4051d15e6320096186ebbef698decdfc4c2789952a06d49faac79d2dba1cf0d103f04bbe6ed85792284baeeeb4286569a7a439658b8dbadf57bddf34600abf1d2fb5e55301fbe4c8f5183816d359e25a12b8d8b8b6f584e1f4d172e10ccd473703817ea8d3f7d000982f81a6c72536634e3decb471ec16795271be76fdb96443226bb64e6ce699c7d9cd91da0b6bff811d603baed6864e527045fb1b8dc566ffbf8900252b4699d50f6cf9ae1efbeeb26b9bf5c0094b76fd029f2f175db81b9b68a2f3fa0d5872b0400744542f13b65683e59b00bc32078c8aeacd86f6a61d856ac65342e91863821167b431b1c9910b8e18589f43a98f2233e408f8343c91224efec89024038602cfccbbe409a9f4e8c1a0315982b4c91270ee0f18f2c657bb8532be90e3f6209152a8ea2dc46db5446a0e0b8b7bf2f674ba559463bf013da827f0f096737505e7dc6625641c47dfe08d6bca4d947c83ccf9c9adae779f1b589b0b66b018928f114d581bd2fdb419882aba5e71f2ad10da8be6fa8c1b1f6d64cf9dfa3c64ec97b009f79a335a634f1d1a77baba06e7e38d07139ebb211efdc04d99d6b419ae07b7edf3917ea924044059771551f9f2b706b3bee4632b3b9f4439c666935b73882329f11adaa12eeaf8506c5322ef73b5a4943d4e3da05b7cca3f15cb3a89de77cd40988b1b1323edb3cf3e5765301406f29289b95dbb241890395d37bc554751c0c785bef1de677f93655277f65be4b0743654c87e70b55aa8dbd3f91fdca8e3d5dd23a2ae1ae0b4555efc90024b48d228ce3bc3a82bc3b11fce8c73409c8d0fffa3fb921350b51ae03bc573e7e54688c19ebaae196101597da96307bee910cda373944eca296e148a2d87b1770d9a21a080ee571b72c823ddd0c6b5e43867340617bfd47c15dfb23556f308a775369b8f13d3f5dc75534c13dccbdd3c9c992870af630760cac4c684b20ba3b68300b472f3d6a72ec0a9387ebd9fcb33296560f3298906c08df4b94b4b00fd28c47497a929e0e62cd5cf6e884423b33d10eadd552dc6869d7eadfb57a89fe247e271d1bc060c5b010bb9e0adff13543da1b59afd410d8a6b55c1c61606315d09135f72158ccd46b41e70d8d7195e7f5494d61347db35093ce45b0d9e17a2b6d72e0bb02c3942e10f255447401dc61595b14de15209551d647b597178e8b3709bacfa19401563bedca26b1476e31689200c02d742bff0258f027d5066d6017459d1f569a534bb6a095418fff278152f367ddb6c85d707680c457f4ef451cd9f07522aa58002582aa81ee8d9260fbb01074849405e8a68c40ae074a5817b8d153c8b22ab578b5d485ac56189a7558e0c98d4d176f305a3fd259d47da2fa605aa5e30492e96384c0743612deed0a8c68b6b5cfda112f5f6bca83a19df280c4d4841e3bbcc4ce7ba8713c1e055f05b3300e4ca1abc72e4556a96d37a50118dd50dcd07c0d2f105a07ff43dd4404dfcb05e80b23c33fb6f1a80694b3fef15cb5fb945027e6cdf198a8155ed2ddd85ae86b9f285f53c8b52614df7c16c9aaa36a66e2bbba102bedb744b77b7157d434649576a80e95a7fdb644f3958c3d7e7c131da1566119d970110ddd2009f307e36b5dfb1180c8679b58091d6d87f70cd5652ea92e151921d915a938db9bd973b39a0434c33f80a55c2fcb380bf3bdfdc62b6a1b2d8b20524a54f4039ff9e98a0ab1da779196a37e6f600ce07deb7d20aafc1fc2a666bd5245181bc2f0c5edfcd4118fde75264da23b898d31d381ab73f4aaa7e473ec5ac8928fc03a8dabbf15f9c2180a5c23084e7cdd76f6953336df3ce5115ba22dfdbdfa05cf08ad3ac1482bc944553822df4e7792b578af67d0ee4c26bfcc76e90a4003b3b1e44de582a2b8306d38d24bc60823a74e7b4b382d6e18d60bdb552166e8d8ee1cea31141f4a2df485cd0208e6ed3e8e0b767dfd33707171eb100d0ec122bbcffd62c1c67da0463d7960e7b3bac7b70afe7c981a487ba072f791d0ae5183def107ce2142fdd09bcd5cafb45cbe8437950a9375c3d8a1d389c7be7b7c960982434f2cd6085aa1effb634380f216a5529ad876dea9b29e6ebddf13c736cd271008b1d6db6e20ddad78fff4fde91c199160b7da2947b49b360ae81fbf481d59fd1c3823b1a6f0fe6f6ccbd6c5bb70e20a6aaac53c9dd11af293c7cba68d803bbde18c01247803d3ea1c5107e73985235a77ed503ae5c12d225eea4f2ab454a64b736137c247134852c21ed32de9d721785e257408d2c95ae1ca996f7fdf4ccfeaa8d069f8e4c2261c374afa6504b2d58c3d8a8d90b194ae1ba0900c95c94488e6760d89115b32e987392144c19b60ba912a6bea4f75394fe6136eee3449a3efe8b9ab4c3f84be9bf41237d6395352b42f62e0c02615fb1017f8d2d2c79a4f997805cb9a69828e2078622b9b0fe654aa0da9a03a14b7d19d0f3513379b607f0598367a1387cd769df5d8d4c6e39dc2146f7592358ce5a137325b8221d430d2177211534027803804925c13f0d3199e8550a309448ff6e9eb0e6ecbb8ad783f9cfaa8debf496aadbd5c597310522d7b8871f146c23845856cab0491d255aba952a9f60d0efbd26c43d121e6891f618caf70d668f49ed0263df36238c1a347cd30e6c18eb266552f5f9f5875744e033533ce52a6768d981a3fcf7c23a6b22101cfe029fcae4ef7b8ff6fc8d0031ee9c3d1c0326d647ea107ddf5e2210cf55bf6c6e2e5d67905102eeab6b812ced5268585b0954aa670186fef7258edda2fe0cba727c0e3a4346f42ee022584c96198c00592a595dcebdc366196836a98c3af2c6e331a9274fe5693e96642873247a485c8cfee7de4a7ae0fcf26c0ff984758635a5151e92656ca8c5f6be10e296b5ab575feba57f201524af7ab7ada776d28a158e9f27f536f03186ed3a34adfcbf916bd15b0c22bfb412f1bf7e768704bbff11c48f61eafbbd2677994e6698c8e30611f78a37d3877d3c379bbbd83cb4173a47067f512f52b6740bbedcf205c42d3123fe9b7d38ac5da8fc022c81a91d01ef0019e05677289dc705247fead0bb1310dbe0aea5dfcc671f3fec8e74958944d3496cfffb7221098c88f8b756734a5d2460cd12ba428b5affa1daad00ceae284e8f49ab455e70a4db9b60715a3b36875a3830d3e956bd675cc308de211d27241a9f876fdad1e2c8d8ede3dc3c2d1990cf4ed05fb067234342cbee1005a757f670a289de622527aaef98de21a2ce8095f03f127ffa4e02a60ebf588d24c6f22912ea21f001102f668f0bb00c25b515b7d3725a28f843ed7c99b2a1f37acf6fc0ea8c011c897dbdfd273dc4973fab8c91fb2e1662df7dae3a065a52b01214bfd836ecb5d15a2d513c13615a430a98faa0e35725ade15a441b86f782865bbcd6a178429734ff123ea112b8754ed5c1a86aa44a2ee63867f04fb5654fc0ccb45191145fb931418e922f3b12fd831e7339c63a3e30cecbd7b476392e953fbb0252671b52ba36ac1c99cb200f63cb76dad877205d9b1244da2aea4f609a489a4d1058b12308d7fbf42dbf013ae8d34d75b6df296b7333ca2711a581c6613c5a384481ccb21c0efdcfa3bb2a1e4b8de52db27610e741655b23d1776966f04903c342b0092f482773e7882c672e3dc4a7adc51925b841eb9eb38b7d7998babd1780009c1a8498597a54f790f3da0cc284e2e941f373166a087df22f12910b1049129452c1a57cfa368f7d30c67add5f0c6193c3b9c877475cba5b7b3f6395b2c42af6020c47f1193e2024c8517aa59af677e703bc935613abfd09b4149d09f3d95dbff27d8bf57dce1455ef095025087315af26f456386d78722541c1cd425f74939d20ddce9a3d89356cc1e4e3f9f9ac53669d2a7b0bc55757ee5c2bb816c78cc226dc3821fed7483d30cab1c565be257a94a0e3bb9cf91d208cf0a3dfa452ad06e8c33023fe9bc8c4f4a3924b6c4c7b28781eeee3489bc6685f3166aababf1a3402157a4b2310f558ea04414b26760b73be7880d1f43acc4dee26ca10c3a20e0e93892b50431b6c989c4e72df5a528327f36128699c796e48f961f45ef7e7fce9824a64616d265fcddb23b7e7bbdfe61015c15ac0c4477d7d6ef3394e281afa33a534bab6b7c0ce9cf01a4c77ea07b9f5227c7b4acad462a4bf92991b17b03ee3bd7c1f92ca5ca18afaa153cdcc474bd1bf9ba3e825eece660acecdfc5a0b4eedac6397c9a2cc95622304bddc3dfc6a7d1a709d2ce6f358c8690373a4abafbeb70992c80f8229b2d6a31d0c016f7385e3f0b079921a9e33baab9236b9057c14364439b599d8cf391c094048cc54580ef4e11c613670b3be5594aa4eeb4a805cd957e3586bcdc39f5328816e20cb7b060f26a95d8e760e3a0f1c6e32aacef067cb5ddb7fa54c578cbff9c23e98e5d2975c73744aacc81fc8386359ccde8f5b8c3f9e7cc1c84fd97a3a9c7c299b5535575ac01785a2cdae285832becef9b877817b60a415670d9f6ce05be0428a83cf7903d24f530fa342624abd53df00686244a05e6f4aae1535ad0add016881183c84d21bf2152b3828c4cf48fb3304ef524566844d47f5ff501a60834c724f4207fe70e2c2210e95630a5ed9cae4cd7ac675b32c41a4ce48b6d6a03d861f83ee2dc65ff2fcd6218a71376d6e6f7394ac0fcf311073c7870de939b0526efbe3deaff4d11cd4516db1f18da308f7075aaf4f9b6d007a2def3eb531791a93d2c4b124e7de99252bf8ad72bc1f750238355ef984d513cb3934377dbca4a4d63dae239ed53668a97457f5d4e2a02369520a4268e1876149720b7d8341b71094a5cbf0c1babb389955c6df97ded4d098b2fe1df3575076f368dc369e08030d0d23e7c0654a039c4c0a20beb93d1056bc0586ae2ff63ff9be777f1e39b017f2d1b2f918964a1fb842e21de7fa26f82ff615eabc94ddb5e709497294147fe05a9230f93d683255803ef9014803aa743eaa79a8d05107d015a9a927f81ce8bab5e44568628b21a282f78cc6259b224705ef5409adcd83c20518059287d571011563d4cda836d5f2db3a51e29f82e3475beadc7cf3b22cb740229c7f97e97dc8f9154afc777397b966bf4eaedbe23e6dd644ba9fd4017a06b4d3ff76b7f0638a924456c871e8b3ff5d6f096aa89c8b3bc0c47aa6ba8f5e4066d4d4f758aa6868b716663bb4c80baebc3cb551d8c32e357a3e3205b549b40200055c30865778d8e971e3ea0607f9de0fa479329a1ce9fc4718b51ea132edf61879d61fc400d4a2a1e1fc159c33e5830842323b2664627174e674422faec9524c6093a3d6382c4a552333d44b452cee0935559210fefc1272f17b7e947a6b9fbc674a301f33f7d7772a4807cfbec433ef9ca20994512f51659a065d0fc4f8f77cbeff0d2c5dc8712b788e7216e0676c21e9bd054edae424f76689a37130f68ed371e7406ddf0f521027367c4b9155e7f1bc1366aa20b0f3932d98e1d60414f4c7ddf730e98c3a361205b02b40cb7232f78c8d1ce751a88ac8ccfa0fc68c3ad37ed4d54d36c3daca99d428b1f13c4d55d109f6709a704ca34f5a83d81de1dd1686e954f01bddfefbc0d4cc9375daec1fdef99925c680192d777369b16240e645c0aecc6e5fae5401e8c68f8feea1c570da5910d6283224ccd5c38d5cbe36388d891837f8d53084d8ffc4a7a84fb6cd67028fc16a28c446fbbd84be8d7d4ab9fe1821fc0096b229b340dbc61166af65d1a41fa83255a359cfa4ec0fbe0e12ac838ffa9491b9779ac9cc64557cdcdcb22d2e25e9fbc1d26e2ab9188e1353e836fdc597b8adc70de310ca67f7454a4468f7e3d2bf8170e527224f63b650ee2d134a13d9d4b591b8384b387d54d99878394a71b74e0905ed56a112d7118bfacccbec7faf92e5dcc01075a6afcacf0e727bdbe4b48c17259e36468fa5f4333ef18760a9ea5026ed133219f20e8d48ddc7fc26561eb4cae1dc2489afb5ffd94cd73c35c119be357f24d8fb2e82979c20e7e4c95db7dba95b0a5d019d3b222c42cab0f8cb9bb781e575a6a677f5dceb6264ae86b8e6c9f691c3b6d497371b51c4aaf71587e9e5a71ff6b07714fab0b212f00c7c910ad3d5deca308ac718259989d1f76879f72da83bc9a70132b82a64e8f2c08293d4d57107c70e3444da5666ffd249fdd8dc0f22225ad1d6a8e51c9067ece77fe23114dc8eb9991871e9cd1956cfbd7b8bdb0839716920c61567da4cbc86ab7a5753c9411f5910020ebbcfc53cd534fd3f649bd6500904405a42b8e11db019cf0be2whatislibman-2.7.6.solibmandb-2.7.6.somanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gzmanpath.5.gz@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@rootrootrootrootrootrootrootrootrootmanmanmanrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanrootrootrootrootrootrootrootrootrootmanmanmanrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanmanman-2.7.6-150100.8.5.1.src.rpmconfig(man)libman-2.7.6.so()(64bit)libmandb-2.7.6.so()(64bit)manman(x86-64)man_db  @ @@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(man)coreutilsfillupglibc-localegroffgroup(man)lesslibbz2.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(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.6)(64bit)libc.so.6(GLIBC_2.8)(64bit)libgdbm.so.4()(64bit)liblzma.so.5()(64bit)libman-2.7.6.so()(64bit)libmandb-2.7.6.so()(64bit)libpipeline.so.1()(64bit)libz.so.1()(64bit)libzio.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)user(man)2.7.6-150100.8.5.11.183.0.4-14.6.0-14.0-15.2-14.14.1d@\@[vZԐ@Z)-@Z@Z@Z@X@XM@XS@Wm V@UuUhTUg@werner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dekukuk@suse.dewerner@suse.derbrown@suse.comwerner@suse.dewerner@suse.dekukuk@suse.comwerner@suse.dewerner@suse.debwiedemann@suse.comwerner@suse.dewerner@suse.dewerner@suse.de- Use inverted exit status in exec option of find command to avoid refreshing man database (boo#1155879)- Minor corrections on %ghost /var/cache/man- Add systemd timer service and its timer unit to refresh man data base daily without using cron (bsc#1115406)- Skip cron job for cleaning /var/cache/man as there exists /usr/lib/tmpfiles.d/man-db.conf- Add man-db-create.service to fill /var/cache/man at bootup if the directory is empty (required by FHS and for transactional updates). - Don't fill /var/cache/man if it does not exist yet (needed for transactional updates). - We don't need to package /var/cache/man, systemd-tmpfiles is creating it already for us.- Make /var/cache/man a real directory as in system-user-man the directory is gone- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Require package man-pages at build time for testing- Use _libexecdir instead of _prefix/lib- Require user and group man- Update to version 2.7.6 * Many bug fixes * man understands the .
form on its command line, so for example 'man chmod.2' is now the same as 'man 2 chmod' (Contributed by Mihail Konev) * Document that 'man -K' searches page source, not rendered text - Rename patch man-db-2.7.1.dif which becomes man-db-2.7.6.dif - Port the patches man-MAN_POSIXLY_CORRECT-man1.dif man-db-2.6.3-chinese.dif man-db-2.6.3-listall.dif man-db-2.6.3-section.dif man-db-2.7.1-firefox.dif man-db-2.7.1-security4.dif man-db-2.7.1-zio.dif - Add an rpmlintrc file man-rpmlintrc as we apply a patch on generated manual pages - Do not wrap man anymore (boo#986211)- Give man(1) command a home that is let pager less(1) handle its history (boo#986211)- Add reproducible.patch to fix build-compare (bnc#971922)- Allow root to use man command within its home- Own /usr/lib/tmpfiles.d if not owned by package filesystem- Update to version 2.7.1 For the first time since version 2.4.0, the database format has changed slightly, so you will need to run 'mandb --create' after installing the new version to rebuild your databases from scratch. - Fixes * Various portability fixes for Solaris, contributed by Peter Bray. * man now runs correctly when its current working directory has been deleted. (As a result of this fix, man-db now requires libpipeline >= 1.4.0.) * 'man -a' sends its prompts to /dev/tty rather than to stderr, and likewise reads replies from /dev/tty rather than from stdin. * Be more careful to avoid using or double-closing closed database handles. Fixes test suite failures on some systems. * Patch the fdutimens function imported from Gnulib to work around a libc bug in GNU/Hurd. * Fix test suite in the case where the system supports high-precision timestamps but the file system containing the build directory does not. * lexgrog now filters terminal escape sequences out of cat pages before trying to parse them. * Tools that consider the terminal line length now prioritise the COLUMNS environment variable above the TIOCGWINSZ ioctl. * Manpath elements are no longer canonicalised before being inserted into the search path; this caused the use of incorrect catpaths in some cases. This was broken by the LANGUAGE-handling fixes in 2.5.4. * Remove test suite dependency on realpath(1). * Fix a test failure when configured with --enable-undoc. * Run the pager in man's original working directory rather than in the manual hierarchy. (As a result of this fix, man-db now requires libpipeline >= 1.3.0.) * mandb only creates a cache directory tag if the catpath is different from the manpath, since it should only be created in directories that consist entirely of cached information. - Improvements * Ship a systemd tmpfiles snippet to clean up old cat files after a week. * The modification time of manual databases is now simply stored in the mtime of the database files themselves, rather than using a special row. This makes databases reproducible between otherwise-identical installations, as long as the underlying database has predictable behaviour. As a bonus, man-db now uses high-precision timestamps to determine whether it needs to update databases. * Timestamps of manual pages are also now stored in the database with high precision and compared accordingly. * Files are now ordered by first physical extent before reading them, for substantial performance improvements in operations such as mandb and 'man -K'. * 'man -H' shows a better error message if no browser is configured. * zsoelim is now installed in $pkglibexecdir, to avoid clashes with other packages. - Rename patches man-db-2.6.5-firefox.dif becomes man-db-2.7.1-firefox.dif man-db-2.6.5-security4.dif becomes man-db-2.7.1-security4.dif man-db-2.6.5-zio.dif becomes man-db-2.7.1-zio.dif man-db-2.6.5.dif becomes man-db-2.7.1.dif/bin/sh/bin/sh/bin/sh/bin/shh04-ch1a 1701433882  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      dadadedeesesfrfridititjajanlnlplplrurusvsvzhzhdadadadadadadadadadadadadadadadededededededededededededededeesesesesesesesesesesesesfrfrfrfrfrfrfrfrfrfrfrfrfrfrfridididididididididididididididitititititititititititititnlnlnlnlnlnlnlnlnlnlnlnlnlnlnlplplplplplplplplplplplplplplplrururururururururururururururuzhzhzhzhzhzhzhzhzhzhzhzhzhzhzh2.7.6-150100.8.5.12.7.6-150100.8.5.12.7.6-150100.8.5.1  !"""""!##!$$%&&&&&&&%''%((()*+++++++*,,*---./////.00.1112222222334445666666657758889:::::::9;;9<<<=>>>>>>>=??=@@@ABBBBBBBACCADDDEFFFFFFFFFFFFFFFFGGGGGGGGGGGGGGGGGGGGGGGGFFFHHHHHHHHHHHHHHHHHHHHHHHHFFFFFFFmanpath.configaproposcatmanlexgrogmanmandbmanpathwhatisman-dbdo_mandbglobbingmanconvmandbzsoelimman-db-create.servicemandb.servicemandb.timerman-db.conflibman-2.7.6.solibman.solibmandb-2.7.6.solibmandb.soaccessdbmanCOPYINGChangeLogman-db-manual.psman-db-manual.txtsysconfig.cron-mansite-tmactmac.andbtmac.andocdbman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman-db-gnulib.moman-db.moman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzman.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8catman.8.gzmandb.8.gzman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzidman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzman.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzapropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzmanpath.5.gzmanpath.config.5.gzaccessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzman1apropos.1.gzlexgrog.1.gzman.1.gzmanconv.1.gzmanpath.1.gzwhatis.1.gzzsoelim.1.gzman5manpath.5.gzmanpath.config.5.gzman8accessdb.8.gzcatman.8.gzmandb.8.gzmancacsdadeenesetfifrgahuisitjakolocalcacsdadeenesetfifrgahuisitjakonlnoplptrusksrsvuknlnooptcacsdadeenesetfifrgahuisitjakonlnoplptrusksrsvukplptrusksrsvuk/etc//usr/bin//usr/lib//usr/lib/man-db//usr/lib/systemd/system//usr/lib/tmpfiles.d//usr/lib64//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/man//usr/share/fillup-templates//usr/share/groff//usr/share/groff/site-tmac//usr/share/locale/da/LC_MESSAGES//usr/share/locale/de/LC_MESSAGES//usr/share/locale/es/LC_MESSAGES//usr/share/locale/fr/LC_MESSAGES//usr/share/locale/id/LC_MESSAGES//usr/share/locale/it/LC_MESSAGES//usr/share/locale/ja/LC_MESSAGES//usr/share/locale/nl/LC_MESSAGES//usr/share/locale/pl/LC_MESSAGES//usr/share/locale/ru/LC_MESSAGES//usr/share/locale/sv/LC_MESSAGES//usr/share/locale/zh_CN/LC_MESSAGES//usr/share/man/da//usr/share/man/da/man1//usr/share/man/da/man5//usr/share/man/da/man8//usr/share/man/de//usr/share/man/de/man1//usr/share/man/de/man5//usr/share/man/de/man8//usr/share/man/es//usr/share/man/es/man1//usr/share/man/es/man5//usr/share/man/es/man8//usr/share/man/fr//usr/share/man/fr/man1//usr/share/man/fr/man5//usr/share/man/fr/man8//usr/share/man//usr/share/man/id//usr/share/man/id/man1//usr/share/man/id/man5//usr/share/man/id/man8//usr/share/man/it//usr/share/man/it/man1//usr/share/man/it/man5//usr/share/man/it/man8//usr/share/man/man1//usr/share/man/man5//usr/share/man/man8//usr/share/man/nl//usr/share/man/nl/man1//usr/share/man/nl/man5//usr/share/man/nl/man8//usr/share/man/pl//usr/share/man/pl/man1//usr/share/man/pl/man5//usr/share/man/pl/man8//usr/share/man/ru//usr/share/man/ru/man1//usr/share/man/ru/man5//usr/share/man/ru/man8//usr/share/man/zh_CN//usr/share/man/zh_CN/man1//usr/share/man/zh_CN/man5//usr/share/man/zh_CN/man8//var/cache//var/cache/man//var/cache/man/local//var/cache/man/opt/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -funroll-loops -pipe -Wallobs://build.suse.de/SUSE:Maintenance:31685/SUSE_SLE-15-SP1_Update/d4f9af8c6f86ca9544710a5345c92fb8-man.SUSE_SLE-15-SP1_Updatedrpmxz5x86_64-suse-linux ASCII text, with very long linesELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=7671a4bac7a9db8aa26f03b589b559bb3eb33229, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=793d75f78d7443617cb533b7c24c3ad326c55db7, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=f6a3804cb3becfd3cee66d730e52f0a22f55d82f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9924ae2eba8e93e9edd62b181a39ed0177c25b94, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9b4d561ed0cba658e83fa85c2253882e5ee9b0d7, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=a1d17805297c3d05f9c84a366d38eddef081ae87, for GNU/Linux 3.2.0, strippeddirectoryPOSIX shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=efdd8cad49cb4e4588cac5fcb5c9e1ac7bd0f0e5, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=586a657bf2e521b8a5a853670e871f75df701fca, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=239cc5a14d8a753ebae408336c320a43e4acf28e, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8eb4e7488de247757e97fa22181d2fc315f3c23f, for GNU/Linux 3.2.0, strippedASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ccdf00f8b8fdd06f35c6a55f6c137f3dfdf0db60, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d51c34fc04ac2a507b50969d8c643820ff8e9659, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5ba27cc1ade3880508ad0deefbb9a664b7e5a8f5, for GNU/Linux 3.2.0, strippedUTF-8 Unicode textPostScript document text conforming DSC level 3.0ASCII text, with escape sequences, with overstrikingtroff or preprocessor input, ASCII texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text, with very long lines (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)(+6DEOYgs    RRRRRRRRRRRR RRRRRRRRRRRR RRRRRRRRRRRRRR RRRRRRRRRRRRRR RRRRRRRRRRRRRR RRRRRRRRRRR RRRRRRRRRR RRRRRRRRRRRRRR RRRRRRRRRRRR RRPRRRRRRRRRRRRPRRRRRRRRRRRRRRRR RRe6;%[hVGhW4test -d /var/cache/man && mandb --quiet --create ||:/bin/shgroff-fullutf-8fde0a1a9f9d36a458fe9b45cacbb0409b784f19be48db19dfc5c0665693ce273?P7zXZ !t/] ]"k%D]m<\l†VB&)耷ٺ;S+4ATk]z8D7]1gW ϊ*_aSNu_J29U[/ ":d8KsQ6 yڴ!_ >̩?`l5UCbxL=K3oQ+PwnϹ}_<>۳Ha:̟#r.O\dW8} e~eI#xUL̵oNJd紵q | g&`F|A(*OӞyeN XYN+uA }H${JдlI{z^:ʙd. 3л{K O, 7):/pߦalɏw_$yd@*Z?*کwQ/ o3jwI/}}o."{f|tuݡlYBV\C|ȕ vDz7R%ig5& 3Bk)1N0̗QE$٠ N(JkVsy|Wl "#ɥ:8"!M4 "MIiɁjj?.W1#GzY/-k40v; f!cbSv8*ۈAq2a6Iovc!=z<툣>ȓ] }QGn?{ntTYtW>#Y9^l9 %UD('wHhf#A 5G m-3 t׳GjXh26O]hW4DdEʾ2vi^NAUcNyW+ZCLxMC*;1pXE;ޱDٯ,@fh* h1 ɒjQrN'\dT8+aYY 5׳/92$5Ǒ$i]ȓuf3NB V ҼWd)9g+]J-Lr1Bǒ"ڃ d]edmPjM2́9^*fFȝQ~N֙8Z LrJvWvdUǍbQƸzp! Cf$ k… THgT p 06qSxX~aAaԪ2 9a{\g҃L\Z  e+ L1 ?ۧ+hz=*T kdB~KnFŽid+ZAy!Q?XMni3uyV+:4GN a '-^ۆpS ƅ%bB -XMFQ[zJ^Rρ0 bi4Κc5(%. WuW˝k"PF "R>+!aw&9'(CԐV%ig|vgq{ ޿o{i)Ջ: v"F1F>8x*f,j{fr֑9?Ce%tԈoVVflۃ/\NCS?yN?Zq|t{IJљ+=gq}yx(~Ab_)<%Gs䌚z6wdpmCl3RHJ9X*NLȧ4eDOBFpKr䩥g^;abeUѢtUڒy& q>bOe]6LAiS0 iUeGKK987@Ʒ;$2OME#fI _0PV&yI;BV-JDVVO2-N׃r}WVDBܓHIa)YɁIK HL(到m Udz~*P*͇X\NWbTJ>+߸wCQfȇ9}jYS΁BxzkC\gx d6hEMRsb`UN}# %DMvs ضiJWm)VNΧDգh.eq&:B cvw#vw!!mwQݯVLKhU jOE`ncX} 0Px1!x#X+SF/CWdhMiǃ @3V}3jvk"w5(M&Mr:g誵>qKVf41|~N*TR}0<@l<!@p^iE %_G2@vm7:)` kB l [_Uj`#o]@wǥzuTx/L* *Wk6M|5] FKFM:ձ-1k$] ov{Y:n(J)p;[QqЃXjz8+p9T,a U/8~JW"(8 ^Q Njc޿4NZ.n^nWPj4TgKԟQ+O.k]6AAitmH7q NaO6ї mWW咇@sTi/Vk"vXn I?9 !'>[]b\<-=x{ _˹ ^Ƹ,<$V1(z&OԀ 24DtBt׀3.Fu#QQZL3T ary+}b&Ѷfo2(`6JQRxB%_.%d#߈4Ol@<B~ $fҽ{z,)K$FK߈dJdCisfhTR8G5U.&; qE`N^FDV.|zt0丒CӴDXU E~;^S*\68믘vom8uV".>Ƈǀv|sQ 68UJ D7&u*JNãS\Gփ"gƤ_(ZEslI궭3|ۖh 1v_T>z݄)eoId-7I8sY;!5oY*y, ^c#oK'YI" cnqZ%@%'gwHRtH(1yrm/A:ɗ ߡn =pCArJ?4k;^o]ƘCEy^gm?iKR<-=IkǟڽXE278Ilm@h̰LMBB6)8]!K6?SխF7V #b:FaWۜ4ßȇL5yɯEw5DEkqoF)5סLKڵ$dVb$+MdijOncV%u.E{h|:Y.Z.{N:lz,qu}Hk=}"|1AC?ԈQ_7)ֽ}vfa-+E"Slҕ">CcT\ArWyX D΍[Uh^R_&ũ3Œ^Wl;VvezCgi%?zO(>7/rWLU)=;o>ԃn m'fɣ B$9dG<^*C5FR`+bymtJĬ}v5?'ˈ4E@kS(PBȍ]XYYמx~og_?$K DMtf;a/$vg)/~+ AꚔU)1ɅhVS: 0TxkhPɵfXRmP ;}#6?]5)iK0WgE߾˶큩nª;cMix*X}8!sN1|{ic ]Ѵ1g;1|FKe ň4'X*2W5(ʹ(Zz5xY#g|D XC,>T/kR"!i!Zn2wn0{$f)G6{V' $T#뙬qd $}zheD,x:N[o#j,J!_`ȵ3L`cXVEJ TjEhUJE.ϰU,'%)WvdHSB\ؒWt^% )z8y(Pl6ciUwJ[ljb;2GR3ͳm=L~qDi]}4i$ 8؊Š)VEOahV}ASLGaΧJ =N)1 -Nx`NQ<|ǖŚX]p#4lI.ŢudI.PV{˻m׏ aT`+QG7e b6]!a:b_N=(=?ZL5HHxdBH]"gow/O2j `^v3ʦXb z'&RU2*Ҫ-]֊Yv$gkGGD l 7e&=t<2U)߿/G .%" G PO!_:fZi&q:">-;'rY' @OS׭fgҀJ^3 bf _89C9P].2BèuMY-~o!FgluEJy bC'yZ*htrd.e'HGSbqyr^jUar̷l} jނVoE** Gh!ɮxB6P ig<.ؠ0?yA=珢~䐂pN"G`TMHPcy샌A{uPV;5I˶k g5@ԞKT&h]ܐmU:xrȾ1 uSpmKz4JG-]H9B[)v$AbWkx+gOf=){y@ Soꓢ8sq3 !*/Agܡм k4; `\ k<^;jUQ]VM>#u381˰H-Z~3|gumڻCȵ5;mF(p`g{_ӋBlb!B+<)Y"/ &9Bu$ /#G~K -FEarZz({V/!H^vZZ㔑U؈GaiJF |EW`z眐HO|VFVC{r(Tk <'iz0\gyty#5A藂h+4rh(b8jgS ,*;py(tlMsmρYGz8 AͺlCnC93zwm<;0?/#ԩ^к؅JDb hBS=m9Ej;lΈLq_jj,nӼJ:NoSM{}Y]D}o $!f*V1iؼ,:z?TEPYCo7nQRv)HƱYN8k^~S =$~I7۹hÌ1_Ό*?g}C=@ʪ\0gC1WpYҋ!(z(9v>R IW2JD)02 w:ky]7:s4IL~y$Pݭk1H"АQA;s|oI(~X~<4Hn}my_N)e?ɼmX?n޸NX ܷdk1zN!2Aܐ\RSTZ럼T טRk"H Eoh&g%FQCw_šH+ s^!yr-t0EwoGĄuRJ }|-(vT^'p^Pٶ,9y#<*RUp4L^LnݣI{ PSP92u3%%6 #PO^(#WհrtȠ?: ڔzIKMc/R?{zd`k6̶[Puʍ 5M|gD~~I\ำC.t6# @'sʚL2Z>5Ta|R`b~`:#c]%L(o>6M _IT׵2m2ͽOr3P}.Ơ91aMc E49I#%C)sK5guJM ~Vin5H:Ci_t/+XvSZQ[ʆ5́kB{AuЭȏ4xO0ؠ{x)b[ҿB, lLd)勩Ρn(J2$,o3JE7WJ?sy7+m :yf^*~]ߢn;pLFOdp@CRl N3 E͆8a+E$g7>DV;$յW*z]ep 5у"?7ytc b } ($̻(h+錩멛z@~(o`8xjR@'zRTOAZxy8s&PzEaRw;6q+yIO Kʙ[;_cX> 8G&USd\c=q Lq'~q ,zO(p(onT,|(GC -nWx]sqA~ua_,5eߴg&{eNr5f=an8ՔvKZmW/e>'cr$te^_T oŘ(Lf'Oe 7 8iiO]sXOTkLkLR+*}RCPI@IV&nF]GfWX@5C8x*@HOkʨ+5p]i>̌nRؗ7٢`;(j.(R;T 9S `KXP=a,Rp7}!) Qa{ +S1W<[R 4L[vf6M\{!=]{-3v Wbf FF%%YcXtv^u2~sbpCW#cH$A۲,vx$<$L㩦ӟv.2ơZ .NҶ<.iӈN%QmTYx}4[Z5~節rS]g]3&%u] m qnqg3ʽD|S?N#;̈́{c".OP.mC=>X gkqmpUyKE3\^VP9x")W%n{ΖTD'5}@`̋C)#%^}L" pf^$wH0Ѯf !Ö^ \%DjZ}%4ȷHD,\=vdo VG^!OgJc}y<^ 3y5;USy+d_M}km38 IUǺ)8f SaF@Vnoْ1c?7ޖ@)2iZdr-\R]@51P*U!4 4F@OϱH7D@1nD^[2&#`yEUuɒN2,|jۧ9+hB7@_Qm1f~oN`i@"BLZlbT׻#p . ZÄM l,u:Uٰ뭷_}*5RzR  [" nʂ z^v]gpaxgm^g*0+C1$t IAE ɓfc3_Oќ-'|V0~/w/+B$"}ԏw&QN2gVZ8Mu<2CR6@ƌ, -}i@U+"粜RWZ7I)PhSj?uM +%ЛceF˞5#eԒ.21[q?3Tb4-F@XuLRiQٙ:TPG x2j 2cMT`0fXV]frq~irVpFeg4̥ &+J3PnƏnYcQS;q43@w`Jޡ**e?~Q:kyfϨ;CJt<&C٨9,u/䜰ᯪ%]6pu"Yr<x {M wiM7s*>vC2QtDƴks;kZ)6CĔ?@8dO]qJBEuWȴZȌFt|Q ι3VB#?7I]\nmL >i9Tx&2_#sSAL/ j"oB  QU+QkeuC҉jԲڶۗH?}s)m:ӛV["㏎[5iD-K@~9@`\,TMwQsrߛ\ ;/qjpOdH7#Rx6oy,VlCӁAj(3MˍifJÓ-7* Zd,ֹ.AN(`{%,Rm'NSq"I#*E>5%rMT=%0 kD*}[n\8 #u>Oa=޺E?gQ5>FHe~ah}F~ab <~K1 I8m0⥥FL᷌?8%ݫwX- nԝ<8S o×vs!:Br;!{k¨<[{J9(r ܿ?  Y~;WR:+"IyͥU4oA["垿y_ %M͜2Ba ub xIc*Džp!t44 MK%K&\Ml4ƣ!Ё!x89,tQb[*zIHܶrt+|~&?F9nG){ |26ccӷLP.@#ήlT(BeM!Yrg~tc6j]P&cw*Nq Be^9aqH6arκˆk]/V AC.LpbYKd4fcpr֧\Zʀ@׳M&RPy/FBaj Z&EqH BR"6|va*@+\cT hUh7tA[8J~Rsb0e'mKS6@㶣94A%J۸n+6CIS/ٱ9GPgʮ|>r[)A HX埣1G֏=lcսSh2;VtSVѐ#'- -9Ŕ;RvU~mfdpo,- ܥm6 j9zi |IfuR-O6ۣmؒTrd6FmkYX9S^n}Jɮߺڧq;*EO՝1`MU}N )s*9A^F fTןc^[enHf}%-شBZud ._C5;KlãR=<&;8+ m)6?p{9BpbΙ#z}Ih_$S 7lc];/0ZieCO`WВBdYQb) Th776}-al@'!4U3N@ӎiff]PKsu$[.wb'L5.^!O&zzϥT|ؠ4RU9¤Q M8x!{4IzA=3K_%b/[ws$2̪GNĔ/\HL=61Yu֜taBnw*#Iͫs-84sh/T_9H ډJcfP1OkewM{|D}* ²$rߎ%w9=c ϕxk#m4tM0:G1p+(%39O{Q Ҳ_ФGAc+ ⨣?"~QSBƹzğY$1w]Im{, k/t1X7 ;iݞUQJKbnڎxv~NUQɉz oi;qwEA MB[$?"?L1/L$̍MiLJ'=jzό59N0;QܓFU5f0 \xz?{%^yFhE>ٜl GM0In1PuxvT( X 8jR־Xr`{pƦ(<|J)spEh1B^fdAīsF&mU᭿\ܚlNf{N|fvn'X =,)~@.VS lL5yg+!vv74[_+&'f7O&wJvpvoD5/ȧKhDx, B{nTw ;Ty$7ȽR,!-"oj]5biۏ<[qU|,Yv5EL1Mϩu7]jz/C+d%u'3]` 4Y )o7t(7x,HuTSGgS하w@\FJ0S# J@t& Ē=g/*ˆk=QU3 ݵPCfaSG2괲R) rV7!nNKqo#+X!su3Y"&VV r?RF,by &(5rK"8"wͱ? Piz:O8Qh[Kp,gr^VB h Zu"Q AOm M^|jLB7?};FX7 , >BQk%7?/IS7rF +>Huv |68y3̌3_(; )wxfR GBUǝ>6"k^̏KALrX5УIێDj2'z)6anfCsth E]ͮW?ӖTV> q v$O͵hfj;GJO {rH LŹ!Ͽ  C&ҡ{ A06Q/z[g} 7y!zIyA6N\orH^ 5f`}G.de]Nwt]6!}8o^fC[<ƢBKxԤٌ:E.={M%\CꤣS@ye϶Ţja+L(7ka#0cB`5D8 8i_ea3Zl_3NOػ~DI_/|ڂ]P=gޭW7b $c?+HU &`@;._Sr7vA'Ŧ$c6NuԿk ȀwBuܿpi 4 q^ gcedlʯr)1 T p4Xn8V@ 4X)}dwD0:qogfr2 zfCJwj ES.p7fj#~ksZvC?v=K h35PbIYb )mj9<1:V"; Z U:y,,~cx 3@&-b˂ =!2+5tOu2\YD`ZB =@sbp<˟@DpC0PD Dp#Vsނ~@#H}&wO5x5 }LkXIӤPc@87mt,Ԝ"z#{뺝8uuxc?J]FG/4hD"YE[^~>PW,j.Cr^sN{AHgيi9Q+xJ턤=V>em>eͯ7)v+3|L@4AϺɊ[}_5D9:-4GzLJݦ znz!v&5"ZVǤvhZ~wJ"w'5{#| }@dUKKI()M1c9ֻU'( Iʵ$ȜB-ϸX<\Lm>SFe"lz=EW2"׶邏}x%"fId<6oX9]_#6nUU:k[Ӫs} l x;1>  \88P+O|~jkw~Oɀ93 z_WĸjQN\ 8J'08֫m#tpUgs8%jѨteEmk](xBV!13=iP L{t˿4q޴%O@n)tNFu2@{|@e>+#yb@*a,ztx5=^rQTV=t'{T쭙D/zy륉4m]{]A۩:>NŔJhQ8W0[O\x~[LV~dv=P]r؆ &o+ˈ\10و`υvxHs<}1 gB-,YÙ܈H~Lk:1^6CMOk3?e#,4 p]Dd}\Wb 8`yF>`,.j2S5:Ĺo!p*c:1섏WcE) vJYK)35\& ߆n*~uGIDCQx_lYH{\KΑdc~gE5dQMW-pRg kD~pa\i_6d8x1RwNǵ~? Y|?2 ?}Qg;-/m(t"t ]H櫌aE'?%Ҳ:XF4A;aݍ̲f`2R?,uBO~R1(#?ч<gGCS YKL-}U.fp$b 1%xEU @[/|TTej}4%KrAH[vE7Wԙ%w԰ `­+Gu]8NODɗJu`G +gQَmuLҞ]NTLhۆNg,u:j3==!RD2Y+!ۙ?c;)\i! _*ͿUU+Vug8MJkI{z L㼿;_&J3grTri^&"q'`0B&]Du/wsOR-~ܙBq+[7l#ʀ~qJ#+FT١;Of)ɒu"WHS@r;=rҋA'׆<"R\ƭF20,L(2/z9,A[ڳ^I>IH;>7 G6 g3^ S-WHir*հfq"a3.B=`Vʞ>W(+j&hGbtܲ>IQ^%+н+]QL?8`py M9ߋVB:jy=璛lkc? hqP>OVF0M}4_wseoq}g jA[V({8e3P7 j<69T'S{L>qdLwc+l#D,ş(γّt5=\LHδ3ـ4Sz` "-_?>ܿJgt%dw䁗27rsH5͊$!"Ք|6 Ҹ9Bv4vU@:K0+4Qb_L d/6ćtbIC6ٞb.ʡ,\LT2!V־cԤ/ѷƇ[z m60aGEN4x$X:D %voN6xQM2 =Md<5j,ӢczC1 !\xT{2.T 0݂$T6\*2&P־_sTH<ήκuG#7*o}BozI<CǼ;w%Y,[BϞً N F[do$DzJ-|CQSaL[:_z_BuF1#'.Y 6ÑkvĿ'$VRC'\wK%?c 3QiG̞A.4hŇWV}W<:w^kI{ 15mG"SjВ" Mk:@.^>VC oo͸Eր^t2޻ZT%m 4dWn[k[;4ͽ>tnT-bQ]`YZ+w8Xd1j2d6Fp)<,Qi扱Kտx}g]3,T>³4#u?? --K=ԧH6?˂MG$KwiW$-GW&$i-,Y{|n o$}}b`0n_)}zӡڟH쵂)ӝk]o;1iӉ ӐvzJ.M>n!O#oL.mE..%_/#_Uqhid8 :;RI)hB8wEǛ¦ezv!U>L|,&S5W:Y-jhgtT #5\2Ϻ-c~s~.u%b1bGWUPx :DuِnO&E0 g&+Cpl׹E݁9 Q9b+JGTb#6u}meƚW Ѷ=:}-׏R.U`;TI("yIc5BTp̟W:P+B&%BUsvA`Ԏ=EVc^']MB2K^|YEIޤtДOcqD8H gliʓC HHP]mqI,~gE&_P)e$ g❊mC9t6}-d7GO4MI\w34$!TJP$uVkmbe* praG"9yP45x 3-YV'Rc2\V'5LF2 :<"~B<DDpa\9E 4N qU!MΗQ|߉ RڙNш^|9=l/Z:9bgHOx]' 0b0.Fk=~} L_&Z&YrƃWsjx/1T[[{Ge*pB>xѸB+$S7uʓXM.&..EnQ221w0h#.࢓-&a?U ƒ׷&QV J V#Y.S!?r폧CdEE?#ἆKbNx;{1Z C9##H(Wm4\9e#rqn}Ne : A(c)U/ Kǯ- 昤sfl\3 J?{:04[a8b&٬b-xk Tr0ڵ=ɘఉj\]YjX(W9Cs|+?E֊5v~E!v|vu%]F::lEj |oѥzPַ"M|XO:JR"9k0.]}\ F vBA0sŪ10pmJ 1j7 Y.BZe`撕ըf x=c"uXm[ 毣1JUVO\c;O}@7wK>j`LrQ _$A1nY(P}~ߢE@].~I2+jY<| @K6e (` %߉pq!=K/UI}C*ls'Z(\Č'LL &;.MXjd>S8E^gyd r:JA*COyy^mhX w^+Yd+ JtonQH:0Z*\-,.rIG2`SwJzq%*ts qYydq) D.U液Y#YoV5KF졆``J%cθ$x|m4J%aUή3gTVbB@ݻ"1,9G QyaG -{8M{BN #J@TQ,օ2>l ̻Wݍ6u@ig)JzLSםdggqfոIb{lj҇s`n`#v[jCr>07>^"oW"gтbz42um7Nr@q66}mBȇR9njP&`f'9 &,TPP`}1IP4.urľ n/[d*P(_g!uK5sO RF&("Wq l;nyK 3b*:Ͳȫ_g ] ?;GKn݁^4;a8b7%yn9KޖՅ(s6O/ xޑ` \ 1l;>\f8p7uTw 7Wbݢ$"; ײhYKi6U'hMVv'<ϝu,S@htwU[mOR#:~Q6WmԤY GYb(tEII4&gL3o>El $ Tu a[#8-|,=nKA^eJom`W)Cg0vۋ&s<<ScA%CduUO[]r-C. =!v@'un.2ʙ^IKXblU`H#mEx+_<0)z rwr,NFeo@{$ez{:ΒJu"5uܴ1%#ĿpJmЧ4'z [ܳ⴬{ >Bue1+S0۠jr6XzπdÌ?'_?C':ۣq./J2d0׾`˰F"²n ʨ v_DfbY$2ek :UؙGgP䯦ԍASΞ6\9.ǝAN59eBuaBˑ3IB1 pr}mQ3ɨ\MSIGl3i%ѽ<*!['E;} Y{nޣĘhkD:c1) Ir1Y<"șWn[棜8$7RP'9FZaCxn-c!Gi.1T l` 0c0I3 jpMB33Jn ̪ZS%$54l,`ҫ튜. i\*^Vҩَhp1qbj){Ior5 nb (ZqoKR/ w'Kt$<*Z(  I+;ODr NErCzR҄-`_$ ]*1U>_0 pDh1PQ~Zh\uq맪{ٖ[H|<ߞ^~V{DULOc+j5مˆ܄t3~Ql€DO75bѴYLiOgI8N@þmsʀ^n3+לp/V#j "nodPtvxsu{ {OQB-G(;({48ӟFwB[$G0)Ѽ;#忥\'ء .{U(B/GdYX!)p5Z|(ƻfOqr:箕$k]ϝ3V)+HNݫNWxvߐ0TvZaU0<=*ෟxr6T#/wmZm[ž+] &}),<\1[( r³@F}~B"y.:nM>] @>E'>T0g[i RN~7Ei ,>'Z( ؚMPǀ3zr 8 H|/K@-:_pKr"flZ14:ݛU[Z:ӶpE-%. :P8+XJ_yy^3X@M`Ʊq8#iJĜ+0`Nix3Uάbd>3nqr6f}8TqniS@jlЭ;NUyW5WHF锏w;/ llꑙ }&#| dQ-e(+ˀ݆65 7BPs(8A`Kօ0LN[we>繷i_9m3ϫ;HØ|HqgX~ `p˩N#+@ހZn,Zc'fh]%2.Jy'&CYDy;ٷ:a ՛iQdɶdłA-?4j99E9?. 7IkZo;%^S HƪC]E?tcI;F=@ JtʀW%hY9@GL&#}X$Gs0nX,< t¦nj?lI8yl.eJ9Fkt3dY|E* iw|x1!wDo.^g0{5l}s֋4!+`@oTH0isҤB&&%ؑpW76~Vj\IaSkP]a_+y`ެ)|m5Pq&4'# ' ̾1-Qu|xtASo_`sE]ꝑDAҳW'Wj~srq[>, AXS3[DYM .;Z8~$SYn%FXG;7O!h;u]h+>M 3$RhT-G/\s.Ԫ|k[6pFYvb܁NkB&2c pьh<0xҦ'Rivm y8@c-Ʌ:!M]N.ĸm*_0HqV|u{(Mƛ,]"R ,b]^2)G;V /=ny\w+IC `e1V4ƸNTy>o> hEúB5tda7EPT"]Q!Ub)MT˺zVtb8B ^TSnzF+24Zaظ5̛(evJ4lB:^Tm?)~:ýN JÜ+`ņ;wlݹȍ)Ϟu]-×^/%UP_~_-ٵe/qпv|djɵC'kP pKŪ7)'vz 8DV>">fg)Niꚅ䦇10n[ƍ S)^4ǵcʢ+`vK޺ 0؃^C ֛J–SVta\'q(GR*'0׺͆S,HƘk&R1h?I:GMIh̐0`n<:#ȖHcӮk3La~L}hwĆWX #PZ(@!ȿ_F.']diEGqVK8yw0v5ގ$`O*Ĭ`T&G-[U2xkꍲL2"=nr#d,ޘ.+x;⏐Ϧ)u6(5]xb}ߺ^J5H_ou0cVNC>!Etk1T~{8:|"!/ `dZVhidڡ:9y(}`s5fal*YV>4l6GεN,ǞJ>НV_5[־.öf 7,b bx+?|ނ.hEbʻ("j 5Ϸ1:K';pYhhm$缑j KNE^àl?ް|$̊왯H._%LD u,D~#n3 w>AH H gY|R=޴2/ ~tE/OT!nL+~sjgbqU [V߯51ڦI_ԑݕ*F>o,#(BrLBi( J9ڶeZvea>IɒѨ=)cfO~rLi|T`N 9ж ȹIO` IG,jst^*l|D>13JIprFI(3c?>ӄhxFkt/9xpK{#bR/̼+;/++4HuDdS$('R?a m{ʣ +qm9 󹾣okI/ uXּwjr(z{vR 0;2s3pN.OcK xלϭ=cGUdm0 lrx5`$<"A\EH>>0^IP~p}4XĖ-ټDBSC>l2WnK"`͐s ?XL<RPfegw&۷.#U));(6Xz$/p I>VRY_ݼ)IMN6L-Z>D44 Uǝ_{ TMXT\g*.Utt\E 6PDR&iJrA(iߐs&#*J l^G#$y]PH$SQϥG22å<&t2 <,Ʃ R,@/k4}#`TX3w#v3e@ko~)l KKӴ0<U  st1f3O>EKA\JOʥ%&1$ θD$(Ӽ3XW($AhP6O$#A:b2^ h"fwji2Z_w3Ԕ3:D8lmܳY|Zzl!f@K8b("x-@#:(C|+1 q!F kXN<ҙK ]a)!b NꞭ<^_w$>AG+ mz{iFpkC TtN8m CWR6&`oᵩD]'Q~$6`2 BT޸?Ccȯ" o d{.΁S)ke 3^él, O9tDd:W~Y [QݲbTçhS`=X}5Dq8kzT 9@qT H~dvJ(pigXX.e!9.H}hрM?d a:R•U]{Sm}`1X& "*ٔz7DChS&ڪ(Z-G{hGS "K4w=(40qM$[l%wtȧ3D~lSGЫf S -LG܇MQ(izO{^IXհ>@OLb \QujMuRˬM :u7?TFPBg"69 mQTq$_Į! )}tiwf{^ۖ{np[v#%5BJP.dc3a D45N1HR:k(qԞß^pnPZ"lxE7<=(dpJ؟M*!AA<[b? ŤM3:ނy{i2ꪢ-FejӈZa7&K`BřZ D7o#jx~+K?W;uPT4cVmyFn46up/ϡ v;*$aXU}f/h/CSÙY^ <07/Z#-$kK '/E`vQbS4ߘ~,ۿTgǗzXXA-9yqiOuJ}V#k-_W>HZ >صsN%ˤ:4 E91A fz<}(T`ƞ9c}3 D2"#q獸Z S#"NC/G\aҮJk4"?X^l9+ܵdwoMȕ8A$F7R5Vb)Iv4-4PǵXV֨~d*f w :zhL6jzQ"8\I^9Le X[EevۭlC0>ty GBДp ǝa0/eɵK B'F]yYH-NZ4TYI(GjFO=<#NYNliAR64%8>E|VPDL+1j(>cO^t/F2祟G;ƪVc'4hLQ^/ |S oKt^n9\Ma3]^|Ңf߉e ~,Oz,<>,v)͈׀mp$zi"rۅެG6Nt]nHPI,󡫪/g+ɏ~N@ȴ}КzF`2{~*Dc%k<ĖÎ ܲ\2(*PW#) |6gy(QɟU͞;$Yd[}̏Gi7l䢥e|)K0x`z@K0/Z܇A7\,d TƽkG̣ɵ8@w!y憬v'92kS١Q_|Jeft\QiƢwϼ2E2}O}yZ4[S~KvoD+L#,xam|"[IR/U}+QPZ>'#SX+EbWT}_e^|]r HmVW%B1 _)}Mї38KW_!Pz'<=ƑBFjF|T NΌV^uF~*U~jcq44Ab==UU8n_9-O r\}n4|2M fNeׯ:޾figb YZ