[Lunar-commits] <moonbase> cutter: move it from utils to net dir.
Florin Braescu
florin at lunar-linux.org
Tue Jan 3 18:09:26 CET 2012
commit 1ce23e3fa4a61ecb0c487f0e321ba455a8d65beb
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jan 3 18:09:26 2012 +0100
cutter: move it from utils to net dir.
---
net/cutter/BUILD | 7 +++++++
net/cutter/DETAILS | 16 ++++++++++++++++
utils/cutter/BUILD | 7 -------
utils/cutter/DETAILS | 16 ----------------
4 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/net/cutter/BUILD b/net/cutter/BUILD
new file mode 100644
index 0000000..32c1172
--- /dev/null
+++ b/net/cutter/BUILD
@@ -0,0 +1,7 @@
+(
+
+ cc $CFLAGS cutter.c -o cutter &&
+ prepare_install &&
+ install -m755 cutter /usr/sbin
+
+) > $C_FIFO 2>&1
diff --git a/net/cutter/DETAILS b/net/cutter/DETAILS
new file mode 100644
index 0000000..2d26e92
--- /dev/null
+++ b/net/cutter/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=cutter
+ VERSION=1.03
+ SOURCE=$MODULE-$VERSION.tgz
+ SOURCE_URL=http://www.lowth.com/cutter/software
+ SOURCE_VFY=sha1:ae9a9b7c800ba85d32f7338ca79552a365648502
+ WEB_SITE=http://www.lowth.com/cutter
+ ENTERED=20030617
+ UPDATED=20101229
+ SHORT="TCP/IP connection cutter for IPtables based firewalls"
+
+cat << EOF
+Cutter allows network administrators to close TCP/IP connections
+running over a Linux/IPtables firewall. It closes the connection in
+such a way as to lead BOTH ends (client and server) to believe that
+it was aborted by the other.
+EOF
diff --git a/utils/cutter/BUILD b/utils/cutter/BUILD
deleted file mode 100644
index 32c1172..0000000
--- a/utils/cutter/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- cc $CFLAGS cutter.c -o cutter &&
- prepare_install &&
- install -m755 cutter /usr/sbin
-
-) > $C_FIFO 2>&1
diff --git a/utils/cutter/DETAILS b/utils/cutter/DETAILS
deleted file mode 100644
index 2d26e92..0000000
--- a/utils/cutter/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=cutter
- VERSION=1.03
- SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL=http://www.lowth.com/cutter/software
- SOURCE_VFY=sha1:ae9a9b7c800ba85d32f7338ca79552a365648502
- WEB_SITE=http://www.lowth.com/cutter
- ENTERED=20030617
- UPDATED=20101229
- SHORT="TCP/IP connection cutter for IPtables based firewalls"
-
-cat << EOF
-Cutter allows network administrators to close TCP/IP connections
-running over a Linux/IPtables firewall. It closes the connection in
-such a way as to lead BOTH ends (client and server) to believe that
-it was aborted by the other.
-EOF
More information about the Lunar-commits
mailing list