/[smeserver]/rpms/e-smith-radiusd/sme10/e-smith-radiusd.spec
ViewVC logotype

Diff of /rpms/e-smith-radiusd/sme10/e-smith-radiusd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.11 by jpp, Wed Dec 9 02:38:43 2020 UTC Revision 1.13 by jpp, Wed Dec 9 02:51:41 2020 UTC
# Line 1  Line 1 
1  # $Id: e-smith-radiusd.spec,v 1.10 2020/12/09 02:33:21 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
# Line 189  e-smith server and gateway - configure r Line 189  e-smith server and gateway - configure r
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
194    
195  %build  %build
196  perl createlinks  perl createlinks
# Line 204  rm -f %{name}-%{version}-%{release}-file Line 205  rm -f %{name}-%{version}-%{release}-file
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
# Line 219  if [ $1 -gt 1 ] ; then Line 219  if [ $1 -gt 1 ] ; then
219          /usr/bin/sv d radiusd/log          /usr/bin/sv d radiusd/log
220    fi    fi
221    if [ -e /var/service/radiusd ] ; then    if [ -e /var/service/radiusd ] ; then
222          rm -rf /var/service/radiusd          rm -rf /var/service/radiusd >/dev/null 2>&1
223    fi    fi
224    
225  fi  fi


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed