rpms/iiimf/devel iiimf.spec,1.15,1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 12 03:27:39 UTC 2005


Update of /cvs/dist/rpms/iiimf/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13971

Modified Files:
	iiimf.spec 
Log Message:
* Tue Apr 12 2005 Akira TAGOH <tagoh at redhat.com>
- check if %%{_localstatedir}/run/iiim/.iiimp-unix exists.


Index: iiimf.spec
===================================================================
RCS file: /cvs/dist/rpms/iiimf/devel/iiimf.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- iiimf.spec	8 Apr 2005 15:56:08 -0000	1.15
+++ iiimf.spec	12 Apr 2005 03:27:37 -0000	1.16
@@ -568,7 +568,7 @@
 
 %post server
 # make sure we own any old unix domain socket
-chown %{iiim_user}:%{iiim_user} -R %{_localstatedir}/run/iiim/.iiimp-unix
+[ -d %{_localstatedir}/run/iiim/.iiimp-unix ] && chown %{iiim_user}:%{iiim_user} -R %{_localstatedir}/run/iiim/.iiimp-unix
 
 /sbin/chkconfig --add iiim
 %{instle}default/default.so --default --lang en >& /dev/null || :
@@ -900,6 +900,9 @@
 %endif
 
 %changelog
+* Tue Apr 12 2005 Akira TAGOH <tagoh at redhat.com>
+- check if %%{_localstatedir}/run/iiim/.iiimp-unix exists.
+
 * Fri Apr  8 2005 Akira TAGOH <tagoh at redhat.com> - 1:12.1.1-12.svn2435
 - le.xml.conf is now marked as %%ghost.
 - delete a htt user only when it still exists. (#154207)




More information about the fedora-cvs-commits mailing list