mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02:00
Add %attr spec for /etc/init.d/shorewall
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1398 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
68571cbbdc
commit
ed6046a1e9
@ -27,3 +27,5 @@ Changes since 2.0.2
|
|||||||
12) Add 'key' to sample tunnel file.
|
12) Add 'key' to sample tunnel file.
|
||||||
|
|
||||||
13) Allow multiple saved configurations.
|
13) Allow multiple saved configurations.
|
||||||
|
|
||||||
|
14) Add %attr spec to /etc/init.d/shorewall in the .spec file.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Shorewall 2.0.3 Beta 1
|
Shorewall 2.0.3 Beta 2
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
Problems Corrected since 2.0.2
|
Problems Corrected since 2.0.2
|
||||||
@ -29,6 +29,9 @@ Problems Corrected since 2.0.2
|
|||||||
|
|
||||||
8) The 'newnotsyn' option in /etc/shorewall/hosts has no effect.
|
8) The 'newnotsyn' option in /etc/shorewall/hosts has no effect.
|
||||||
|
|
||||||
|
9) The file /etc/init.d/shorewall now gets proper ownership when the
|
||||||
|
RPM is built by a non-root user.
|
||||||
|
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
Issues when migrating from Shorewall 2.0.2 to Shorewall 2.0.3:
|
Issues when migrating from Shorewall 2.0.2 to Shorewall 2.0.3:
|
||||||
|
|
||||||
|
@ -266,6 +266,8 @@ CONFIG_PATH=/etc/shorewall:/usr/share/shorewall
|
|||||||
#
|
#
|
||||||
# shorewall -f start
|
# shorewall -f start
|
||||||
# shorewall restore
|
# shorewall restore
|
||||||
|
# shorewall save
|
||||||
|
# shorewall forget
|
||||||
# Failure of shorewall start or shorewall restart
|
# Failure of shorewall start or shorewall restart
|
||||||
#
|
#
|
||||||
# The value of the option must be the name of an executable file in the
|
# The value of the option must be the name of an executable file in the
|
||||||
|
@ -68,7 +68,7 @@ if [ $1 = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files
|
%files
|
||||||
/etc/init.d/shorewall
|
%attr(0544,root,root) /etc/init.d/shorewall
|
||||||
%attr(0700,root,root) %dir /etc/shorewall
|
%attr(0700,root,root) %dir /etc/shorewall
|
||||||
%attr(0700,root,root) %dir /usr/share/shorewall
|
%attr(0700,root,root) %dir /usr/share/shorewall
|
||||||
%attr(0700,root,root) %dir /var/lib/shorewall
|
%attr(0700,root,root) %dir /var/lib/shorewall
|
||||||
@ -141,6 +141,8 @@ fi
|
|||||||
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel
|
%doc COPYING INSTALL changelog.txt releasenotes.txt tunnel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 14 2004 Tom Eastep tom@shorewall.net
|
||||||
|
- Added %attr spec for /etc/init.d/shorewall
|
||||||
* Sat May 15 2004 Tom Eastep tom@shorewall.net
|
* Sat May 15 2004 Tom Eastep tom@shorewall.net
|
||||||
- Updated for 2.0.2a-1
|
- Updated for 2.0.2a-1
|
||||||
* Thu May 13 2004 Tom Eastep tom@shorewall.net
|
* Thu May 13 2004 Tom Eastep tom@shorewall.net
|
||||||
|
Loading…
x
Reference in New Issue
Block a user