summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/iplist/files/iplist-0.25-init.patch')
-rw-r--r--net-misc/iplist/files/iplist-0.25-init.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/net-misc/iplist/files/iplist-0.25-init.patch b/net-misc/iplist/files/iplist-0.25-init.patch
new file mode 100644
index 0000000..bdfd1a6
--- /dev/null
+++ b/net-misc/iplist/files/iplist-0.25-init.patch
@@ -0,0 +1,19 @@
+--- gentoo/ipblock 2009-01-21 22:26:17.000000000 -0200
++++ gentoo/ipblock.new 2009-03-21 04:01:16.400356378 -0300
+@@ -19,7 +19,7 @@
+ checkconfig || return 1
+ ebegin "Starting ipblock"
+
+- ipblock -s &
++ ipblock -s
+ eend ${?}
+ }
+
+@@ -27,6 +27,6 @@
+ checkconfig || return 1
+ ebegin "Stopping ipblock"
+
+- ipblock -d &
++ ipblock -d
+ eend ${?}
+ }