reload the server (i.e. HUP) after logrotate
This commit is contained in:
parent
7f49738ff5
commit
631dd12294
@ -30,6 +30,9 @@
|
|||||||
create
|
create
|
||||||
missingok
|
missingok
|
||||||
compress
|
compress
|
||||||
|
postrotate
|
||||||
|
/sbin/service radiusd reload
|
||||||
|
endscript
|
||||||
}
|
}
|
||||||
|
|
||||||
/var/log/radius/radutmp {
|
/var/log/radius/radutmp {
|
||||||
|
@ -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: 2.1.11
|
Version: 2.1.11
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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/
|
||||||
@ -573,6 +573,9 @@ exit 0
|
|||||||
%{_libdir}/freeradius/rlm_sql_unixodbc-%{version}.so
|
%{_libdir}/freeradius/rlm_sql_unixodbc-%{version}.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 23 2011 John Dennis <jdennis@redhat.com> - 2.1.11-2
|
||||||
|
- reload the server (i.e. HUP) after logrotate
|
||||||
|
|
||||||
* Wed Jun 22 2011 John Dennis <jdennis@redhat.com> - 2.1.11-1
|
* Wed Jun 22 2011 John Dennis <jdennis@redhat.com> - 2.1.11-1
|
||||||
- Upgrade to latest upstream release: 2.1.11
|
- Upgrade to latest upstream release: 2.1.11
|
||||||
- Remove the following two patches as upstream has incorporated them:
|
- Remove the following two patches as upstream has incorporated them:
|
||||||
|
Loading…
Reference in New Issue
Block a user