SIGPIPE should not be ignored in atd (#1338039)
This commit is contained in:
parent
4e99767fd3
commit
4516f77e69
5
at.spec
5
at.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: Job spooling tools
|
Summary: Job spooling tools
|
||||||
Name: at
|
Name: at
|
||||||
Version: 3.1.18
|
Version: 3.1.18
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# http://packages.debian.org/changelogs/pool/main/a/at/current/copyright
|
# http://packages.debian.org/changelogs/pool/main/a/at/current/copyright
|
||||||
# + install-sh is MIT license with changes under Public Domain
|
# + install-sh is MIT license with changes under Public Domain
|
||||||
License: GPLv3+ and GPLv2+ and ISC and MIT and 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
|
%attr(0644,root,root) /%{_unitdir}/atd.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 23 2016 Tomáš Mráz <tmraz@redhat.com> - 3.1.18-1
|
||||||
- new upstream release
|
- new upstream release
|
||||||
- correct the DST correction when using UTC time specification (#1320322)
|
- correct the DST correction when using UTC time specification (#1320322)
|
||||||
|
@ -5,6 +5,7 @@ After=syslog.target systemd-user-sessions.service
|
|||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=/etc/sysconfig/atd
|
EnvironmentFile=/etc/sysconfig/atd
|
||||||
ExecStart=/usr/sbin/atd -f $OPTS
|
ExecStart=/usr/sbin/atd -f $OPTS
|
||||||
|
IgnoreSIGPIPE=no
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user