preload-1.2-6.17.1<>,2xOf=/=„rPS3VB|$\YԨ25 Z櫣e<$Ĉ(jVb7AuSysl~Y¢hcjnzHl7C?]&4+O^_ ٞ:m5|5_pC#€oꥲKbSʼ+ q0E5oÖ }9X'= zZUF&60Ȫ K*%`ş:\>ôLYwt(-M d4?րEcɆ{E`q>;*?*d   I   , \  t         D   h(8'9':'>'w@'F'G' H' I' X(Y(\(8 ](h ^(b)ic)d*ve*{f*l*z****Cpreload1.26.17.1Preloads Files into System Cache for Faster BootingPreload lists files to load into the system cache. This shortens system boot time if used correctly.O=build20openSUSE 11.4openSUSEGPLv2+http://bugs.opensuse.orgSystem/Bootlinuxi586 test -n "$FIRST_ARG" || FIRST_ARG=$1 FORCE_YES=0 set -- preload earlyxdm PNAME=$1 ; shift INSSRV_ARRAY="" while [ ${#*} -gt 0 ] ; do SCRIPTNAME=$1 shift SV_B='^### BEGIN INIT INFO' SV_E='^### END INIT INFO' SV_KW=Default-Enabled SV_VALUE=`sed -n -e "/$SV_B/,/$SV_E/{/^# [^[:space:]]*$SV_KW:[[:space:]]*\([^[:space:]]*\).*/s//\1/p;}" < /etc/init.d/$SCRIPTNAME` test "$FORCE_YES" = "1" && SV_VALUE="yes" test -n "$SV_VALUE" || SV_VALUE="yes" INSSRV_ARRAY="$INSSRV_ARRAY $SCRIPTNAME $SV_VALUE" done TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME 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 set -- $INSSRV_ARRAY while [ ${#*} -gt 0 ] ; do SCRIPTNAME=$1 SV_VALUE=$2 shift 2 test -n "$SCRIPTNAME" -a -n "$SV_VALUE" || { echo "SCRIPTNAME or SV_VALUE unknown"; exit 1;} if test "$FIRST_ARG" = "1" -a "$SV_VALUE" = "no" ; then /sbin/insserv ${YAST_IS_RUNNING:+-f} -r /etc/init.d/$SCRIPTNAME elif test "$FIRST_ARG" = "1" -o "$FORCE_YES" = "1" ; then /sbin/insserv ${YAST_IS_RUNNING:+-f} /etc/init.d/$SCRIPTNAME fi done test -n "$FIRST_ARG" || FIRST_ARG=$1 FORCE_YES=1 set -- preload boot.startpreload PNAME=$1 ; shift INSSRV_ARRAY="" while [ ${#*} -gt 0 ] ; do SCRIPTNAME=$1 shift SV_B='^### BEGIN INIT INFO' SV_E='^### END INIT INFO' SV_KW=Default-Enabled SV_VALUE=`sed -n -e "/$SV_B/,/$SV_E/{/^# [^[:space:]]*$SV_KW:[[:space:]]*\([^[:space:]]*\).*/s//\1/p;}" < /etc/init.d/$SCRIPTNAME` test "$FORCE_YES" = "1" && SV_VALUE="yes" test -n "$SV_VALUE" || SV_VALUE="no" INSSRV_ARRAY="$INSSRV_ARRAY $SCRIPTNAME $SV_VALUE" done TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME 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 set -- $INSSRV_ARRAY while [ ${#*} -gt 0 ] ; do SCRIPTNAME=$1 SV_VALUE=$2 shift 2 test -n "$SCRIPTNAME" -a -n "$SV_VALUE" || { echo "SCRIPTNAME or SV_VALUE unknown"; exit 1;} if test "$FIRST_ARG" = "1" -a "$SV_VALUE" = "no" ; then /sbin/insserv ${YAST_IS_RUNNING:+-f} -r /etc/init.d/$SCRIPTNAME elif test "$FIRST_ARG" = "1" -o "$FORCE_YES" = "1" ; then /sbin/insserv ${YAST_IS_RUNNING:+-f} /etc/init.d/$SCRIPTNAME fi done test -n "$FIRST_ARG" || FIRST_ARG=$1 FORCE_YES=1 set -- preload stoppreload PNAME=$1 ; shift INSSRV_ARRAY="" while [ ${#*} -gt 0 ] ; do SCRIPTNAME=$1 shift SV_B='^### BEGIN INIT INFO' SV_E='^### END INIT INFO' SV_KW=Default-Enabled SV_VALUE=`sed -n -e "/$SV_B/,/$SV_E/{/^# [^[:space:]]*$SV_KW:[[:space:]]*\([^[:space:]]*\).*/s//\1/p;}" < /etc/init.d/$SCRIPTNAME` test "$FORCE_YES" = "1" && SV_VALUE="yes" test -n "$SV_VALUE" || SV_VALUE="no" INSSRV_ARRAY="$INSSRV_ARRAY $SCRIPTNAME $SV_VALUE" done TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME 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 set -- $INSSRV_ARRAY while [ ${#*} -gt 0 ] ; do SCRIPTNAME=$1 SV_VALUE=$2 shift 2 test -n "$SCRIPTNAME" -a -n "$SV_VALUE" || { echo "SCRIPTNAME or SV_VALUE unknown"; exit 1;} if test "$FIRST_ARG" = "1" -a "$SV_VALUE" = "no" ; then /sbin/insserv ${YAST_IS_RUNNING:+-f} -r /etc/init.d/$SCRIPTNAME elif test "$FIRST_ARG" = "1" -o "$FORCE_YES" = "1" ; then /sbin/insserv ${YAST_IS_RUNNING:+-f} /etc/init.d/$SCRIPTNAME fi done /sbin/insserv /etc/init.d 6PL@& A큤AO=O=O=O=O=O=O=O=O=O=O=O=00a5af835bad1a6d87ca9f32c027fe11121bdcb37ddd7f3dc077b41d56f1a82563798614080ad35ab4c6f5fdd9a25679c3bed8871f9a0e12e896101d2811920bc9ec604a9a04f3f2c2946ed81a362578277215db479b6c28cf3af178159ca2eb4191a9ddd817acf6ee06c47eaec8e53692f8b91d71093e7609fac05378225863f4b817da486eb96b4b4709ea05d07c109743b06d38c85efd6bde35a0c803c315rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpreload-1.2-6.17.1.src.rpmsysvinit(boot.startpreload)sysvinit(earlyxdm)sysvinit(stoppreload)preloadpreload(x86-32)   @@@@@@@@@@@@@@@@@ fillupcoreutilsgrepdiffutilsinsservsed/bin/sh/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)/bin/sh/usr/bin/perllibc.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.2)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libgcc_s.so.1libgcc_s.so.1(GCC_3.0)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpthread.so.0(GLIBC_2.1)libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(GLIBCXX_3.4)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.8.0M=iLʷ@L)@KK[K[K!@K!@K]JlJJĴJ@Jv@J@JJ:JJ~@JuJf@J[!J[!J.NJJ@J@JJ{IIIܑI@@IIԨIԨIIgregkh@suse.decoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@novell.comcoolo@suse.decoolo@suse.decoolo@suse.decoolo@suse.decoolo@novell.comcoolo@suse.decoolo@suse.decoolo@suse.decoolo@suse.decoolo@suse.decoolo@suse.decoolo@suse.decoolo@suse.decoolo@suse.decoolo@suse.de- fix preload kmp build error with newer systemtap and kernel. Thanks to Kshitij Kulshreshtha for the fix.- work on perl warnings and remove -s 3 from stap, it's buggy atm- remove more warnings- do not require the rebuild counter of the kernel- disable preload if /usr is on an extra partition- mls does not like the supplements and they are not necessary (bnc#589431)- sys.mmap does no longer work on i586, so use new 2.6.33 function- fix build in adding work around for bnc#588293- remove waitfornm (bnc#556883)- ignore negative PIDs - gives very prominently errors in console (bnc#551635)- fix the logic in the worker thread (bnc#551801)- print less warnings by default (bnc#546359)- fixes by Michael Matz to make it more robust (bnc#542538)- do not require but recommend working kmp (bnc#530655)- fix for bnc#539976- fix typo in rsyslog check- do not start login manager before remote users are available (fate#301200)- do not check the config file for rsyslog (bnc#530569)version 1.1 - simplify the stap format - remove bootcache code completely - rework process tree parsing to catch all IO- kernel-extra is no more- kernel debuginfo is split - leave out pae module as it's no longer used by default- new desktop flavor- require systemtap-runtime instead of recommending (bnc#521357)- disable bootcache for now - make killall -q (bnc#494082)- pae should work again- hopefully fix the handling of reads on pipes- ignore pae too for now- ignore legacy as its debuginfos conflict with default- recommend systemtap-runtime, that's enough - kernel-pae is no more- if the output goes to serial console, give some more buffer- don't be too verbose (bnc#494082)- don't require the kmp, it still has a function without regenerating - removed debug output from waitforidle- [stp] don't show openat for ignored fds - [stp] increase buffer size- don't fail when there is not enough space to reorder - fix dos line feeds in input- make automatically use of bootcache (*EXPERIMENTAL*): relink files into /appcache/boot, so they are in order of booting. The logic behind it needs to be improved, currently it's done on every boot - let the kernel command line say where to save the preload trace. This allows preloadlog=/dev/zero (interesting for booting live cd) or preloadlog=/dev/ttyS0 (interesting for profiling live cd)- ok, I give up. install all kernels- leave out the rebuild counter in the kernel version require- staprun needs the kmp exactly in kernel-version's path not in weak-updates, so we need to make this require explicit- several fixes - removed remap support - not everyone has its root on sda6 :)/bin/sh/bin/shbuild20 13400958891.2-6.17.11.2-6.17.1boot.startpreloadearlyxdmstoppreloadpreloadpreload-clientprint-bmapprepare_preloadwaitforidlestop_preloadpreloadbootfaster.diffpreload/etc/init.d//sbin//usr/bin//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/preload//var/cache/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:553/openSUSE_11.4_Update/1ad7e30e7e959cbe39e5c4ca4c7f4e7a-preload.openSUSE_11.4_Updatedrpmlzma5i586-suse-linuxm`\W| `-Οpreload-kmpsystemtap-runtime?P]"k%H;BOo;~;F[(B sP'*Co7o?̩7 r^+C{^a6)h; O8ت߸վy>5YćMOH$\W[rx(iW E] V-'RVFvu|yVR `Iy@Ϧٸ&q=)mmAyHjx /7zҾ( Ov3H<ĸFtH,Urt5OOPrvTܴd-^bf=6"F2lJ\ -][m]xw`8D6.,ci\;ghn]TԆB~`2[:[nQ\R6gQf& PG;tV`p9{iь, Lf'eoqO+MUFtd?Bi0 /,7n WQGAiQSSR¿{I0r{?߫䮬bR^s<Froوqt+3i4]C