* Tue Jul 03 2012 Paul Wouters <pwouters@redhat.com> - 1.3.1-9

- Rename non-existing openswan.service to ipsec.service (rhbz#836783)
- Start after ipsec.service, but do not require it
epel9
Paul Wouters 12 years ago
parent 5f8afd616e
commit 2dae248997

@ -1,9 +1,9 @@
[Unit] [Unit]
Description=Level 2 Tunnel Protocol Daemon (L2TP) Description=Level 2 Tunnel Protocol Daemon (L2TP)
After=syslog.target network.target After=syslog.target network.target
After=openswan.service After=ipsec.service
# Some ISPs in Russia use l2tp without IPsec, so don't insist anymore # Some ISPs in Russia use l2tp without IPsec, so don't insist anymore
#Wants=openswan.service #Wants=ipsec.service
[Service] [Service]
Type=simple Type=simple

@ -1,7 +1,7 @@
Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661) Summary: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
Name: xl2tpd Name: xl2tpd
Version: 1.3.1 Version: 1.3.1
Release: 8%{?dist} Release: 9%{?dist}
License: GPL+ License: GPL+
Url: http://www.xelerance.com/software/xl2tpd/ Url: http://www.xelerance.com/software/xl2tpd/
Group: System Environment/Daemons Group: System Environment/Daemons
@ -120,6 +120,10 @@ fi
%ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control %ghost %attr(0600,root,root) %{_localstatedir}/run/xl2tpd/l2tp-control
%changelog %changelog
* Tue Jul 03 2012 Paul Wouters <pwouters@redhat.com> - 1.3.1-9
- Rename non-existing openswan.service to ipsec.service (rhbz#836783)
- Start after ipsec.service, but do not require it
* Tue Jun 26 2012 Paul Wouters <pwouters@redhat.com> - 1.3.1-8 * Tue Jun 26 2012 Paul Wouters <pwouters@redhat.com> - 1.3.1-8
- The l2tp_ppp kernel module is now in kernel-module-extra - The l2tp_ppp kernel module is now in kernel-module-extra
(rhbz#832149) (rhbz#832149)

Loading…
Cancel
Save