syslog-service-2.0-lp151.3.3 >  A \̸/=„؎wddCU>ºZs9ڜ9pVv13" Ėޅ61C“5݆~:[BC͘ ֨ۃ+ɪ_5Tkw{10.9F;KS1qzu]L y* x* G}pq,g?v]++E;:+Z[b mCx?ز"#')tr@I?\*[%0udt߭9ҽå;P34f26f68d17c9f3567b114e99b2dbc9fd61d36a06f4cf00e9b2e4932929ce605ecab917b0a910df695577a24024bb12bf59a4119M,\̸/=„m-B^+Tۧrk{s| #$ :"~1Bk~r,1 kԑĀםlhiPd9hY0̆vgK.np\md s #bbi$(QvS X2j0Yh]g(_sKOa3{eя 7|Ϡ}u$Kj#~4A6,v="+u+l+;. %Y8frЉ tZ >pF? ??d  >  5;B{,@ J T h  0X(8C9C: C=;>;?;@;F;G;H;I;X;Y;\< ]< ^x>y>z>>>>? Csyslog-service2.0lp151.3.3Syslog service files & scriptsThe package syslog-service provides the service boot scripts for SysV and the service unit files for systemd.\lamb03EopenSUSE Leap 15.1openSUSEGPL-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-lp151.3.3.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-lp151.3.33.0.4-14.6.0-14.0-15.2-14.14.1Z@X-XCW@Wq@V@UL@UJ@U.@T6xT)IT"@TT_S0S0Sof@Rx@RQ@Q']P@P[PPPpP6@P@P~OWMOU@OB5OB5O+@NˎN@NS@N^Nx@N`@N_sNTNRDNRDNNP@NK@N @M@Mߒ@Mߒ@M8#L@L@L*@LbL@IK @K @K9@K@KUK.K+nK J@JJ]@rbrown@suse.comwerner@suse.dewerner@suse.detchvatal@suse.comtchvatal@suse.comschwab@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deschwab@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.demt@suse.decoolo@suse.comwerner@suse.dewerner@suse.dewerner@suse.demt@suse.commt@suse.commt@suse.comopensuse@cboltz.demt@suse.commt@suse.commt@suse.comcoolo@suse.comwerner@suse.dewerner@suse.dewerner@suse.demt@suse.commt@suse.comwerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.demt@suse.dewerner@suse.dewerner@suse.dewerner@suse.dewerner@suse.deaj@suse.demt@suse.delnussel@suse.demt@suse.demt@suse.dewerner@suse.dewerner@suse.deaj@suse.depuzel@novell.comwerner@suse.depczanik@fang.fa.gau.huwerner@suse.depczanik@genesi-usa.comwerner@suse.dewerner@suse.dejengelh@medozas.deagruen@suse.decrrodriguez@opensuse.orgcoolo@novell.commt@suse.dejeffm@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)- sysklogd-1.4.1-reload.dif: remove bogus use of feature test macro - sysklogd-1.4.1.dif: refresh - sysklogd-1.4.1-glibc.patch: remove obsolete patch- Add patch sysklogd-1.4.1-CVE-2014-3634.patch bsc#897262, CVE-2014-3634 rsyslog/syslogd: remote syslog PRI vulnerability- Add patch sysklogd-1.4.1-glibc.patch newer glibc versions do not set nor use _BSD_SOURCE anymore- Klog service: Move the Alias tag from Unit section to the Install section bnc#893741- Add syslogd-rpmlintrc to sourcelist to shut up stupid factory auto- Stop syslog.socket in %preun to avoid the daemon we uninstall gets started by a log message due to dependencies (bnc#840815).- use %_rundir macro- Change klogd.service to use BindsTo instead of BindTo- Replace `Names' with `Alias' in klog.service (bnc#854315)- New rpm had removed "prereq" flag from installation script bits that is that `Requires(prereq)' is not valid anymore :(((- Updated syslog service activation description in the syslog(8) manual page (bnc#804299).- When exists, remove the broken link in multi-user.target.wants pointing to the common syslog.service file, which syslog-service package were providing before (bnc#790805).- Enable syslogd.service and create the syslog.service alias link in post install -- regardless of a preset config (bnc#790805).- Fixed typo in syslog.8 manual page- Fixed service file to use $ADDITIONAL_SOCKET without {} around as systemd expands them differently (bnc#788330).- Added version 2.0 to syslog-service to solve build problems of depending syslog daemon packages on openSUSE < 12.3, which require the 1.x syslog-service version with LSB init scripts.- Dropped SYSLOG_DAEMON variable from /etc/sysconfig/syslog. The syslogd package provides a specific syslogd.service file and creates an alias to syslog.service while activation now (bnc#788330). - Dropped SYSLOG_REQUIRES_NETWORK, syslogd requires network. - Updated documentation in syslog.8 manual page. - Adopted logrotation and svcinfo files to use systemctl. - Dropped /etc/init.d/syslog and earlysyslog init scripts, added /sbin/rcsyslog as compatibility forwarder to systemctl. - Changed to install in /usr/sbin, compatibility link in /sbin. - Changed to use _unitdir macro to install systemd unit files.- buildrequire systemd by pkgconfig provides to get systemd-mini in build environment (to break cycle)- Avoid logrotate to exec for similar entries several times (bnc#713584)- Restart the syslog service only from post of the klogd package if the needed script is available (bnc#750478) Thanks to Lars Müller. - Some cleanup due rpm lint warnings- Add `su news news' to logrotate entry for news log file (bnc#750263)- Detect if we have to use the new /run/systemd/journal/syslog socket instead of the /dev/log under newer systemd versions.- syslog-service: Added SYSLOG_REQUIRES_NETWORK variable allowing the user to configure (override) whether the syslog daemon config requires network or can be started early. Default is to detect it for syslogd and syslog-ng and to just start rsyslogd early with its normal config. Removed the rsyslog.early.conf use as it is usually not needed [enable on-disk queues] (bnc#728565).- Do not use early configuration setup for networkless configuration (bnc #728565)- Add pre requires for fillup and insserv to klogd package (bnc#731541)- Invert network/early logic for rsyslog (bnc#728565)- Wrap touch command with correct umask (bnc#725875)- Help the bash by using TMPDIR=/run to avoid trouble with the temporary files used for here-documents (bnc#724610)- Add syslink to /dev/null for earlysyslog service unit to avoid to start it twice with systemd - Do not disable SysV service links with systemd - For syslog service unit add conflicts witjh syslog-ng and rsyslog service units- Fix sysvinit boot script as klogd is not required anymore for rsyslogd and syslog-ng (bnc#715648)- Opps, move /etc/sysconfig/syslogd -> /etc/sysconfig/syslog- Improved syslog-service package summary- Package split: klogd -> klogd + syslog-service because the service boot scripts and service unit files do belong to all system logger daemons.- Check for klogd buitin service for syslog-ng and not syslogd - Remove the klogd enable/disable service links if required- Make klogd.service and syslog.service static files and let systemd include syslog.core within syslog.service, only the syslog.core will be generated depending on /etc/sysconfig/syslog - Do not touch the files as long as syslog.service or klogd.service are active- Add generator script for better support with systemd- Fix build - create ghost dir during install- Disabled klogd in /etc/init.d/syslog, when the syslog-ng.conf config file reads /proc/kmsg directly.- don't use /var/lock/subsys- Removed touch of obsolete /var/log/boot.log from spec post.- Improved systemd socket activation support to support multiple sockets and activation in forking mode (bnc#656104)- Make network a should have dependency of syslog service- Add systemd support that is that syslogd check for systemd log sockets (bnc#656104)- Create /var/run/rsyslog in case it's on tmpfs.- logrotate.syslog: redirect output of postrotate script to /dev/null (bnc#626318)- Newer killproc sends only SIGTERM as required by LSB if -TERM is specified on the command line. Use the default which is SIGTERM- modify /etc/init.d/syslog for syslog-ng for https://features.opensuse.org/303793 compliance- Reformat boot script- modify /etc/init.d/syslog for syslog-ng 3.X- Do not lose signals during reseting signal flag (bnc#568150)- Forward read-only root file system patch from SLES11-SP1 - Correct time stamps of the patches- enable parallel build- Add read-only root filesystem support (fate#307235) using bind mounts.- refresh patches again- updated patches to apply with fuzz=0- Added rsyslogd to the list of daemons in SYSLOG_DAEMON variable meta-data in sysconfig/syslog file, updated syslog.8 man page, improved rsyslogd native mode usage in the syslog init-script.- klogd: Silence System.map and symbol lookup warnings on modern kernels (bnc#505421)/bin/sh/bin/sh/bin/sh/bin/shlamb03 15450620802.0-lp151.3.32.0-lp151.3.3syslogrcsyslogklog.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.1/standard/dd4f76dd68e517a4a78f716c1f3ea4fe-syslogdcpioxz5x86_64-suse-linuxASCII textPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)Rdu-If^9utf-8bdb62bd82bb3197665744ab2793659e0d16d8bed71863f88ff49e79711f8dc55?7zXZ !t/ C] crv(vX0}eqDy*mzxhxn!Y󃾕*v$HԳ(i&ƒ1@ӏȇhD[\B䈸|uh YJQaR?DocS!igjtr 2Q`fԫ>B7| eLUnh,Ӫ .sΞ>F[?c&uҦؖt].&W4̽?B (.{YRk7Cq1{)i+% ”1 >+( Xt㥢:+DJ*TlUUv(zZjJ}`7f`PO 0 V8[yZ|`Ծ[&0kZXxͺH ^;hGNn6 .<;wOnSm%k|nv_Z*b GB:SN(|H:'aq'yGҐ0A , wVSfz̐QcD&n=MHMz1ޏT}Ql6jLvIò@M);NFsM'J>8=[njLWi8lĐ*a_< Ę2\ZQ%=0V}4@TW"Մls|{ӽDUdW_Ӣ;(EZb ~vge4{i&dj{*I S{Lv>bԅG?_DZfA;Ir}c}szRWr4{2s>V-7:7f}hLvoMw !/$&2 <hb_v.ydLʣ'e H?h.x B: :IpL]݋@rѸ  ٯծ쿠`W [ RF$H>Z5kPQjl=* Hw8Oo%֚1^~sן_KGjq.[=jkFB쥖'wExN&2Ly瞲hPK!@ -)sJ_jZr\M?̋X-Cۗϥ %t.xáLá!N:<:pQMliR~,}|kůԥic'lwE (t`qdR-gQ`t#IM .23/SDEPF[je| ġ챶,X7VaIh86Av&Ún!Ob8Qێ M;=va:$xi+]kc6ĀE 8f}9/ʞ3=l.D &$ @fR.aKsFB3Iy+Q}#2}J*kƄ[#4'չ<|/ɁEʕG~2uUO<]:O?X^FTp{ i ^*Y3?hR6U\anȦ%gۅ#}JA|ÿ+m$oИB^bZWڧ?B1X71IX]lG{i la#Էٶ YZ