Hello community, here is the log from the commit of package syslogd for openSUSE:Factory checked in at 2015-05-07 09:21:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/syslogd (Old) and /work/SRC/openSUSE:Factory/.syslogd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "syslogd" Changes: -------- --- /work/SRC/openSUSE:Factory/syslogd/syslogd.changes 2015-03-19 21:00:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.syslogd.new/syslogd.changes 2015-05-07 09:21:20.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 6 08:04:35 UTC 2015 - [email protected] + +- Modernize systemd service units + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ klog.service ++++++ --- /var/tmp/diff_new_pack.8K53UX/_old 2015-05-07 09:21:21.000000000 +0200 +++ /var/tmp/diff_new_pack.8K53UX/_new 2015-05-07 09:21:21.000000000 +0200 @@ -17,15 +17,17 @@ [Unit] Description=Early Kernel Boot Messages -Requires=local-fs.target default.target -Wants=syslog.service +DefaultDependencies=no +Requires=local-fs.target After=local-fs.target -Before=syslog.service default.target +Before=shutdown.target RefuseManualStart=true ConditionPathIsDirectory=/var/log [Service] Type=oneshot +StandardError=tty +StandardOutput=tty RemainAfterExit=yes Environment=KLOGCONSOLE_PARAMS= EnvironmentFile=-/etc/sysconfig/boot ++++++ klogd.service ++++++ --- /var/tmp/diff_new_pack.8K53UX/_old 2015-05-07 09:21:21.000000000 +0200 +++ /var/tmp/diff_new_pack.8K53UX/_new 2015-05-07 09:21:21.000000000 +0200 @@ -20,20 +20,19 @@ [Unit] Description=System Kernel Logging Service -Requisite=syslog.service -BindsTo=syslog.service -After=syslog.service +Requisite=syslogd.service +BindsTo=syslogd.service +After=syslogd.service RefuseManualStart=true [Service] -Type=forking +Type=simple StandardOutput=syslog StandardError=syslog -PIDFile=/var/run/klogd.pid Environment=KERNEL_LOGLEVEL=1 Environment=KLOGD_PARAMS= EnvironmentFile=-/etc/sysconfig/syslog -ExecStart=/sbin/klogd -c $KERNEL_LOGLEVEL $KLOGD_PARAMS -x +ExecStart=/sbin/klogd -n -c $KERNEL_LOGLEVEL $KLOGD_PARAMS -x [Install] WantedBy=multi-user.target ++++++ syslogd.service ++++++ --- /var/tmp/diff_new_pack.8K53UX/_old 2015-05-07 09:21:21.000000000 +0200 +++ /var/tmp/diff_new_pack.8K53UX/_new 2015-05-07 09:21:21.000000000 +0200 @@ -18,23 +18,19 @@ Description=System Logging Service Conflicts=syslog-ng.service rsyslog.service Requires=var-run.mount -Requires=syslog.target +Requires=syslog.socket Requires=network.target Requires=klogd.service -Before=syslog.target Before=klogd.service -After=var-run.mount -After=network.target [Service] -Type=forking -PIDFile=/var/run/syslogd.pid +Type=notify Sockets=syslog.socket StandardOutput=null Environment=ADDITIONAL_SOCKET= ExecStartPre=/usr/sbin/syslogd-service-prepare EnvironmentFile=-/var/run/syslogd/additional-log-sockets.env -ExecStart=/usr/sbin/syslogd $ADDITIONAL_SOCKET +ExecStart=/usr/sbin/syslogd -n $ADDITIONAL_SOCKET ExecReload=/bin/systemctl kill --signal=TSTP klogd.service ExecReload=/sbin/killproc -p /var/run/syslogd.pid -HUP /usr/sbin/syslogd ExecReload=/bin/systemctl kill --signal=CONT klogd.service
