summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Krajniak2005-02-13 10:19:47 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit10c1ea3ec207d1179124bcdb435d3d2784899cf9 (patch)
treec9ae25b886bc4d60fa483d76c8cdf3a80b3eeb6f
parentfc811b7ae28f80eeb8ccca09473d6a6b1d985316 (diff)
downloadtcpreen-10c1ea3ec207d1179124bcdb435d3d2784899cf9.zip
tcpreen-10c1ea3ec207d1179124bcdb435d3d2784899cf9.tar.gz
- patch for tcpreen created by Marcin Banasiak
Changed files: tcpreen-words.patch -> 1.1
-rw-r--r--tcpreen-words.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/tcpreen-words.patch b/tcpreen-words.patch
new file mode 100644
index 0000000..8fc40b8
--- /dev/null
+++ b/tcpreen-words.patch
@@ -0,0 +1,12 @@
+diff -urN tcpreen-1.4.1/src/main.cpp tcpreen-1.4.1.new/src/main.cpp
+--- tcpreen-1.4.1/src/main.cpp 2004-06-27 17:24:30.000000000 +0200
++++ tcpreen-1.4.1.new/src/main.cpp 2005-02-12 22:43:25.455751312 +0100
+@@ -126,7 +126,7 @@
+ static int
+ quick_usage (void)
+ {
+- fputs (_("Try `tcpreeen -h | more' for more information.\n"), stderr);
++ fputs (_("Try `tcpreen -h | more' for more information.\n"), stderr);
+ return MAIN_PARMPROB;
+ }
+