mirror of
https://abf.rosa.ru/djam/ppp.git
synced 2025-02-23 06:03:01 +00:00
Up release, add scripts pon/poff/plog
This commit is contained in:
parent
4ea259c9be
commit
ad42b90b00
1 changed files with 8 additions and 1 deletions
9
ppp.spec
9
ppp.spec
|
@ -4,7 +4,7 @@
|
|||
Summary: The PPP daemon and documentation
|
||||
Name: ppp
|
||||
Version: 2.4.9
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: BSD-like
|
||||
Group: System/Servers
|
||||
Url: http://www.samba.org/ppp/
|
||||
|
@ -108,6 +108,10 @@ the PPP protocol.
|
|||
%{_tmpfilesdir}/ppp.conf
|
||||
%{_sysconfdir}/sysconfig/network-scripts/ifdown-ppp
|
||||
%{_sysconfdir}/sysconfig/network-scripts/ifup-ppp
|
||||
# scripts pon/poff/plog
|
||||
%{_sbindir}/pon
|
||||
%{_sbindir}/poff
|
||||
%{_sbindir}/plog
|
||||
|
||||
%post
|
||||
%tmpfiles_create %{_tmpfilesdir}/%{name}.conf
|
||||
|
@ -215,3 +219,6 @@ install -p %{SOURCE11} %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/ifdo
|
|||
mkdir -p %{buildroot}%{_rundir}/ppp
|
||||
mkdir -p %{buildroot}%{_rundir}/lock/ppp
|
||||
|
||||
install -Dm0755 scripts/pon %{buildroot}%{_sbindir}/pon
|
||||
install -Dm0755 scripts/poff %{buildroot}%{_sbindir}/poff
|
||||
install -Dm0755 scripts/plog %{buildroot}%{_sbindir}/plog
|
||||
|
|
Loading…
Add table
Reference in a new issue