- do not use lock file for condrestart test
This commit is contained in:
parent
498412ec5f
commit
996472d917
@ -316,7 +316,7 @@ case "$1" in
|
|||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
;;
|
;;
|
||||||
condrestart|try-restart)
|
condrestart|try-restart)
|
||||||
[ ! -e "$VAR_SUBSYS_IPTABLES" ] && exit 7
|
[ $running -eq 0 ] || exit 0
|
||||||
restart
|
restart
|
||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
;;
|
;;
|
||||||
|
@ -3,7 +3,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.3.8
|
Version: 1.3.8
|
||||||
Release: 2%{?dist}
|
Release: 2.1%{?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
|
||||||
@ -147,6 +147,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 17 2007 Thomas Woerner <twoerner@redhat.com> 1.3.8-2.1
|
||||||
|
- do not use lock file for condrestart test
|
||||||
|
|
||||||
* Thu Aug 23 2007 Thomas Woerner <twoerner@redhat.com> 1.3.8-2
|
* Thu Aug 23 2007 Thomas Woerner <twoerner@redhat.com> 1.3.8-2
|
||||||
- fixed initscript for LSB conformance (rhbz#246953, rhbz#242459)
|
- fixed initscript for LSB conformance (rhbz#246953, rhbz#242459)
|
||||||
- provide iptc interface again, but unsupported (rhbz#216733)
|
- provide iptc interface again, but unsupported (rhbz#216733)
|
||||||
|
Loading…
Reference in New Issue
Block a user