klogd-1.4.1-150300.13.3.1<>,9iʤp9|henP{4 F| 3q7 Hւa\?I$TJu&PiMs6\ q\vU?§a*d}f6T{=2(UEbfR]wa%m #G4Lj`}w/5XSEqG2E,PCJ_ .f@ZU< 556P: J/"<\rmEi0*눱vλ@f5Sʦϰe"US.>F"L?"<d  248DHa      0Ib(89 :=>?@FGHI0X8Y@\h]|^bcd 9e >f Al Cu Xv lw!x!y!z!!!!"8Cklogd1.4.1150300.13.3.1The kernel log daemonThe klogd daemon 'listens' to kernel log messages, prioritizes them, and routes them to either output files or to syslog daemon. This version of klogd will optionally translate kernel addresses to their symbolic equivalents if provided with a system map.iʤmourvedre'SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/System/Daemonshttps://www.infodrom.org/projects/sysklogd/linuxppc64le 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 klogd.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# # add syslog variables provided by klogd if needed # PNAME=syslog DEF_VAL="no" DEL_TEMPL=/usr/share/fillup-templates/$PNAME.del rm -f $DEL_TEMPL for var in SYSLOG_DAEMON ; do echo -e "#\n$var=$DEF_VAL\n" >> $DEL_TEMPL done if [ -f /etc/sysconfig/$PNAME ] ; then /bin/fillup -q -t -r -i -d "=" /etc/sysconfig/$PNAME $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ test -f /etc/sysconfig/$PNAME.new && mv /etc/sysconfig/$PNAME.new /etc/sysconfig/$PNAME fi for i in $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ ; do if [ -f $i ] ; then . $i rm -f $i fi done PNAME=syslog DEF_VAL="no" DEL_TEMPL=/usr/share/fillup-templates/$PNAME.del rm -f $DEL_TEMPL for var in SYSLOG_REQUIRES_NETWORK ; do echo -e "#\n$var=$DEF_VAL\n" >> $DEL_TEMPL done if [ -f /etc/sysconfig/$PNAME ] ; then /bin/fillup -q -t -r -i -d "=" /etc/sysconfig/$PNAME $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ test -f /etc/sysconfig/$PNAME.new && mv /etc/sysconfig/$PNAME.new /etc/sysconfig/$PNAME fi for i in $DEL_TEMPL /etc/sysconfig/$PNAME.deleted.$$ ; do if [ -f $i ] ; then . $i rm -f $i fi done PNAME=syslog SUBPNAME=-klogd 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 # # Enable the syslogd as service # 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 klogd.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 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 klogd.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 klogd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in klogd.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 klogd.service ) || : fi fi 큤iʤiʤiʤiʤiʤfabb775cf87a66294e22c0a4f54ea512a8b8a24bc7bc5954a5bd62eaa2cb8041733eef9f3077e92319240767b13058ca2e8782f637b1a11d4d4d49ad633f687e751662ed565518efad7a8c259ca6e1c92f3a415cf720bca62d2e7deaea3305288f28e48c69186d7685613138b4cf3db3f74541842862007751ad8b026676de3c/usr/sbin/klogdrootrootrootrootrootrootrootrootrootrootsyslogd-1.4.1-150300.13.3.1.src.rpmklogdklogd(ppc-64) @@    /bin/sh/bin/sh/bin/sh/bin/shcoreutilsdiffutilsfillupgreplibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3i0&@_=@^W@\[@Z@X-XCW@Wq@V@UL@UJ@U.@werner@suse.dewerner@suse.demichael@stroeder.comjengelh@inai.desbrabec@suse.comrbrown@suse.comwerner@suse.dewerner@suse.detchvatal@suse.comtchvatal@suse.comschwab@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- Drop last sysvinit Requirement/Provide (PED-13698)- Set permission also in file list for /etc/syslog.conf- Removed create option from logrotate.syslog to let logrotate preserve file system ACLs- Set /bin/bash as scriptlet interpreter where needed.- Use setlogcons and dmesg instead of klogconsole; perform migration of sysconfig/boot file (boo#1116277).- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Use socket activation API of the libsystemd- Require user and group news- Add requires on klogd, previously in requires(pre); should fix issue found in sr#412257- Cleanup various rpmlint warnings - Use upstream url and sources - Remove the omv files, not needed- klogd-obsolete.patch: avoid use of obsolete function get_kernel_syms- Reintroduce /etc/sysconfig/boot for having KLOGCONSOLE_PARAMS back- Modernize systemd service units- Be aware that klog.service should be handled by the systemd rpm macros/bin/sh/bin/sh/bin/sh/bin/shmourvedre 17712278121.4.1-150300.13.3.11.4.1-150300.13.3.1klogdklogd.serviceklogdsysconfig.klogdklogd.8.gz/sbin//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:42766/SUSE_SLE-15-SP3_Update/2b812f1a9cbe1d7f7bca67feae8ff95d-syslogd.SUSE_SLE-15-SP3_Updatedrpmxz5ppc64le-suse-linuxASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=c76d28668d9818557ff639e2a1bc7810cdb354b0, for GNU/Linux 3.10.0, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)R R@MGbqA%C*utf-88532ff493cd692292be7618c71edb771cb6587c79d213a881f80efc4bffab9fa?7zXZ !t/]"k%Lr%=Du[b9>D澆4={]HTj)#7M9>JZE.18%c4QyqaR$R敄s\mh7$A^G:Av֡G8nE1 ;s`ΥY2L:lG'"jC 5Vh7NW% N_292W'9;WClWBu)$֚GxwfWtk/Gz<5#8m(&D :OxDZ=EfRy i]g@QY0+˶ $k-//;ڊEA Vc9'EW]vǵ">9HR19PRt봴@zs̮eW-T$cm^u9Rc' Wbt&r:~% K8MEn~Fm`85b)><_x^6{3hAg^_ ?o|5%6Nwyʸ=h5w,;*H/,oC?KaE4IѨ^yxX6jް~2YiKH O0O52n"A橮^j Dt&wKm/e.8sĉyY%( zw4cgB 0p}p@*:d% I'85LTTI<\ˁ 5=!QmoF.ZL- #LKTA#h%u8` u`s]D{5DCzLRg(oǿ.o*NАGwO,bg=fFܰu4`> <]wtwNBYǗP 9%| ]lp]Y6%4!#+L?OEJcrƺx}H8G'XR"ae Ջe C$PB?Chd ix!'eAk-wӆ SC> 1}坝O2dJ0ƣ))͇mCx̛V96; )*> 0{;@i*I;`*$sJb^:#=ķQ%kKŤY 1Y4Z33"WFUmxFpLBə+!|_@v0r2=Km#V]B*NSՑ.6YB@2Ǵ?ڸ ׉sNY Pmcc +- X~ +2h+,b5ZxGUDWCNTko>AK6yWXtd@ĭ[1SZsn PI ZS񯸦5Q`ui ?wՑz%&,|r32] |`Z)'Ȃ)+j6۶7vV)L}uWd_B\^ ,8@ymk;m/ %gE N5O6X83Zuܺd?dW`"[5K)uLHGOo+Tܫ{*Y@)Y߫Ӂ/UH}|ϠIlb X¯P܄}F&:OZ֫ӅMʃu.I 68Gx؛:0Rߠ(&[m槠v] ).D@?蔯ݚ7j ٵ|J")C3<usaoАF_ŋTƠ5 ڏӸ9/ "2䉏x gp#t`n"nJ:c8 x 9:wNo  l*ICZLJ ggu6!KaWZ-S)6E(v%hwl76S?p*QFr9rcS$ءФw={&=ٸ& 4PeE{ɮ*s0۔dV:9eZ$NDdj1ži nk;oKfc)3|H6ĉNQ8C `>9>@C7c`WInpYARy.>^X$rU-+6vVc#%\QB{pj%@N@D|qCEQiVƛP>g( Mj=Jbiz z`K}IeϴΣd)=癋;nk|F>[K) [X6Sɐ憦oo0 }qؼ/OSW]?@ύS-Opm;g* lHѭVįa=,VgaAHTI0 B x 9rk'&i3"lk/()B 4*#( . oscS}"ȧX:ܺIZw\n! t\21w{U^0t-w(} ԶdS,HΦ_gg/bhi2D;]c!cn/qPi=GOIuaGr@!$.HGaÃT;8 FMVWϻ-1}L{}Ny07+xϙv&Kڜ.mMBOZ"z#*@ 1gᣙӳx ~8_/)A voô`؀$`Zo??~Z/KR0hOHĩCn\MtcCaOw)5(/a?%Î2_>ŐHvsywR,ڵCitǛHmArhwLJm@+gAI!p]>1õ=ejηח 5yf0y`$-u((睻1xe5(KMy6o'/)Dw:CGiZ,VنзBX7G 7{gv N9;vYi61 XnxUZl?][O-!; p)>.7jF8Cլc22Yu˲9iu9,zEn9U,TH,n{rR:V&wk m# o YRqǫBQC(_sYswJ @~u μ{Y,ZtUDfWUe!4%|]4ip2]ˏZfYfc/gƫRF~V 'غz]$ 8,ھuAz4xt@Y^I]c*7Y'#BKW;,ʞDup`NW,ǓBlWsI .!߆RfN8$L5;{& -fFc]J`cst#YR'xJIDבMDHQFN22لo3~rnn˶(&Z??>Lۼ/X-g!|rD)*F@.G}e =Gv\s,&R!}.jX5Z'g0+w'pS\e$ZZy,L!.]*4ye@גrc*@* pmx N:rjB *x E+T'Z PN[nXrIfOM ;k9пJ$#0<