klogd-1.4.1-150300.13.3.1<>,1iʤp9|Ef҆~lx1sFvzxǻbLLy^ )~1PznWoB{,bIٔ3 N+$6ˈ-ZFQ34NPJZ-䄓"#] 3}!F~m, w {A Җ``Sr#u3NaY%/V_%QRfh([_O67aѡvc=ۺљ6% MãojNNe;M>/J0KTJu>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/c ]"k%Lr%=uY!lrT,1U,p~%juj*L4 I#%TO%Zawb,XHCᖋgyk :"?frʛGe9/*\FRdZnd>.Y bsTȭj)mT+-qƢPGe7e)y*/]S|Z:,7ed fqCFK(sEM,߶dl!mVG}Swr}1FthmLsvcSu wcko?[H'Ƹ|(рXc!UbWw!6XѼN^qliXl]ZxYVMq)mGIS5ĞdFáDgWrwئT=?RZifk6AkFE$h,Tj-N l;F&|!#,p.R2jG3邟p̦)%78p>ѐ@T2UK덒 P«nts _k__:,5XjQ@s ӂVB=yX D%dcO("o~+<%en-Q;o|}-I`9 Nmr\Um'o@ت-z7̳vJR•A)R֢coO;_0fq/W?t9}]B;ؓ/T{к//(WԩIǁل[)@r'F@:6xϜO3s2,\:!9ʄRʶ&^$H 2$"؍9}H)ۧiFr{E?ԋzԁn(>VŧtfUɦ~T8 ;v%!U .& `|GlQUW}<[+7qh ͜3 )c eخ'| UԼ w?QCȲ]qVZp6޳{ 50`I/upA(c`]F5tvtF먠6 >jyThPkR;b/ x_iY{-̾*QU+F6}09o.|5?‘xlw " b%n  ~D50`s:V"/ (Q' z*%#ɫ#^!X>B[S 5$Ai'ˎ7C#IiB:<;,{D($o]b'wEVpP)a!GxA"}{"v0zI禢fd֩Z)ȷ Xw/ե=L?KLnJLXVp'Qzg $JDL =Y`zCLjZ"-2<Bs9&7v}xR)ңºqR(v 2.gZQqQgngK]=HO;QuX[/ަ/suMv \ z%RX;E7lBYhw]Q䬰1gx^.N % ө+ݾ=˘:g#?iK+k&~PV^8Ra{OԵ#|5QF;2=6̕ϊ wi8.kg6bf5(qC!^=qz%!~j9Ô#[[ޕ(4kz=k0,IS[FA7nͫbLΥW{U2p)e9wU3+;v*M"Tczs+uO%&.s  YZ