add missingok config attribute to /etc/raddb/sites-enabled/* symlinks
This commit is contained in:
parent
e166319454
commit
676058b3fa
@ -1,7 +1,7 @@
|
|||||||
Summary: High-performance and highly configurable free RADIUS server
|
Summary: High-performance and highly configurable free RADIUS server
|
||||||
Name: freeradius
|
Name: freeradius
|
||||||
Version: 3.0.0
|
Version: 3.0.0
|
||||||
Release: 0.2.rc0%{?dist}
|
Release: 0.3.rc0%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://www.freeradius.org/
|
URL: http://www.freeradius.org/
|
||||||
@ -387,14 +387,10 @@ exit 0
|
|||||||
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/tls
|
%attr(640,root,radiusd) %config(noreplace) /etc/raddb/sites-available/tls
|
||||||
|
|
||||||
# sites-enabled
|
# sites-enabled
|
||||||
|
# symlink: /etc/raddb/sites-enabled/xxx -> ../sites-available/xxx
|
||||||
%dir %attr(750,root,radiusd) /etc/raddb/sites-enabled
|
%dir %attr(750,root,radiusd) /etc/raddb/sites-enabled
|
||||||
|
%config(missingok) /etc/raddb/sites-enabled/inner-tunnel
|
||||||
# symlink: /etc/raddb/sites-enabled/inner-tunnel -> ../sites-available/inner-tunnel
|
%config(missingok) /etc/raddb/sites-enabled/default
|
||||||
/etc/raddb/sites-enabled/inner-tunnel
|
|
||||||
|
|
||||||
# symlink: /etc/raddb/sites-enabled/default -> ../sites-available/default
|
|
||||||
/etc/raddb/sites-enabled/default
|
|
||||||
|
|
||||||
# mods-available
|
# mods-available
|
||||||
%dir %attr(750,root,radiusd) /etc/raddb/mods-available
|
%dir %attr(750,root,radiusd) /etc/raddb/mods-available
|
||||||
@ -728,6 +724,9 @@ exit 0
|
|||||||
%{_libdir}/freeradius/rlm_sql_unixodbc.so
|
%{_libdir}/freeradius/rlm_sql_unixodbc.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 26 2013 John Dennis <jdennis@redhat.com> - 3.0.0-0.3.rc0
|
||||||
|
- add missingok config attribute to /etc/raddb/sites-enabled/* symlinks
|
||||||
|
|
||||||
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 3.0.0-0.2.rc0
|
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 3.0.0-0.2.rc0
|
||||||
- Perl 5.18 rebuild
|
- Perl 5.18 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user