Author: blues Date: Wed Nov 26 10:46:56 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - restart radius after each module
---- Files affected: SPECS: freeradius-server.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/freeradius-server.spec diff -u SPECS/freeradius-server.spec:1.10 SPECS/freeradius-server.spec:1.11 --- SPECS/freeradius-server.spec:1.10 Thu Nov 6 16:48:15 2008 +++ SPECS/freeradius-server.spec Wed Nov 26 11:46:50 2008 @@ -17,7 +17,7 @@ Summary(pl.UTF-8): Szybki i wysoce konfigurowalny serwer RADIUS Name: freeradius-server Version: 2.1.1 -Release: 0.13 +Release: 0.14 License: GPL Group: Networking/Daemons/Radius Source0: ftp://ftp.freeradius.org/pub/radius/%{name}-%{version}.tar.bz2 @@ -293,7 +293,27 @@ %groupremove radius fi -%post libs -p /sbin/ldconfig +%define module_scripts() \ +%post %1 \ +%service %{name} restart \ +\ +%postun %1 \ +%service %{name} restart + +%module_scripts module-krb5 +%module_scripts module-ldap +%module_scripts module-mysql +%module_scripts module-otp +%module_scripts module-pam +%module_scripts module-perl +%module_scripts module-postgresql +%module_scripts module-python +%module_scripts module-sqlite +%module_scripts module-sql_firebird +%module_scripts module-unix +%module_scripts module-unixodbc + +%post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig %files @@ -552,6 +572,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2008/11/26 10:46:50 blues +- restart radius after each module + Revision 1.10 2008/11/06 15:48:15 blues - move sql_firebird to separate package ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/freeradius-server.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
