syslog-service-2.0-lp152.4.7 >  A ^"/=„(ԍJk{HW<Ǩ_GmQOZђxGKyv9BaFJ"^r4]:!?U 3R(GXPɢ@vw&n>P͇2jiR%Hװ/}>pF"?"d  >  5;B{,@ J T h  0X(8 9 : ='>/?7@?FGG\HpIXY\]^b `c! d!ge!lf!ol!qu!v!w"(x"<y"Pz"T"d"h"n"Csyslog-service2.0lp152.4.7Syslog service files & scriptsThe package syslog-service provides the service boot scripts for SysV and the service unit files for systemd.^lamb55EopenSUSE Leap 15.2openSUSEGPL-2.0+https://bugs.opensuse.orgSystem/Daemonshttp://www.infodrom.org/projects/sysklogd/linuxnoarch test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in klog.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in klog.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-syslogd-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-syslogd-update-$service-new-in-upgrade" fi done for service in klog.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fi 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=boot SUBPNAME= 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 # when exists, remove the broken link pointing to the # common syslog.service file, we've provided before... rm -f /etc/systemd/system/multi-user.target.wants/syslog.service test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset klog.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in klog.service ; do if [ ! -e "/run/rpm-syslogd-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-syslogd-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in klog.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi /usr/bin/systemctl -f enable klog.service >/dev/null 2>&1 || : 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 klog.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 klog.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 klog.service ) || : fi else # package uninstall for service in klog.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi~R큤큤^^^^^3d21302478db037f54de8ac4bbf7645afa64fb00f39a21f53c9885affdbbc87ff2d9d3c066a60e363826f8e1cf69bff8c2a26fef3d3910225d5436f7f4eef2bc7d5ddf426c3c37e18576df910443bf094544bfd812080aa06ce3a91228ce0181f2cc0e75203433e5f76a034cdd0defb109d265e41be644c12107f5e19dd2361615f722484212cf05b660df61356b870635e9b5cd92bb8d59372f6f70e4c67d8crootrootrootrootrootrootrootrootrootrootsyslogd-1.4.1-lp152.4.7.src.rpmconfig(syslog-service)syslog-service @    /bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(syslog-service)coreutilsdiffutilsfillupgreplogrotaterpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)syslogsysvinit(network)2.0-lp152.4.73.0.4-14.6.0-14.0-15.2-14.14.1Z@X-XCW@Wq@V@UL@UJ@U.@T6xrbrown@suse.comwerner@suse.dewerner@suse.detchvatal@suse.comtchvatal@suse.comschwab@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.de- 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- Update patch sysklogd-1.4.1-CVE-2014-3634.patch (boo#899756)/bin/sh/bin/sh/bin/sh/bin/shlamb55 15896384252.0-lp152.4.72.0-lp152.4.7syslogrcsyslogklog.servicesysconfig.bootsyslog.8.gz/etc/logrotate.d//sbin//usr/lib/systemd/system//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.opensuse.org/openSUSE:Leap:15.2/standard/dd4f76dd68e517a4a78f716c1f3ea4fe-syslogdcpioxz5x86_64-suse-linuxASCII textPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)Rշ\qutf-814e5e927632dca563ffeb38f030628873b2493d4d12d67745645ea3b46c51337?7zXZ !t/ D] crv(vX0db&UPKuk]9L\% a䇡%s~OYfpV[>Ʊ߫Zzu IWo`.]חz&;`eRjN"m־a3Oҧ%L=Oή76gj~`mv#=cBY2r\_dn\R&yw%zuu@KHjgD︠_c +A+i3ٮ1E_q*bFK46tCV 4Pᓧs3~rKnȻ“Thw'ړfAbf2xrvq6 Vzϫdk~4q}ZciU#ʒY_Zb8"7@-}ʙ.FդΜEG)I <:Y-{H(hX067#4 r Қ:m*qFXwPMTP3R^ZO~¾dNЯ~@R1Ee%d:h4:uGyD* i4Fj09uN8Qܽa`%.W6U9^jnpg IH-yIﻟ~@-5&{'cƗ ~dVҴ*W?#s,@Q^}uz m:VVn/xM~7< Y胡6V(ٚ">#G@ QKb,ʢ4&Kȫqu}v؅-uԍV̒=)! {h !Hd΄˰puDͽ[SrL<L)%5^Zǭx? }h7\ry9ݖy*'%zd9!jcCJ` TsuG 8uA@VaR*^ @CVzVx½9i{A;~RƠ\?b9Ty0q B혩1vmm4%ğ4›Q!w.Gɉ#Y,e_8H#.0Y$] C,\O)U !aB!C9#%,z?{ux1%7e'DeLōsaI|L}d8O཰2+`sRs"cUZҦ('(&W4A0II9JfwRpbM#KHj⒓"@1-@B[V;O-1 K~aQ0!mfٹ*eVS>˵䦁/)^WnfthYb'6JRS cŝF3_{n7b h*M\>澤݅"-"|ઃ8j-~qGyR.`UmCp~Ց@c%vɌ!ٔ6V]\Naªcт&t@}!CRя]5#( YZ