Skip to content
Snippets Groups Projects
Commit e5bf1aee authored by Stuart Gathman's avatar Stuart Gathman
Browse files

Fix /var/run/milter owner

parent 5df3a80f
Branches
Tags
No related merge requests found
......@@ -261,7 +261,7 @@ chmod a+x $RPM_BUILD_ROOT%{libdir}/start.sh
%defattr(-,root,root)
%doc README HOWTO ChangeLog NEWS TODO CREDITS sample.py milter-template.py
%config %{libdir}/start.sh
%dir %attr(-,mail,mail) /var/run/milter
%dir %attr(0755,mail,mail) /var/run/milter
%endif # noarch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment