cachefilesd-0.10.9-1.fc22$>m =͒_R<>?"(?"d  D $3BI Xs)     $  X  %  4 h   @t E( 8 !9 !:m!>j?r@zG H I XY\4 ]h ^!bdeflt u  v 8w! 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čbvirthost02-nfs.phx2.fedoraproject.orgFedora ProjectFedora ProjectGPLv2+Fedora ProjectSystem Environment/Daemonshttp://people.redhat.com/~dhowells/fscache/linuxi686 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 || : fiz54'U A큤AVčVčVčVčVĄVĄVĄVĄVĄVĄVčVčVč29ea7d5e52a7f73c9c5bfa29778d62b31649e1527d890d0e97882c426d85b376b65e833c51908a1510c9d2f4a49e3b669197456ca2cfb08ffd91b90b013263541121c4cec9c42270c2b5302b779501e2103813fcedb901eab65f3a24f564769f81ad9fa2452631edfcf29f74354cf15babdbe2d2f15d63c63a81d8ab02585d7828e7c03aae335d2b11a8703faa0b3dbf2184e5048d7c937a835f7182303e3f5b1036a223d1474d5566e3c273f29c7f6fcb006dc6d7283862dcba06c707cd06b636dad5a64be03feddb1bed1d8143d690fc13e8efd71b3f447a1ce36824710617abb59125afb6c1e19e0fa9e91f88116d5b6a03a7ea2ad15cef9d929df266397ce5d8837b074da73c47d0a88f2edca19dc589b0e57624f523e47ac568767feceb8e9de9e23a8a676397d6672f4ad48bf68f1fa480b56757e57dd22c2a56eb5f80c865af376eeaec7758a7bba9fced446227839c4993a3be09e0f217d6ee03a739rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcachefilesd-0.10.9-1.fc22.src.rpmcachefilesdcachefilesd(x86-32)config(cachefilesd) @@@@@@@@    @ /bin/sh/bin/sh/bin/shconfig(cachefilesd)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.8)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 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tablesdrpmxz2i686-redhat-linux-gnuASCII textELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=d7da905519c09f96e2d5c4d1f3dbedc74a598da5, strippeddirectoryC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RR RRR R RRR?7zXZ !#,-G9]"k%r̙.xC| J<:-P)Tr"N|Mrd_3cLM6Gk/ ^!8ر\`O.) e=/d '3) +@crb Cþlb \U̶ fQNMZz|8ʸGNv=ݗp1ܞG5 nyzPO\\ 7~jSG QP -3JSu~+\ҫ[N ){nUȇ:ЈKN cC=C‰xJydߐam xBU䋈)73A?~iK5U9 {Ѵ .*I5uAPS0Hտqۗ]FS`~ve&.`8{2jY- ENcn ?lK\>֮hYKզ5F1+Ds NX zO\ͩrF`fƎ^D;4F#'ն= f@'=PIxs; dtW-}Sc0Ͻݦo- W %ԉϮ-kzdpf 2Qo>׶gv1uJ*_a7W(.0Q 5 \e?CXp|tݜ(n=J[m/* F@(R\NXZ#84X(S1 ҮwM葮 ]0zky]S WПs-U:Z60;̎&UL۩'c`JF5Y#Uec#zK k;y-w?;%p{|/G# ԅ}X$OHBgp#ay:ZLݓ!(W D];㘯>H0Yϰzg_? Qy`Yi9G0m"yY?Rbi&vi!80h7 %G%^5~!vhK@Ff&eYo/szA<_]ծ_"?=Cs5Tv׏dQżIL+F?TPtEൔ +i}+rG`iL)ӯ! I,wA=AcQ?R+^T'̂3#0'I.$1]n5[j1t_.c.}Pkϸ$!x@/ \f~õ8!!ʘc NRU-R#iwT=Ori#5e)M9 ?.KhETOԘtAb61wW<ĵ`(/~L%\DqfՔ7 4:$,)# R"۝L`rfwdW`,Cr@A#AYƉ3.VH浼VG.Mh霤k-@$SfUGʖ٨q*$uԜ?<[lGhY+gxwe͈+/?\0?xiqt lbo Ϡs7׫nǶ6>z2Z'H>Vc[HSo z5[JOUٰ]|}_⵿ˊ=`p #vqPWwޜ%S@˭B0[Uu9CvsK^Vn^@-mA M7PlkS-VkN a6ك8B/ ѹb֣2{bW_ ׄaQBe9?)V/m|9:|~*:$@qT[]泦W"ƣCj-} qG -cSfMDFY/ ܓ\a'&m")xBpSѨ+8a\ݦd&Fe)^%p :뗊W2}(H/FӠq$ɆՉ-,8B4_\Up϶RPs;_ {T1>>a 9{P>Crt 4ҍ'Y#G^&PdL_q y[ba Vߟ1XQ vfA6|+4U{ƨ=Nsx+nޓ:;e<Mgµ&)Zpvs:O_]kgQ Pi&4xx|PcY'蠩t羅5Ug֒/ifTx s:]O-; OBIvg59W`E,B.$BdBdb1>Ekf@nj|\MBk#иiNp%n#{v{!'-;$R.&rFO*Nxy/7ĒMG[!~j7v԰Pu\f;:c̗GJefl3eB'=b`u3Zp q!$# G,ŷG1.iDGO)I;_N'}S2]'z3az+A藗xL[ިF* ׃#EqWm׈A:>qRƩg}%_Z_J!i|Sg^==mkn*8DBDl~[3*+PrCX [<S^PP;POo ѭ}F3KZh#IvukѼ\U6N#/[CaXWĭ^[b\:k |9onGr칾o _xl1]04 mi=gZ^>~b uaoT~zE,4heVeG%璘_^qODEwʮ s(W5=V_o By@{je]lþD ∯w.I<% 7)O#ýֹqٔpvܝ@P'ļ:^X e8; ^)`Th| ҨSSÍUj+cg|j~% yٗ*>!`=A626FFr(f&SG$Iq ORe ~Rn-7e/8͚\zw0 >G@h@ J<AJ;BsmDZ(G-0}{&H6ZoPY|n˭M캙Ǫb QX;nCY[KwMټ@pd뷃"ReQuγ+7h!ۥyEwtΒMaԃ2ĪiZX[ߩ+MliPA--= u>S"\ g T,Jqa~m^ 6D:{Eޗ 4T(g}*#'U7{E*]Nƒ\٭lcLT8 =-L6I )O̝;rqaN85}T/fkl[s4"jҖ0{ P;ڐ)t|psk3_:/ʚhEI$aM@cؿ7.jbJrSBl~0ũMUAqSŗbx(Q2&Z+h3{͵*tC,e`Z;Ct FffgY[ϘC%CMvXhZ@keeq3i,1Əh>rC-\XB;nMR w4Hc@PgM|zPn۝~TOs._FO$W+fGO]]L)uE?~S5Q7ORR*/ _-^n u#k}I#Q0 "W{T${J]Id(h#i+>^՝ﵥ=3t*!~"`bd00F)sQ%ࢼY9nkڭaJQtt4Έ ts-#l,2< 4^[F:uk:^PƋMrXFW\~qgXN),*,˜ՀWІB:'\HƱhZ2}PA 4ܫ&X:c'"tp#;eJa!GNRUlY3'MU#Km!)7ŒA?r,do,>-nY@3yr%U %sA( 0NJ 8i\<_&,B[FHD;~l1mJ#H=NYs a8W F rC6>VÌc&\ E8Wr; zi=TTAv`W0\jK&\12<;&[10Kj(q*ϸ[NRa⑋RrƘo4S,YRHM_gB ƟJ\*W&؞LY\ ۊZp;8vlABzr х^lqSmnvc:uG;o t[F,`3dӣ^P UP_}f!FGuvoD@*k1MIxTOg@@~лP{;x\| 4 6,kU>mB+;M7XNKzb 5PH8o46õ$OT* B J;Xd9ӧ>?]Z7Mt,+Q|%:jGN &gb1mX UN~F%4yC4Www9G/$;M&D5(zo$)6.CEY*k3x~G/(ț7PcW%!(b>bH r.)y*~gzUWRdD JGCV`mܙ#ފ8[PV?J\xHKo2qu<7/ .X݃Wy.(=;Ikz\CQ |X{VE d=cBso0O\YqWr2r톌4PJ`itMkjyȰA$T >*Z7}xQ̳QU!3Dy=xvIk}C< Kl_Iw`:;؞J-bb:2tbb;`08ȮD.Q-?3'C|izhU^*WTq߈BQ|DgRIێ>ow +%+T C%c_ t^v^[SekQU k8_`tEJP>טØ=/S~3Zju}Jcɰ (DcnnJΈwT t0]M4'?l%'*?߾ +aQAr "GOujC6^Ʀ8 gԆ}*P{ dLmce5z)T'Ø2W5wIL-Fz5+"ms.yIjL?s. 9S'U/锴~FJʷե+ttR}J:bim- QKrYOy^ȣ Jkvڸ3zuaeC}P[} t`@**GIM6 ; c}uWEavՁPas M&VU'eGz?Ƶ߫|#b\IvbbfpO#ŵfP`.48NB[D]3x~$1 Y͕.:2k3ߑ.Yt+(vmwho#1FS մ7S "Ff[ڵDhgW;`C7^Y{N0S$=5:U D##mF=/๔ggFX< ]h1 ^<j6G?D1QC Q۔7aG# Q:TvëiX CHfB'nC|;cԻ3/](!|=쿼 hrJ+oU${M)v cYF7p"g9|JKy@J3 jQeʄK1JqM0-:Sjp/;wPr\u\.AQ xMJyWF'N򔸜ij~2L,޶ صAfs`_QT\冝 w r@hfaany&4rۡm&udW9>eݨY YW4&~,.{؞4Φ5 wFtpZfyī(Qdc}c֢.I?o50lj$e:a \H`'ӋO{91 GxxES0AF13]8.+LEY7h9A!"7N#(Me>aڱ/L:+SBʓ)ʥτpy#V6#;R5:YI{!-zcu֏")Qy璴"Ҷ(W^{6e\_i{5*wt}?x XL'[/M#%Vĭ>GY{vCvhr8Uh*EXR13оVPcퟗ+-_ T^JI::u` 2XP*̔_E 9H5,k\v!7U WGXx]tEg0Ds JΦxI1b^+1|O)o'iItF<{JiGJ{VGZ#.|*v|;?V*g՚tu!)\i"9X:iw^8$kxYm&Lrw:38-vTi-^gafF!JL9pEaP/ (_+>yI&">A'^-Qw* 0OιA C˾Q8$BrKeȓpBr;sU>nC&#ZRy]5[d<S('ER4`|VQtZp y)ޒZƁ*(>1%vWɘRCfS?DUH}kGb3:+[:LnQ9f9JXFP5:?{ʵ|H)<]'?0Zr'r*=Y*{&W3] m+KV'ʚF C%g/`Wھ1r*bSłaLntw(6\:G6,P;ATI ^g9d姬͝bu49)u7Wk;er4Y0QvBpo킓.f]uA7` @VOIƁQH!4oJsUѼ,+}T1S$;c Lí@ '7D-5\Lh/GX@Az ~՟şBn-ѩm(2V0h|3BB$I~31 %J 1ְHY3rT !ǥJv zͫ_]etcqƎTaKÀpT:R %ɂdկ.(J a.+i{2ISl%ܺ^,JA5lTfYx;5V|=fP!]3!ugr >p$S@LXEd;Ճ[:' 𧧡>؍R$~"};`ϚyuPZ]+RS̡6ZErWZ6#e# h-b( !Qށ/˥=OuoD,xpb*W\0ZGTfO{}In[p9[bׁ u}} ~s{?xj5RwPg\Kͨ+'mGꍾe1Q/mM vơ6zF1#}2)T4HH#/]̾重Rexua-)fym|n=aNyz7YD`rN{ΗEjLG*tYkz!|uS(*Uof(BGsHkd+J^ftyJz9f&7$0-uٗb ÷e䇇KB,X2;V,R<k $UJKgs:jpS_.ŷEo*@kx{5Ħ{=<>dӗU+ҟt_\SOHZ >M āf{S%&т [b>Fȟ"q Ivٱ"#RQ8Qw*uNĹ0px/k?#Tѷѣ4oo$ )ej%T@qm7f!p +ۡEi5^Ltߛ.>A`Q[ i$\%MUXh} !K, C~'?zJeZ*_X$qF'rk< u] 7-W~)0NZ}yIt)X%\dP  AmpL_cvGM,&5]wXnʞr%]"9z⁺Rmja61QH}Y~)_#NX̘ M*J oمXSgh{?= E-~ou;PIr32 6GjNDوm8Kc PS̘f[,׽$v<gؔ$}SoI|< @u %i:zs0>]pJ|^γ4k, >Z$~x&C}3u5`᳛`*lB-T:bĔ-keczfrJx}Tϼ&Ft}+z Qյ#կ$Wq=&?>Vۑ&o, yvM uZƘ]4)t(EbpIe)YDn3*hs[x=>yl?udo)#5q6DM""#Iױ#w2`,. lktC [9Fxhݳ =ħpRgiI;&?^7ڢhuv}0=s.*A%GgV;T:'qi C bC66VU$SI>gmWF`-+WYh!b:q) nt\ɻ&' Ѩ`~7x 7wWfj:m[)Vd6;;/GBrǥVb'{#V]QJ"n^_Ek̷gMU7׏w=xzgbow {pK<w 5~w*wH{ .϶MoNt!%VR]#n"5qrI\ B4^tDg+>Ļ XV:l,s~mPde riPPJ2J΋ ݢϯ4C@  7++|c?IUxGrKN^;/[^S;JEsVA:ٞJUIƂWz2RĈ; I2Ycw ()ʉ^aDfL(~PYĀTuYE)c<9_qLm`=n 97p%&C?Yg]CG vvyT`іs߷t=4J=Rq'NU^kqʍE2uZASoA(mThfZLbo?941 )=!O&YǙP38Own'o͡iAqc:sqUkHWzIaA~az)b ?Jg =Nws&/}j]Fi,:A%S)ܙAYei4?=g@W4薥e/ʻUoʦP%VݔןMv  tM5>p9.L ̢DHM7s3Pot,iA;!I _0pESNvRۿVL7D.fkD}""aZapo:YH} `vcGW\W=c |l#K.;eg@8‡^Ѫoә=vQ_OuF\ qu6gUջK|D%yrTvCM_N@?oȇݯ `% N3ռ+DTT~]?Ź}ʸw-ո cށm,2 #Nzf1#]qV{ :8'>yfQ"_X2wh0%uLc>`9;_׏X=p\cc*|Mp]z["p#!-61e7תwC@(rU(l'/ʥ iN̰AvC= fظ5xO%du>ȗK`Hm^LyuwJY6ї*駊=O sυkl׺ThKN̓_ -" DKȮŃWS:e~}{y°X~}A_v]voPce2iF)OθlY}FJLᰧ+t~r'FHrŹQtJpgİ[f*K&aH%xDǡDN!B#D<9t|䜗Gz+dKɫvIѐK%ve"(vR7 bJQuX'j Tn#S9Z,6hف2l#g0}posfG1>D-_9;޽V[*PSeP\g q*GxY&͡Kwi}oD1ZSO8}fe~Y%;\&o1 vޯ`S`fz4c:>"@Qs천 =KM`;oJ*衾^T2ߙ ۿyq󫸻Oˣ`* #&Z[3lۦ#`E $Ohf/LP,<%1}˯\f pkii$]cOQ_wbjAYhUY)͘;xu(3mGp.5}pF-e7EQ.;0CCsFװzH~ 4/)j/*fC}M )Dߌj:xXk rqԍ>b;SsTg:n`'̏sH DorǝnVutBBxQD˗5v 8\^5/o͸!|gފ M?j Hj~Ȋ dTH5`Uggcg@u5D*8i.IM"͇FJ8Ζz`(=)G;"%weAIUjlTȜH%ͫ@ޟi#^(;f9<`_`Q_2kbi3b†+eGa͵mKq=kvoSv8_̊镓I٩kp %]H =DJoqv'2[R{4ۏ xwvT#F1z-F2;8s 2jmVY6ubߒ$Fg BwNeb<5AYen TZ*^y\)ɥy3$dcBQL{@>mWn7Re#Ot~o/eG3uC ]jT JWTZ-19 '}Sqs tab2FOVdƖBHY9"X`Z`0}=^t}8d?t3ǿJ@TDӗ + !+bPqY+)۠P4=uaig]1xN@u&"#1Wͷh\Im&"Dž߬)(??ѢSDR< R*pyYj  mSGc7!TD#g@4pQm?(BȏC\#EEQc 껨$C *H`ϲ2 W$}/&Z8"mZ @a;~ۄE"픀cث)po˹F\- 7ӶZDDV\]|b0ABVp/r:.;Z݊n`xǖS2 >pT8?kY=b0G?#8w }x`^,/?#Bln}8|+=M1n-Wrɿе@%e_\_V|ev^%4qON 6:߈`>*ma"=SD|tL>Ok8_㈭3nEFo =T}`Gqd푱mq[=m"i=YQ'PzNy6(k`,;uΪǴAM4=k 5qAsM$j^`D?]7>,$6hlZA؟W2{'H 8!Y>0'~[dUc0lC&0|.਼)΃=&jQ'[gGT Is?CQ zZ}cnf`__x$g v~>7{Ի*z;¯}A5* T&h^MEV:0{6mH*Y|ʧda\~𢡊HZn x.AG:沩 !J:AR`Ej] c2~VO[W0ttZF"=5yo2=~6\Ű0}Nb'>cu2j}"}wɓ;Ќ Q