cachefilesd-0.10.9-1.fc22$>ld*eěWu0>?" ?"d  D />E To'     $  X  %  4 h   @t `( 8 !9 0!:!>?@G H I XY$\P ] ^=bdeflt u v 0w! x! y!" Ccachefilesd0.10.91.fc22CacheFiles user-space management daemonThe cachefilesd daemon manages the caching files and directory that are that are used by network file systems such a AFS and NFS to do persistent caching to the local disk.Včbuildhw-07.phx2.fedoraproject.orguFedora ProjectFedora ProjectGPLv2+Fedora ProjectSystem Environment/Daemonshttp://people.redhat.com/~dhowells/fscache/linuxx86_64 if [ $1 -eq 1 ] ; then # Initial installation systemctl preset cachefilesd.service >/dev/null 2>&1 || : fi if [ $1 -eq 0 ] ; then # Package removal, not upgrade systemctl --no-reload disable cachefilesd.service > /dev/null 2>&1 || : systemctl stop cachefilesd.service > /dev/null 2>&1 || : fi systemctl daemon-reload >/dev/null 2>&1 || : if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall systemctl try-restart cachefilesd.service >/dev/null 2>&1 || : fi}P54'U A큤AVčVčVčVčVĄVĄVĄVĄVĄVĄVčVčVč29ea7d5e52a7f73c9c5bfa29778d62b31649e1527d890d0e97882c426d85b376b65e833c51908a1510c9d2f4a49e3b669197456ca2cfb08ffd91b90b013263549e440f6f750f7d7f0dd1c4f048c9ecb9cddcfae1bf79c96dba3203a5e7a1e33881ad9fa2452631edfcf29f74354cf15babdbe2d2f15d63c63a81d8ab02585d7828e7c03aae335d2b11a8703faa0b3dbf2184e5048d7c937a835f7182303e3f5b1036a223d1474d5566e3c273f29c7f6fcb006dc6d7283862dcba06c707cd06b636dad5a64be03feddb1bed1d8143d690fc13e8efd71b3f447a1ce36824710617abb59125afb6c1e19e0fa9e91f88116d5b6a03a7ea2ad15cef9d929df266397ce5d8837b074da73c47d0a88f2edca19dc589b0e57624f523e47ac568767feceb8e9de9e23a8a676397d6672f4ad48bf68f1fa480b56757e57dd22c2a56eb5f80c865af376eeaec7758a7bba9fced446227839c4993a3be09e0f217d6ee03a739rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcachefilesd-0.10.9-1.fc22.src.rpmcachefilesdcachefilesd(x86-64)config(cachefilesd) @@@@@@@    @ /bin/sh/bin/sh/bin/shconfig(cachefilesd)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(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.8)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rtld(GNU_HASH)selinux-policy-basesystemd-unitssystemd-unitssystemd-units0.10.9-1.fc223.0.4-14.6.0-14.0-15.2-13.7.19-54.12.0.1V`V`VVNNNNˎN +L_K#@KыKf@K@FFEYEX^@ETiE7hE4EE@D}Dq@D|D|DB@DB@D@DbD@DJDavid Howells 0.10.9-1David Howells 0.10.8-1David Howells 0.10.7-1David Howells 0.10.6-1David Howells 0.10.5-1Dan Horák David Howells 0.10.4-1David Howells 0.10.3-1David Howells 0.10.2-1David Howells David Howells David Howells 0.10.1-1David Howells 0.10-1David Howells David Howells 0.9-1David Howells 0.8-16David Howells 0.8-15David Howells 0.8-14David Howells 0.8-11Steve Dickson 0.7-3David Howells 0.8-1Jesse Keating - 0.7-2Steve Dickson 0.7-1Steve Dickson 0.6-1Steve Dickson 0.5-1Steve Dickson 0.4-3Jesse Keating 0.4-2David Howells 0.4-1Steve Dickson 0.3-3Steve Dickson 0.3-2Steve Dickson 0.3-1Steve Dickson 0.2-1Steve Dickson 0.1-1- Fix name of directory in Makefile-generated tarball.- Use systemd interaction macros in specfile installation sections [RH BZ 850053]. - Fix the service file to use /usr/sbin/ rather than /sbin/. - Turn on RELRO and PIE build hardening in RPM builds.- Call setgroups() before calling setuid() (caught by rpmlint).- Note the correct licence. - Handle malformed kernel status correctly. - Permit culling to be disabled on the command line with the -N flag. - Suspend culling when cache space is short and cache objects are pinned.- Fix systemd service data according to review comments [RH BZ 754811].- use Fedora CFLAGS in build (fixes build on s390)- Fix packaging of systemd service file [RH BZ 754811]. - Fix rpmlint complaints.- Move to native systemd management [RH BZ 754811].- Downgrade all the culling messages to debug level [RH BZ 660347].- Fix the initscript to have the appropriate parseable description and exit codes.- Fix the Requires line on selinux-policy-base to be >=, not =.- The SELinux policies for cachefilesd now live in the selinux-policy RPM, so the cachefilesd-selinux RPM is now redundant. - Move the default cache dir to /var/cache/fscache. - Make the initscript do a restorecon when starting the cache to make sure the labels are correct. - Fix a wildchar that should be a literal dot in the SELinux policy.- Fix the SELinux policies for cachefilesd. - Compress the installed policy files.- Must include sys/stat.h to use stat() and co. [RH BZ 565135]. - Remove tail comments from functions.- The cachefiles module no longer accepts directory fds on cull and inuse commands, but rather uses current working directory.- Use stat64/fstatat64 to avoid EOVERFLOW errors from the kernel on large files.- Made cachefilesd ask the kernel whether cullable objects are in use and omit them from the cull table if they are. - Made the size of cachefilesd's culling tables configurable. - Updated the manual pages.- Documented SELinux interaction.- Include SELinux policy for cachefilesd.- Fixed typo that was causing the howto.txt not to be installed.- Use /dev/cachefiles if it present in preference to /proc/fs/cachefiles. - Use poll rather than SIGURG on /dev/cachefilesd.- rebuilt for unwind info generation, broken in gcc-4.1.1-21- updated to 0.7 which adds the howto.txt- Fixed memory corruption problem - Added the fcull/fstop/frun options- Upgraded to 0.5 which fixed initial scan problem when started on an empty cache (bz 202184)- Updated init.d script to look for cachefilesd in /sbin - Added postun and preun rules so cachefilesd is stopped and started when the rpm is updated or removed.- require /sbin/chkconfig not /usr/bin/chkconfig- Discard use of autotools- Added URL to source file- Added post and preun rules - Changed init.d script to up right before portmapper.- Incorporated David Howells manual page updates- Made the daemon 64-bit application. - Changed the syslog logging to log the daemon's PID - Changed OS error logging to log errno number as well the string- Initial commit/bin/sh/bin/sh/bin/sh 0.10.9-1.fc220.10.9-1.fc220.10.9-1.fc22cachefilesd.confcachefilesd.servicecachefilesdcachefilesdREADMEcachefilesd.fccachefilesd.ifcachefilesd.tehowto.txtmove-cache.txtcachefilesd.conf.5.gzcachefilesd.8.gzfscache/etc//usr/lib/systemd/system//usr/sbin//usr/share/doc//usr/share/doc/cachefilesd//usr/share/man/man5//usr/share/man/man8//var/cache/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=genericdrpmxz2x86_64-redhat-linux-gnuASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=6247a68c4f9d3dcca6e772eb87e088a2e0c1e207, strippeddirectoryC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRR R RRRR?7zXZ !#,নE]"k%r̙.xC| J<:-P)Tr"N|p g@T pV R0,q+-%kMܙb&FW>hzyЖ=LS@W աM5T7G9QL#|uoC;w۴΃5~93XΦ PUT/˸:jskӜ:bhfrLk2h9ޖ֚{w2?ty/wVjY JZP ]zjdrT^sJ5_? &;8MtܵSpw戛fmŀ]v+ޅvG2@'=y vQf盬y⏊3}BXEmU('. R@mM$JCҤ ^BeD 7F%0 slyIrc|B{P`Iҹ3J8cvPpc O[{[M}N[ԌY=h ԏqF a+U]MLv9i;`\5MjT1cZ336H>ϡ(«_F+ʡUX½&gnCA,kFFՠm tA(wes>Hj˵ӗei jxr nōٺUڬ>ԄTփ8p D/-M0뽈hp˓*`A5-Q,c jW9lp |sw'4BAɍ]\jKjq'\CtJs<]Md'0f;XƒEtGF`ۍ]'YLҭB!flt +f߿B迪F Pc?Ĵ ?԰n,{SO>%{? '.Z xA0ra;yѓ ٗ@svd54|&HO1LPJCaF.N& .FGLm "]du֯gǘ~9@o%hE9|t)4"uW3jR5`%\U<}+ ,)Sǿuǒdd4qkmYdر$9Q|eL[UR1 ԭdm x а_慫~DPwʡKx{F:k5ͺc+)a:10|:*&ҳNk-e%: ScC[0Q]W:?A_8NWWRI xZud( {9%J޳f#,T|h%$u^ H,o&20,SJ GCĄWKΛo,nC\@v10 |~-u*Ue\E51뫗 U`"\XGDKU.ѕF1jȸ#ݠUff)3G%|M`z{Q[iox3tϞuWrJf) [:}rFZ#BE`+4~[NuEzm'/fGbMĐf\Nۀ}:CZ 1Hqp!D](1I*q6jw46}it8R p<1#k a}CȖ<I0|I͡ <v#@t{)w 1!f}W[ceh~0&/uj܋T= _joy;:hC2Z `7a&FHX{ׄKbdH{OCY'c|b=btmw1$ny6 s9ao+#M}|L<@>pNExf+<#]sP8oT؋UvZnq"<',Q_5s̐kS/dK$tC<{؊gkj4򕕨szlޱV)x$uJb>Zv$m0|I*1ft‹P;^ve?\Mpūs[Zy_ń"b Fe"V3*W숮MAWg ~>oD < .l(Kg<7L"MX`>dC@0 %ep[:doE?Dbm/l\iM+68NpPRqb j@ɮgCF8BE$.z_Ck\+q4vB!}妨( >I>4IbSikWk˘DZԜqv<[= RA7RWx ON?#NXՓ.pAQ%38 aj#|0`}qU˒RCև3r{=y;M*aә,&Q*@ 2W(oma{G%?Sg͎$^~IMt{.S$iX7?Zi_-'Rƻ`jx p7_cYx}rC+8Nvßw<Wқq3}C9W>4FOhaɑ<3& Y!N0'T ^(A3!Ḙ~~&8حmv=@jDަ?fTY2yGt8fO%ꟃ26=j8]_V`m`{ibGReSL0j"njVѡ/(v$tK>ARbvƍכWZlWVS?|VRzy}wу^+}qa1cѭ'!>;S{@8XOλιSMVs#Ofx75ՆP4C{XqV[5Src9;|.ej0r|F4')<k}/,TUq4xGUs dOpԷKaU*q9w}#A1f<.4yW3#*zMWQ)H6c ax6lyà ;!}ïS%ߩK-3@ RQ*dd|] XgN~73ְ§,6gH$1nMpMǶ`ڙxA^OAWSΧUm h TM]=T"v”J VR/WKc)8IyKjRes,r&Z|^l5!REUNՖb+DT;qܽ/W1b;ߔ~IX*gwe@nkO,fXSjԀ1x e˝ӿg@µ®DX1%v WJ~\hPuCyB&хkƀQη&ƩsMSnԺ|Y[9t9H`:a{Gg_OZ=S!zM0:qudc|B%s(rW ؼ܋uO:Xnl_ љn"AܘOƄx25=NCdߪ]&‚ܿ]8n;9%j>V6!E&|'09 ai\e^ w8fNX_!c΋rH:tD}*NB6>w}ѺFnP=:M?>ˢQ2R-e(LZ`]5QetęK(W^c)8%Q6YLSZ8.c7r XUsau>4 9N;9Hܱ2%{rtoњLaAlm{Zjγ++vxt@/G@o00Cnÿz+;n2t(t{F gҧUu)YMBZj/_-jJ!n*RT7%m z\ '\D)9esUBڃ"*U6ߨ+!>+35y!j;vR:GxZ`UQN7;ohw)ylY5nR 423mσ wB0Iv<[Ah-7cɓgAAᶗݦBtz ]5?پfCCӹB&Fe/ 9{b7Fk<i;w7;zXk߷>)6u6w\i$;/,Tn=fcv'qBԎ5Zc!ߦ$+-F1󍍽y3)翴pO&hqLKY~A(i3G dEu9 !2-u_,%#WP&(!a8PxF'y$uSR}/%U4AX eV޳0`e H*eE D\" RhE`#C= r;ҥ(ȇEr2@EZH.O9Dy̏ۋ  ޳|!JN/Ռu]ݪPZs..lt;xf$ QkCs$6Qt~aHCGdM싿5|n݊2^l0AU 3ClmY3b{YcW0Trfw Tgƈe~ ;B59J34:am9BŭʼW؂Xr<.*O1{?%x?g&tVHBfZG,&D0zٕ k?b}S -]iѼkx'Pa#\g]FSV56o|gmEƄpWzV=IOrVa-z9fA y$QyklǬw&^B2Y%t}hpMj{`R'YM>n_e^a B,+1-BYe<. z;vu`Osc嚗pO񖀚-YIؙoǞX3s:r Ôo{_l[koi §$ZWܵuLI&"w 2;v074#3|h˜~^ P#B@A1mKcv% -7UB$u!f5g ˪)y" ͜ui)lRzKxF9"-E)̸ ӣY Г-N;fC[kǟc| Қa8te=dikj盽}aOjEVV~u𚅀oeC=y鳨Vc458?Hۖ-QP룰s%[H_e6I@ۮʔ/S!94uޯ1tq r 64ZP~ڰ M-ʼh`FPf/axNTo]svpuqy~U  뵗CZΝzm*VwkNB)roaXeS6vЕFUٿ^Ӿr?ܢEWgi1&%[q5v,>;t2C'ӓ\'YžL`=/lz2\ww]. ZvH^b`~K 6~!֒VDo堠+ vQڱ3g658;ji hN=49K0}TOdޠUHOTМ0Psvol "No:r^RbΛcYaDCE:S}rbo(.JIST# M)jerؚnrT*IB6Od2:#sT)-Mewp 77v`hUB9Mwхk~3-Rb[iu:onqC*VC;J wX:pO [(鮧%m&|ס;d]fLoOX E^tk(n/Gy4TJOg֌K17]ױYoآnɄ7(75Fuz0(9Qަo ymb0bc<1Y >d~)jսxێy&hxzPȗ-"IIbJP rO9o*s/mgn@`t]Ś?i2vM0fek@.p;6kg?mH 7.H'S66)-7wv.3yքb9G ny-}SC _T/󥽯k=8 M59D<$Si @PL.G']![=|@nd6:fwӒ$hxΏ*t2,:G!L vcF$KѬݸ;pNen=Sv1@kkTpFM '7 d`YԇE5ub5=)&u,?wR8[itx28er^GCgIzW/`xI8QkEwR,E^Gnm9+SrpBd*bʪqEƢ&J;MQAb_~J`:pbO+ ҒŜj!N2G"PDn@2iAX0JڅeݸO1A=-&!>z g}bAqlεgL&Q1ݖIqbEdACL&7j7jֽ~x¨x9UIt`< ]eR0R͉3X⪿a))uYSڎor%>rζM6[ܣm8[4:_ŕ?5Lak4%;ߚ KQ5|9G=5uil}H *vks)x xE\"/W5ӛj |w=ybD*mkzSE7;z[ߦ f|=S-X-XLP. h趸fS`b˄k?z7VYc^D⬍gl>EMš¦!h*Qa̴xH0X$(p5Wb 6J+r>x+ޜǻ4gi~`=Ov F^ۙ_å˸TRc?x( C7mu#ET4U'L=)8&MjKmKuNݒ|wwpcmҶ'6+wPQ;uWPzKjz#rD-זr%oJvS8}R glE /zS2mo3fJn5<[D~DzvKf h5[~[uv:hN/>+# ]XW]v|= xRkrȕͼ4f^Sw kxdg5x q;wj96Zr#դdC'UWf"lʶʇzb,7JNǭMb!֛s :i1FCh0!%9B2UjY.rܦ+LZ&>ϋVSZ 2 B<"gKrTp՞]qMNzaFp;w+rkt;]lr:"~j[)JjIl2#56N@x#ާ IFNNJ컣pmi ![*tH4 HU bLeK2:^ؔ0EI7h{O/^fJjS>dL4r>pH%Ũwg]@ڶ -{xÁw|t/(ia%$W]H6 /mzنx8y!+w 3K{))VHޠ&a[ r8֘r"7e*_2a'Aa^F%<{64Dgsl(k2wZa\zu:jPnL#t Y[X s=̃`:AP+bHu}jЂKK \nn|aܵ7)ȳ0X-@r-t̐Cj MRܯ]GJjp<__B2,3i +LV+3?lLRy1z>ȠJٔm, yG6lKd-zG!vŊ#r50R8DI~;tSpުV  +GPɟĕfvptoccz"¾>NhqcLb ^^DɮUyWt P,nXss8\` <+; J=pS}f"kDzfګTؓ`7]e$} UYa]ϱP# _$yS%ؓy*s^ҹezE8calZBHW'S9P:,?N977fHqd cGDApY?̩Aĸ'P{wˤPJș#0W~zJBŝ^EuR֞/ƒhL fQ2aJZOU @E9ucmiQfHWt"B*Iؙ@Z*ҚɔVG1(T\Eq0;[).Td3>W|Pt4c*cW3 S5*XKB㓌)v)ɷ`R(A zdѬ, I$1I?ma 5(M%%fXpyf/up=||1w*u&@nq1zwCz5D$uYk W~0aߴ}1`c\G86O=sB4ҏe29Fh,WyMm-p@2󪚎v\W9*u\^ExՐQuHrhp3r%UPGQR9Ocg#=?uk*b3UḓtgX kU;[dOdaK$Mt=!r7Bs@) %0&wd;>QrK5K:C B>") T!Vwթf$GN̡]> E˒,ൌ*iZ>A[:^ݓO1o@3|>,E54H`X7Pogo:Gz@Lhxq C,rإ%$ӭ[Y#bx.P6,>DvIZťR3lݿ%V#k@0u9#(U~ZHbq39< g Dܩ@ut=WbCwS(^=[`y\4-i{+2⿆l*ݑ reVLšaӕyesRgml8|{ ;)(<[oȭT8O8} &9HdOѨ<vLMYxyQZYjJЀ*>ijw*+3Xkr+e݋w Y9s𪗇 FLtq&\Rze&K72L~1ie)[K' (:q!+>_jHLw)_E%#uKDΜB^6rWo_׃@%v &B:d @k Y-8PE^hҷwZP@dG@RL_s.7f s/;-gZZY~1'>ۺSA*kSbC+B(#Q{JW~Wg;Z9Ԟ/mOJڔ{,}I4rK%@lÖ [<&N򖌝1ϥ4yZ%d`:x?΀ /7@tgL)zYej$Yt=h̜g٥a}oxW<}Z":ʸ79ZuoWGE(,k"dKO]MRw?ѯt/.Qѳ8 !+$U%fUC6d濥y_sM)0CdZcܵ6j?Dx71n(/lY=d9lg3cJ )9&JmLzSF:ݪu\},cÕJV/[D&0FVׯ$ q>Ts:h)gh XͰiEq5sk^FegF"3^&t9z#(l⳺J"ނ'rCC#RwG*7}W_ ՔT=s@  0#HKKB@wzWç{zAAB{j_Э g}"G #ubN?[r%dXBfDv il$ Zg! kAz rL >Sjtb[R:k,ʄsX]e,nIýԘ`/D )E,_"j_S `|$^#ۘ6gfQz^M1maI@]cTzY#8!ӷ?.!5Z z]29α8ӔVQZK}`dm>E1wtkWa|<`t=5j(/m}Y qxӆ!sYAY <6gj~DiIBe0}jm6; V$jϬ5k oܢpH:Ѝ'I,V-[ G';B \+mp[9]3hL:ޣ\؏%X\T-\+pՔar<CG3>f;ܹڨqgz+ %,5$ʿNLUOP]W[& {lif֡:枻~WC!a,)y!_<IS*R"k`}I2WtG(P (8K['xf>{궆ڟ%juCOU0 ~(=fx/ %}t}(~̬mN:oiN4g˾[Xcܲ_~ZlM&u,m'0Y[QSE:RZdm6rr9BF2_`5pd@ss z"h3Tz.<rG 7h [ r}2̂` nPbfRD>?BIIs…Ok"Zkqşn} M.;dJƝ\F.T=QSty+\lw_ t%K`p)!UxVM2ɷ*eY;.Ů<~?-ݸ-NY}hn_MjWyMUoCn o\m59^.k~K'Pov(:aBaZV en9-`צs=ujdG/l#Θ K^spkm(YNy'yn[>^(4Go4*V ]ܝTTHg:SV.&n+99N9 jijzC}}Åt3x ?A-svNh'v١=Nw pYW]sgCKֿ^i1!9ZIT P|YH[,3&s)ld Y~]}9R+ݕdx^kIyQ*r[!^1@/ɨ1.h@=ٸ԰)"8$`)vӽ/$ZL/1O[=68yh S%h|+*BD,ZL^nyVԚxvOY yqv-:װpx:*Y?֚Tjhn]Y%\r gå8-% cil>Y?$ɢvpb\*KˎS$Sɟ+ sFM̀thO?d {y_ZEGlgG)"1l&WOŕlT54%e/*nUd ɰ?}:/I0Q_bC!֓ɷJaL:WV|`Wd6an@/x"f☯*rehAX%m< =:ǫhPHsl0.kkG0'Sd42o 7rd +fՓ?K}m.b0ة`qT!eNu9R\Uqt*/;ISS-*_zw MLJuq'x##U(X+myh*ȫ>k&n4:{/=b#&Z+|OwYA̹g[1@PzKRU\8So$`.] "blniZ]@^ޢ|QWABh}!#fPn0;5=&c\UEAtR4ྺl wN:WZ '}깠-*/rpVOtk)/msz{LΡEnp25KACv-^Xa  g{ "r+]*'lںK}?==ƣ 6vbJ TI/r=c MJ&+T߶ j-A+Vjruw02I$ %s73'WQ=$;ƛc0/E/OQv0"ٚaڃkՌ6L>+RX {;aYLq ٻ#8ڙ|@(zymy){꺝d:XEw)m܌Rm ;w S2wBi2`Y} KN %{,{ryZS#ZMOUM zűn{!'\$pDR6o%Ȧ4|#v[u颲+ ̊φ^ݗt;Iի4 8}< YZ