mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-14 19:54:06 +01:00
Correct rpm file ownership problem
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2553 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
cfb7af8096
commit
0e87a5013c
@ -62,6 +62,7 @@ if [ $1 = 0 ]; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%attr(0544,root,root) /etc/init.d/shorewall
|
||||
%attr(0700,root,root) %dir /etc/shorewall
|
||||
%attr(0700,root,root) %dir /usr/share/shorewall
|
||||
|
Loading…
Reference in New Issue
Block a user