template-specs: java-webapp.spec - %config(missingok) context config.

pawelz pawelz at pld-linux.org
Thu Dec 9 01:49:47 CET 2010


Author: pawelz                       Date: Thu Dec  9 00:49:47 2010 GMT
Module: template-specs                Tag: HEAD
---- Log message:
- %config(missingok) context config.

---- Files affected:
template-specs:
   java-webapp.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: template-specs/java-webapp.spec
diff -u template-specs/java-webapp.spec:1.2 template-specs/java-webapp.spec:1.3
--- template-specs/java-webapp.spec:1.2	Tue Mar 30 08:53:34 2010
+++ template-specs/java-webapp.spec	Thu Dec  9 01:49:42 2010
@@ -82,7 +82,7 @@
 %dir %{_sysconfdir}/%{name}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.xml
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*.properties
-%{_tomcatconfdir}/%{name}.xml
+%config(missingok) %{_tomcatconfdir}/%{name}.xml
 %{webappdir}
 %attr(2775,root,servlet) %dir %{_sharedstatedir}/%{name}
 %dir %attr(2770,root,servlet) %{logdir}
@@ -93,6 +93,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2010/12/09 00:49:42  pawelz
+- %config(missingok) context config.
+
 Revision 1.2  2010/03/30 06:53:34  pawelz
 - suggest more verbose %files, don't use %config for directories
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/java-webapp.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list