summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-01-08 12:39:41 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-01-08 12:39:41 +0000
commit97d5434e69b50161b46bfd58cd35587ce7da76c6 (patch)
treef3b6e614e3b9fcffa32b9767d753893e0d666891
parentchanged usbutils-0.11 to stable, removed lintool-warnings (diff)
downloadgentoo-2-97d5434e69b50161b46bfd58cd35587ce7da76c6.tar.gz
gentoo-2-97d5434e69b50161b46bfd58cd35587ce7da76c6.tar.bz2
gentoo-2-97d5434e69b50161b46bfd58cd35587ce7da76c6.zip
Forgot save() function in initscript
-rw-r--r--sys-apps/iptables/ChangeLog5
-rw-r--r--sys-apps/iptables/files/iptables.init8
2 files changed, 5 insertions, 8 deletions
diff --git a/sys-apps/iptables/ChangeLog b/sys-apps/iptables/ChangeLog
index ba743ab63fa4..771c77a46e05 100644
--- a/sys-apps/iptables/ChangeLog
+++ b/sys-apps/iptables/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/iptables
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/ChangeLog,v 1.18 2003/01/08 09:27:20 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/ChangeLog,v 1.19 2003/01/08 12:39:41 aliz Exp $
+
+ 08 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> files/iptables.init :
+ Forgot to remove save() function from initscript.
08 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> iptables-1.2.7a-r2.ebuild :
Closes #13466.
diff --git a/sys-apps/iptables/files/iptables.init b/sys-apps/iptables/files/iptables.init
index d8ea6040d7c9..31dc95d2085c 100644
--- a/sys-apps/iptables/files/iptables.init
+++ b/sys-apps/iptables/files/iptables.init
@@ -2,7 +2,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or
# later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/files/iptables.init,v 1.4 2003/01/07 13:11:15 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iptables/files/iptables.init,v 1.5 2003/01/08 12:39:41 aliz Exp $
depend() {
need logger net
@@ -69,9 +69,3 @@ stop() {
done
eend $?
}
-
-save() {
- ebegin "Saving iptables state"
- /sbin/iptables-save ${SAVE_RESTORE_OPTIONS} > ${IPTABLES_SAVE}
- eend $?
-}