SIGPIPE should not be ignored in atd (#1338039)

This commit is contained in:
Tomas Mraz 2016-05-23 14:51:40 +02:00
parent 4e99767fd3
commit 4516f77e69
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: Job spooling tools
Name: at
Version: 3.1.18
Release: 1%{?dist}
Release: 2%{?dist}
# http://packages.debian.org/changelogs/pool/main/a/at/current/copyright
# + install-sh is MIT license with changes under Public Domain
License: GPLv3+ and GPLv2+ and ISC and MIT and Public Domain
@ -176,6 +176,9 @@ chown daemon:daemon %{_localstatedir}/spool/at/.SEQ
%attr(0644,root,root) /%{_unitdir}/atd.service
%changelog
* Mon May 23 2016 Tomáš Mráz <tmraz@redhat.com> - 3.1.18-2
- SIGPIPE should not be ignored in atd (#1338039)
* Wed Mar 23 2016 Tomáš Mráz <tmraz@redhat.com> - 3.1.18-1
- new upstream release
- correct the DST correction when using UTC time specification (#1320322)

View File

@ -5,6 +5,7 @@ After=syslog.target systemd-user-sessions.service
[Service]
EnvironmentFile=/etc/sysconfig/atd
ExecStart=/usr/sbin/atd -f $OPTS
IgnoreSIGPIPE=no
[Install]
WantedBy=multi-user.target