Author: glen Date: Fri Jan 6 20:51:43 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - no %config for initscript
---- Files affected: SPECS: cancd.spec (1.3 -> 1.4) , netconsole.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/cancd.spec diff -u SPECS/cancd.spec:1.3 SPECS/cancd.spec:1.4 --- SPECS/cancd.spec:1.3 Fri Jan 6 21:18:32 2006 +++ SPECS/cancd.spec Fri Jan 6 21:51:37 2006 @@ -2,7 +2,7 @@ Summary: The CA NetConsole Daemon Name: cancd Version: 0.1.0 -Release: 0.4 +Release: 0.5 License: GPL Group: Applications/File Source0: http://oss.oracle.com/projects/cancd/dist/files/source/%{name}-%{version}.tar.gz @@ -74,7 +74,7 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_sbindir}/cancd %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/cancd -%attr(754,root,root) %config /etc/rc.d/init.d/cancd +%attr(754,root,root) /etc/rc.d/init.d/cancd %attr(770,root,cancd) %dir /var/log/cancd %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -83,6 +83,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/01/06 20:51:37 glen +- no %config for initscript + Revision 1.3 2006/01/06 20:18:32 glen - rc-scripts version for daemon --user ================================================================ Index: SPECS/netconsole.spec diff -u SPECS/netconsole.spec:1.1 SPECS/netconsole.spec:1.2 --- SPECS/netconsole.spec:1.1 Fri Jan 6 21:50:43 2006 +++ SPECS/netconsole.spec Fri Jan 6 21:51:37 2006 @@ -39,7 +39,7 @@ %files %defattr(644,root,root,755) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/netconsole -%attr(754,root,root) %config /etc/rc.d/init.d/netconsole +%attr(754,root,root) /etc/rc.d/init.d/netconsole %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -47,6 +47,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/01/06 20:51:37 glen +- no %config for initscript + Revision 1.1 2006/01/06 20:50:43 glen - initial - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/cancd.spec?r1=1.3&r2=1.4&f=u http://cvs.pld-linux.org/SPECS/netconsole.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
