cachefilesd-0.10.9-1.fc22$>jl}R6ei?sZ?hN>?"?"d  D $3BI Xs,     (  \  )  8 l   D| 4( u8 !9 !:]!>Z?b@jGt H I XY\$ ]X ^bdeflt u v (w!| 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čarm02-builder11.arm.fedoraproject.orgFedora ProjectFedora ProjectGPLv2+Fedora ProjectSystem Environment/Daemonshttp://people.redhat.com/~dhowells/fscache/linuxarmv7hl 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 || : fij54'U A큤AVčVčVčVčVĄVĄVĄVĄVĄVĄVčVčVč29ea7d5e52a7f73c9c5bfa29778d62b31649e1527d890d0e97882c426d85b376b65e833c51908a1510c9d2f4a49e3b669197456ca2cfb08ffd91b90b0132635484c929457373c2075db31139b05738baed5e5b2d7a8e901a4b5146727ad9bf5081ad9fa2452631edfcf29f74354cf15babdbe2d2f15d63c63a81d8ab02585d7828e7c03aae335d2b11a8703faa0b3dbf2184e5048d7c937a835f7182303e3f5b1036a223d1474d5566e3c273f29c7f6fcb006dc6d7283862dcba06c707cd06b636dad5a64be03feddb1bed1d8143d690fc13e8efd71b3f447a1ce36824710617abb59125afb6c1e19e0fa9e91f88116d5b6a03a7ea2ad15cef9d929df266397ce5d8837b074da73c47d0a88f2edca19dc589b0e57624f523e47ac568767feceb8e9de9e23a8a676397d6672f4ad48bf68f1fa480b56757e57dd22c2a56eb5f80c865af376eeaec7758a7bba9fced446227839c4993a3be09e0f217d6ee03a739rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootcachefilesd-0.10.9-1.fc22.src.rpmcachefilesdcachefilesd(armv7hl-32)config(cachefilesd) @@@@@@@    @ /bin/sh/bin/sh/bin/shconfig(cachefilesd)ld-linux-armhf.so.3ld-linux-armhf.so.3(GLIBC_2.4)libc.so.6libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.8)libgcc_s.so.1libgcc_s.so.1(GCC_3.5)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 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=harddrpmxz2armv7hl-redhat-linux-gnueabiASCII textELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.6.32, BuildID[sha1]=12d228d08632c72d10427233b5e6ccd793784b50, strippeddirectoryC source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRR R RRR?7zXZ !#,Dt]"k%r̙.xC| J<:-P)Tr"N|;:)H$M}q8ʘ%v3lARIDS-5G*܀cG@xXx pRMMsA# 1t lR7eܔlenrgL$UJ8hQsVcV@.f.S $V8옂 yNu׋H=)w5X>^ O˰ʬR)rJVHQ;MsyĀ >EkL(,;-(d,K&6^4OrI'G+&KhۜHp}GN-hb23 GyaRbn{gi +MW2+JȒ+:pw>`wDiʷA\JQK,q,;ḅZmw8rؚ@5s/RȏMb0m"4ۭ1`!i=6HT$&AYJkRJϋY#:9L|Fّkp/7ю&p#Ŏ7yvie\F>iQ5 ' 8(9iQ#H1M;6Y ֽd]&Qn+)>[g(g~.yr.Qku_ =1+"oJ<NRu你+5fNަ6Q|;B1fr8 &Hs gv[9aʹ.bbC1DJuoN!H@4rCG]p7^hݧKg(5S0R9O ǩqF0K^~|,(T; SM#==;iu 7uk!#Fƒ"D2@~m*@|;\=4Q|*H>3s@%ɉ=LQlӖe7ʼ}454Sk)|Oo/ bL E~Voi2'Qho\0\EPK쿡4} TݪsjFcGwof6xjЈ6C[[?H#!jd?14LvpݞoYp8jX^5fryXDrP$ؐIBX̕@~ p)tYkی ]4 1kMGLQs*fLBJ lt Jw\GDN[\>4z}Ub@@M~gCׂYu-*/f's"ѐ +5[0uHlu©+w4+GC}Ob*djlS SG[{Qa0u-'bhSbZM|[ū5҆COZց;i^z()}KV^ NօXqZΒ[D.o]NͳyRw J^7~d;+bvl58$pA5]eF^B "S[a6?%^a_ƴS`0;$ _o*N\Hk oQ@잠`9`AOO# ԾfƜ4**=:YJbd g =dLoVEcOp?)'x߀Z_!6VPľ J"Ϫ m!H@9oh1v+iU-ɫcIde{LLnax8$4L~Q)"g,ݨ^살4A0ݏM6 DFHYe()5/.7BWv?: =Q2]3up|1>&qAN>31ʪ=3ywZP+e`_'ZDtj_|7mo8hqg+ڱ,y:fN(7SgykSUFЉ.9n9۝v%l]G0F!$.&rʯRzAբrtK W\ @+-$K2TɱLZy-n?KYnAׇ&5:f *׃!& 4:;&KwMo]I >Eo;.(jN2nR[2*MÜT.J=XS [  gN-v[KWs ' ^s6K@EY=Л(c f$敔lԜ{!;AG$80;R:Lbމ"ޯ@+27T3wo7yʈQ|ir" ,>oDw@:z} b~! v] Vl(e~]FQKij,UrV'*h/i`* ;쇝ud-fU3A5+V*~@AW7 =[dR3Ԧf4 .&vf-DY3y}yKD#N6yo`5NQ'_)QyP ճ2/!nRHc6.{ƥYנ6a DY|{texBז+udӅ{f˖~ȱfM!ܺ1P5!|c4M6`3kUc^3FΤx;x映zehm_vtc`zJ@ ١I['ޗ>#Ɏ\[:W)@,A/P!xA2&o齿C J_j D4+:|/V7n‡H /a\9z3l"X/0V Z3j L;!wD+%1)S M.,NkG+iD&j/X Jo1=a9ky" s*!>=yA y[YLMw&ӏr~T/;-n=` gHf]35wóۨ30E38ed綇c*Zr0W392 R3 -~9y>cDڥ%n&i@@,ꝥ* EmFf($|/iλᜢџ#gwz10@v;Pb `81U}>x:}a8} l,jHTs^f^0kcj.@zqӍzxC P8vE)HT 2g2sK̊uH8Z>des  ćuSKvm:ɶ傞#Д#ĵez2sI e#›o(dŚ?IMv3cTm ,P7jjM9qYk,˛fDe/llb Czď@,T"yW`,~IbuRp&X@Y2US ulJD[FzrQz8o{v6{-d8LzsN! /}xGHfGa9f?Br,ƦJ@B\#w/g z zH jjֹ'G 7}L`g& 9FNN*%w7ǹMMә}dyRLA";'*TXcP7wx|l"ʈNL5EfAԬ}wV4#P#e lIsWL]>dT¯%'zM?JGep"_6F-Uʧ mp!tC6Җ6{KCb KaM rDf xa{)lB`3Lek ١ %QQMK( 鈥t|E/ۥ|CM堶}x $kH,Ɏ|:~UU|s#+.YΈuByBxLՋAJШvd$@$ [xCM=Tǻ,k'bkڪװAlY3v~;h^|M1}o9Ɯ"Fn!b,5 3"oDi^D<@@8Z' \~N_a%gw.$ , >ps8v}U&GVnw "M )fD!yT qo!-Qߚ>"Y s*n dn6-:}{HP^m`/|2ș"! =GIP캪#t;ގm!f|c(DU黋$믹DAn^(, i-O\0klwڴ5 +}G dx8ɚwQ;5 w[/;ST0bVy"挶Cܥ3 K!`N5k:,wZzzҜq4+Vٱ_\3-ADuŠ쬢enWE.@6C!]fSN5%m󴼺 "T'k~U0%qȖQ Z[u/OFa*0޷s|֛nwҕ1p.|9_#]/MsFT[Wv_r_ۣ&tFޛ #St~ ̫HjYjVi'MƓ+NlEaHILM)q֍6f,hRؕd-UoTqT|<ŧBy%N*|LeС(2HrMpԸ-b*4!|HF1r/)?=ѡr塯\?YZ,^!yBn,KŦhm]?"A"s蒸B[G02-Ki,78հK~.6jg OwjX-~Q__\6QI2!RxS6 {P )wmMJͣ7nKyjm󞬜:,az=63g ,":YnU$ߜ3w{@% V6_oN 4Jš68c6K4UsǪ`M%h 2 39a7GMuv׻8ü nt/( I2֪P M2\2_y6N|BO!eͫ|#a>0vZo$6@$W>^݌>fl |g[D? B^v૒W3v{0 7>p?XCVE|]D5 "N6ZUT?A!gJ_ \QSKʻ94-#~ %xLgK[/֊ &7){BFɮ :8l/"4"/Jg6(G%^ut/|j}sI!^+`!HYX "@KX)~ֿZH4OUpuC' t7ve,_(ry(> gPcXt{!B[?q4\IUfN۶9~{^Qɺ:e hg)ǖq/S#}D0y_9{˸X{R gƺ HƉ8Y΂~ d~#Y'_IVj(} X0.}8\t5DսUjݴH˷2ʟs"vJNh[X(B{tn: @baRqh.)^%V z@! "k'c\(_ӚuH4Q?Wg7mIN[=d o\~H'Sp3 `:'+2v6ɦ0KaHl /)|[^\&%usYcȨ9ص$/w[cr gX Dxt+`>NBh%5C#)qhO -ՊjLZr_(vl;YŶicCʊE !s^gRD,Uޗ屄6Oade|Mfp7 HoUz;yݾusY?ߔ ƅE8jwU>)zd/Q><\]يMgd6miaIwRQʨxlK<WYS[Mݧ*yLf½D',Nڙ즶uYJTZH0z䧨sOb_ FUPac:6ҊMӝ=4iF(_$\po *UMM^JcX=豏\H/&tGbi@Y¨qW(z vnd`7*~||1M";!tb^^[϶Cml"L8%ƘͷAå7]d/6iyCgl4v1ad23I,L>@U 5E&# f"Nf6Cn0~[baG",Ը$jy$9w%`oƫ?B5ۼ!`  prTPí'ݑ>AS$<$$MX*F|A Eѝm*կCЈsdې(4St&Lw})DUNh[;/+פ*v8 ?G<ǵӟeoI{'RwWj:~0kC TqAI("L.[Dxi#!IA~-   ec<9Hԏ܆(^SzBF@m\HIl16d,ik+tiMڥn[#pL5 H KfXG`cu&PU Z ϣ.i % RͷxM"bq=*9Pb *#d`c&A)BwO{S׆6<36VjT8{C2:)j6W/yNez/e;nb\oGx~goRҸ+CḱP_pZgC[dJXѶ4BtnYRCp6+` [-SPmT:RaTAO\K7T+(ӣ_rf.Yt ,& cN琈*t<ܲ7)֖0N#mq ǯ,MRLT\̙F9gLXhH*@!UP'J6$؂<.!ʊF8W*~ Rkǟ]3N &95钑o OlaDrqG6NKA9nHHmí(+@ +t0> *m=Ym+Zd?7t$Ͳյz<^p1߆ 7P#c ;,irp6;٬HEu36H'l%;n3SK_K΄#6&z\.u^T$ږ KL|µt{/?c FVfv*1קvIT]҅iSO,'I šXI`đ_>f$]G~H6܊Mg#p.9̲R\)&Ֆ?q([gpW4\+\sDd)L-XJ~zQ"lN~#HCu1~b0uHBuF/iނkXN,jэGم~1 !'†l tSb:"ud/h곈7]nȸ*aKsNR.V r뮞_NC>$k%PeH"][GC}U 6+RM((Syz; נP;N |vt?D.og9ԌoXY YhΘ͌DƱDc؁@ε!N(@y;[r&Zw^E7`6'M༅MJN0Y3Zz* 83״!$ W'| .Pw#LLr aOi`Y,O5m}]#@UjdT/Uԩw\zkؒ5$qc2~¬$Mwln3jT5$Ljx89|ظJ QkU)N_=ង+/)( VOFt&Wbz#LZerjT k6Nt7%ZvNI#BY*iF- Զς%t"Wu{G7D_%IwXrﯮ{^/ѿ3 Lۚ* XyS;Y*HÞdL֩x JdJ<hQ%wTqLޛ{I!Y0vzW^q:WQ)b^t>:!$L~XLM9qdJɾxfl^Ek=&IH%tU2oifPo6*a4U QӼ)&u2c< RuP9|cTJ Qd}?LfcP GVDN\,+Fv\;B(G㺓*җњ*tjo W  ~ |zhF~+.Ih\cڦQ%"KJ "팎^AɷN/%jsO l7uVߊ%u^c ?YE 7ĵsVhr@i,}kxl-S7?b/ M+1[j6`IDg.M{@{-EM&r"}/dGqR%)9^r?!%;)k,Yjp#T&b/"F1.V @Uc3T02fCf&[)+C!H p0#]0L`rsDk$x;. R/hAI 婔 `n O LC2%c>RCz9*jn$v_D$LɦPlsa>.27qze`@*X{_=UQ,>~ޏoMPaÇ\xR48㾙^ES [VQBNfp_[}ӅOtxzzɵV{%8ه' giVU[Oz:Јs%Zܕ"Bop]nf8$;XmW°,$Ӿ5/}7c١C"sC~<- T׷UȈS1jb+MCp,qS|:yT𡐄q Rޟ;wdvHKQѭ6+mɴLHF;a|qx5 F%6]ZIoc5\5HrpXag'UfR3YnEUK[:;L0` ' j i!<aBXm}%'j~@%> T?a:'S5asK&6J\'~lCe',j۫Cᑿ͓4ӬLwPs e+"]P2FvU2R*b;̎1АRλr G6}2HY ֓ ˜s]u(E9*x⟎3FV8Y$K}t, wu{hwlֵGl)g04- Pe,!`3?t=20ܰ0=,{ qy);jb٥~B-KG7 =M%[kI܆Yδص 6fB,4mMdɈXo5jOB,\" O*rX6E>BR8S]b' ;Ȼ_b ez׬1?sa׍r{n:E}.>\f8i &&^P˂s1 3HG 8\Tji0cNv3Z ~6={dh*mm@Nf5мߏkDOW}{e0@ˏ?\T$Gyuب| scFy+﬉څB&&eP̈́pEr Lҿ7|J5`Ґ wlFS+TG+mnHm)^sc'^b;dor|΃,_Gb6ͫ.>+mnp}|&4`IwSJ}fKT[ۏcR8~o_?Bŕ:S5?F߬Kq2FѻCEes'k+Wh[Di l}6>":FcYߛ Ԥ10:c HN{KGɪ?&‚_rATe7Sy-*GZ D[{/5p>iV k:K< w7Yq9ӤcuzG땷gp 5@ ?nTl`0=jȾ`"X*DK& @,쿠 NqJ0 +?L?E]%p 8a+L2YRu _Fc[q0|YFD)&F_ @>\v?v߆vhp y"tս##, u> G9dLCyo:&J?" 1]sIi\9MnI FA.9L`8BP5=obe䜣zYr\X ̈N6!k 0D%%2 xsG[':RM\I\hˬYvW*R%&ͷNxRԋW'r6\yЩ24ٿYs7]y$oOˑ!ܰpuBޠvu_ n(8`N&BpZ KFoF^FMuF&LM=rП5 ŽM&u!jjd"깿*ThHK/Rz6as`_-lD5Dd0O3-|g"0adh' *8M鳵&  Tڣ)r$=dr<>-~nݵˢN5edl 96qP}h@JoBw^d(N}$0v@0n ;CSBLa]A&§B`GJ;5Jܔi0~Eձf om1 `՟KuBi*+[ v?)kgaP\'u*j>R蚅nz_CI CޘSGtθҽiAҩfuO@K \CHO1gbtWr |=I.29ձJ=jfGWԌX\uʪ+ ~쪞]e:Z>DJAl("1i_`ɳ.1"tu6⹇Y:'|F('!3ggbcRU׍p.BFPRvƘA@u^.y+-LɩEĈ3~&؛!{\W#"c1d|{ϚtGLujm ԙ#&_p!5IYd-3hd,0;w>=KD+%^ '`hY̑zoJ6u'G ǔs-WBvTc8t'(80?F]0k9{O)cF䜘at[7x%}b`ksD7N6ټW+ w`YUz6FӛlQ7 / |}^`\ J`bAEfb6oy_-gg$&Ao_'?x16`׷nqPQ4hAl75aoJC-<\^kǽn2%?0Gs(3hj@}ґT+\lPeP@E9cggՆI.1<^]?ԹDhCι#h^|LG]Elnz*_]૕`y_~^ł(gk4'SDl17f?C8[dŝU+:Y"ͳ<"8.))Q<B"0Gvw.12zwȻ\?_{vjs) heʬ- aYvJZJG%[%@x^TW|bo}6쿜2^njVrzY*ql pW&5*E f!ܟ}%mamk AyFE`S~Q\z5#m5bw]e!!r✧ؖS+8IFUo(酛/gzo6ۣ2}%Hid;ׯXGP 4jfˏ=!gKTr(lw0CɃYɸ2VIN8q|ƘyɧƟ#մgDV>q̒H=F0'/]?uypa\ uOhj;ܓ YZ