- do not depend on local_fs in lsb header - this delayes start after

network
- fixed exit code for initscript usage
This commit is contained in:
Thomas Woerner 2007-09-19 16:30:16 +00:00
parent 996472d917
commit 324c1a2ec7
2 changed files with 6 additions and 4 deletions

View File

@ -10,8 +10,6 @@
#
### BEGIN INIT INFO
# Provides: iptables
# Required-Start: $local_fs
# Required-Stop: $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: start and stop iptables firewall
@ -335,7 +333,7 @@ case "$1" in
;;
*)
echo $"Usage: $0 {start|stop|restart|condrestart|status|panic|save}"
RETVAL=3
RETVAL=2
;;
esac

View File

@ -3,7 +3,7 @@
Name: iptables
Summary: Tools for managing Linux kernel packet filtering capabilities
Version: 1.3.8
Release: 2.1%{?dist}
Release: 3%{?dist}
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
Source1: iptables.init
Source2: iptables-config
@ -147,6 +147,10 @@ fi
%endif
%changelog
* Wed Sep 19 2007 Thomas Woerner <twoerner@redhat.com> 1.3.8-3
- do not depend on local_fs in lsb header - this delayes start after network
- fixed exit code for initscript usage
* Mon Sep 17 2007 Thomas Woerner <twoerner@redhat.com> 1.3.8-2.1
- do not use lock file for condrestart test