--resolve 4201 fix up the spec file to make sure /var/lib/freeswitch has the correct perms

This commit is contained in:
Ken Rice 2012-05-10 16:23:55 -05:00
parent 7044273376
commit 702cc9d49f
1 changed files with 1 additions and 0 deletions

View File

@ -1593,6 +1593,7 @@ fi
#################################### Basic Directory Structure #######################################################
#
%dir %attr(0750, freeswitch, daemon) %{sysconfdir}
%dir %attr(0750, freeswitch, daemon) %{LOCALSTATEDIR}
%dir %attr(0750, freeswitch, daemon) %{DBDIR}
%dir %attr(0750, freeswitch, daemon) %{GRAMMARDIR}
%dir %attr(0750, freeswitch, daemon) %{HTDOCSDIR}