1 |
# $Id: e-smith-radiusd.spec,v 1.11 2020/12/09 02:38:43 jpp Exp $ |
# $Id: e-smith-radiusd.spec,v 1.12 2020/12/09 02:48:39 jpp Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - configure PPTP inbound VPN |
Summary: e-smith server and gateway - configure PPTP inbound VPN |
4 |
%define name e-smith-radiusd |
%define name e-smith-radiusd |
189 |
%patch2 -p1 |
%patch2 -p1 |
190 |
%patch3 -p1 |
%patch3 -p1 |
191 |
%patch4 -p1 |
%patch4 -p1 |
192 |
rm -rf root/service root/var/service |
rm -rf root/service root/var/service root/var/log/radiusd |
193 |
mkdir -p root/var/log/stunnel/ssl |
mkdir -p root/var/log/stunnel/ssl |
194 |
|
|
195 |
%build |
%build |
196 |
perl createlinks |
perl createlinks |
205 |
--dir /var/service/radiusd 'attr(01755,root,root)' \ |
--dir /var/service/radiusd 'attr(01755,root,root)' \ |
206 |
--dir /var/log/stunnel 'attr(0755,stunnel,stunnel)' \ |
--dir /var/log/stunnel 'attr(0755,stunnel,stunnel)' \ |
207 |
--dir /var/log/stunnel/ssl 'attr(0755,stunnel,stunnel)' \ |
--dir /var/log/stunnel/ssl 'attr(0755,stunnel,stunnel)' \ |
|
--dir /var/log/radiusd 'attr(0755,smelog,smelog)' \ |
|
208 |
|sed -e '/%dir %attr(0755,root,root) \/etc\/raddb/d' \ |
|sed -e '/%dir %attr(0755,root,root) \/etc\/raddb/d' \ |
209 |
|sed -e '/%dir %attr(0755,root,root) \/etc\/raddb\/mods-enabled/d' \ |
|sed -e '/%dir %attr(0755,root,root) \/etc\/raddb\/mods-enabled/d' \ |
210 |
> %{name}-%{version}-%{release}-filelist |
> %{name}-%{version}-%{release}-filelist |