[Freeswitch-svn] [commit] r6549 - freeswitch/trunk

Freeswitch SVN cypromis at freeswitch.org
Thu Dec 6 16:46:22 EST 2007


Author: cypromis
Date: Thu Dec  6 16:46:22 2007
New Revision: 6549

Modified:
   freeswitch/trunk/freeswitch.spec

Log:
permissions problems


Modified: freeswitch/trunk/freeswitch.spec
==============================================================================
--- freeswitch/trunk/freeswitch.spec	(original)
+++ freeswitch/trunk/freeswitch.spec	Thu Dec  6 16:46:22 2007
@@ -261,7 +261,7 @@
 
 %files
 %defattr(-,freeswitch,daemon)
-%dir %attr(755,root,root) /etc/monit.d
+%dir %attr(775,root,daemon) /etc/monit.d
 %dir %attr(750,freeswitch,daemon) /opt/freeswitch/db
 %dir %attr(750,freeswitch,daemon) /opt/freeswitch/log
 %dir %attr(750,freeswitch,daemon) /opt/freeswitch/log/xml_cdr
@@ -274,7 +274,7 @@
 %dir %attr(750,freeswitch,daemon) /opt/freeswitch/conf/directory
 %dir %attr(750,freeswitch,daemon) /opt/freeswitch/conf/lang
 %dir %attr(750,freeswitch,daemon) /opt/freeswitch/conf/sip_profiles
-%config(noreplace) %attr(644,root,root) /etc/monit.d/freeswitch.monitrc
+%config(noreplace) %attr(644,freeswitch,daemon) /etc/monit.d/freeswitch.monitrc
 %config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/mime.types
 %config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/*.tpl
 %config(noreplace) %attr(640,freeswitch,daemon) /opt/freeswitch/conf/*.xml



More information about the Freeswitch-svn mailing list