reverting premature acceptance of sr
OBS-URL: https://build.opensuse.org/package/show/network/ppp?expand=0&rev=31
This commit is contained in:
parent
7a3480c41a
commit
eec413c3c3
@ -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>
|
Wed Nov 19 03:11:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
16
ppp.spec
16
ppp.spec
@ -43,7 +43,6 @@ Source10: pppoatm-peers
|
|||||||
Source11: ppp-peers
|
Source11: ppp-peers
|
||||||
Source12: pptp-peers
|
Source12: pptp-peers
|
||||||
Source13: pppoe-discovery.8.gz
|
Source13: pppoe-discovery.8.gz
|
||||||
Source14: ppp@.service
|
|
||||||
# Makefile changes
|
# Makefile changes
|
||||||
Patch0: ppp-2.4.6-make.diff
|
Patch0: ppp-2.4.6-make.diff
|
||||||
# replacedefaultroute option
|
# replacedefaultroute option
|
||||||
@ -139,20 +138,6 @@ install -m 644 %{S:12} %{buildroot}%{_sysconfdir}/ppp/peers/pptp
|
|||||||
install -d 755 %{buildroot}%{_sysconfdir}/pam.d
|
install -d 755 %{buildroot}%{_sysconfdir}/pam.d
|
||||||
install -m 644 %{S:1} %{buildroot}%{_sysconfdir}/pam.d/ppp
|
install -m 644 %{S:1} %{buildroot}%{_sysconfdir}/pam.d/ppp
|
||||||
install -m 644 %{S:13} %{buildroot}%{_mandir}/man8/pppoe-discovery.8.gz
|
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
|
%files
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
@ -170,7 +155,6 @@ install -m 644 %{S:14} %{buildroot}%{_unitdir}/ppp@.service
|
|||||||
%{_sbindir}/pppdump
|
%{_sbindir}/pppdump
|
||||||
%{_sbindir}/pppstats
|
%{_sbindir}/pppstats
|
||||||
%{_sbindir}/pppoe-discovery
|
%{_sbindir}/pppoe-discovery
|
||||||
%{_unitdir}/ppp@.service
|
|
||||||
%dir %{_libdir}/pppd
|
%dir %{_libdir}/pppd
|
||||||
%dir %{_libdir}/pppd/%{version}
|
%dir %{_libdir}/pppd/%{version}
|
||||||
%attr(0755,root,root) %{_libdir}/pppd/%{version}/*.so
|
%attr(0755,root,root) %{_libdir}/pppd/%{version}/*.so
|
||||||
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user