reverting premature acceptance of sr

OBS-URL: https://build.opensuse.org/package/show/network/ppp?expand=0&rev=31
This commit is contained in:
Reinhard Max 2015-07-13 14:12:34 +00:00 committed by Git OBS Bridge
parent 7a3480c41a
commit eec413c3c3
3 changed files with 0 additions and 31 deletions

View File

@ -1,9 +1,3 @@
-------------------------------------------------------------------
Mon Jul 13 13:21:36 UTC 2015 - jkeil@suse.de
- Add ppp@.service unit file for systemd
* start/stops a configured connection over ppp (e.g. ppp@PROVIDER)
-------------------------------------------------------------------
Wed Nov 19 03:11:00 UTC 2014 - Led <ledest@gmail.com>

View File

@ -43,7 +43,6 @@ Source10: pppoatm-peers
Source11: ppp-peers
Source12: pptp-peers
Source13: pppoe-discovery.8.gz
Source14: ppp@.service
# Makefile changes
Patch0: ppp-2.4.6-make.diff
# replacedefaultroute option
@ -139,20 +138,6 @@ install -m 644 %{S:12} %{buildroot}%{_sysconfdir}/ppp/peers/pptp
install -d 755 %{buildroot}%{_sysconfdir}/pam.d
install -m 644 %{S:1} %{buildroot}%{_sysconfdir}/pam.d/ppp
install -m 644 %{S:13} %{buildroot}%{_mandir}/man8/pppoe-discovery.8.gz
install -d -m 755 %{buildroot}%{_unitdir}
install -m 644 %{S:14} %{buildroot}%{_unitdir}/ppp@.service
%pre
%service_add_pre ppp@.service
%post
%service_add_post ppp@.service
%preun
%service_del_preun ppp@.service
%postun
%service_del_postun ppp@.service
%files
%defattr (-, root, root)
@ -170,7 +155,6 @@ install -m 644 %{S:14} %{buildroot}%{_unitdir}/ppp@.service
%{_sbindir}/pppdump
%{_sbindir}/pppstats
%{_sbindir}/pppoe-discovery
%{_unitdir}/ppp@.service
%dir %{_libdir}/pppd
%dir %{_libdir}/pppd/%{version}
%attr(0755,root,root) %{_libdir}/pppd/%{version}/*.so

View File

@ -1,9 +0,0 @@
[Unit]
Description=PPP link to %I
Before=network.target
[Service]
ExecStart=/usr/sbin/pppd call %I nodetach nolog
[Install]
WantedBy=multi-user.target