- added default values for IPTABLES_STATUS_VERBOSE and
IPTABLES_STATUS_LINENUMBERS in init script - added missing lsb keywords Required-Start and Required-Stop to init script
This commit is contained in:
parent
bc5bcb4fea
commit
19f9d681df
@ -10,6 +10,8 @@
|
|||||||
#
|
#
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: iptables
|
# Provides: iptables
|
||||||
|
# Required-Start:
|
||||||
|
# Required-Stop:
|
||||||
# Default-Start: 2 3 4 5
|
# Default-Start: 2 3 4 5
|
||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Short-Description: start and stop iptables firewall
|
# Short-Description: start and stop iptables firewall
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: iptables
|
Name: iptables
|
||||||
Summary: Tools for managing Linux kernel packet filtering capabilities
|
Summary: Tools for managing Linux kernel packet filtering capabilities
|
||||||
Version: 1.4.7
|
Version: 1.4.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
||||||
Source1: iptables.init
|
Source1: iptables.init
|
||||||
Source2: iptables-config
|
Source2: iptables-config
|
||||||
@ -163,6 +163,11 @@ fi
|
|||||||
%{_libdir}/pkgconfig/xtables.pc
|
%{_libdir}/pkgconfig/xtables.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 24 2010 Thomas Woerner <twoerner@redhat.com> 1.4.7-2
|
||||||
|
- added default values for IPTABLES_STATUS_VERBOSE and
|
||||||
|
IPTABLES_STATUS_LINENUMBERS in init script
|
||||||
|
- added missing lsb keywords Required-Start and Required-Stop to init script
|
||||||
|
|
||||||
* Fri Mar 5 2010 Thomas Woerner <twoerner@redhat.com> 1.4.7-1
|
* Fri Mar 5 2010 Thomas Woerner <twoerner@redhat.com> 1.4.7-1
|
||||||
- new version 1.4.7 with support for all new features of 2.6.33 (rhbz#570767)
|
- new version 1.4.7 with support for all new features of 2.6.33 (rhbz#570767)
|
||||||
- libip4tc: Add static qualifier to dump_entry()
|
- libip4tc: Add static qualifier to dump_entry()
|
||||||
|
Loading…
Reference in New Issue
Block a user