Don't order service after syslog.target.
https://bugzilla.redhat.com/show_bug.cgi?id=1055205
This commit is contained in:
parent
4038a0bbb8
commit
6e36bf24d3
@ -8,7 +8,7 @@
|
||||
Summary: The Cyrus SASL library
|
||||
Name: cyrus-sasl
|
||||
Version: 2.1.26
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
License: BSD with advertising
|
||||
Group: System Environment/Libraries
|
||||
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
|
||||
@ -433,6 +433,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir}
|
||||
%{_sbindir}/sasl2-shared-mechlist
|
||||
|
||||
%changelog
|
||||
* Sun Jan 19 2014 Ville Skyttä <ville.skytta@iki.fi> - 2.1.26-16
|
||||
- Don't order service after syslog.target.
|
||||
|
||||
* Fri Nov 15 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-15
|
||||
- Treat SCRAM-SHA-1/DIGEST-MD5 as more secure than PLAIN (#970718)
|
||||
- improve configuration error message
|
||||
|
@ -1,6 +1,5 @@
|
||||
[Unit]
|
||||
Description=SASL authentication daemon.
|
||||
After=syslog.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
Loading…
Reference in New Issue
Block a user