commit 020d17d733fed691d055de1783932e8a98873ca3
parent cf183409e397f60ed4996060843a4bbaa03f78c1
Author: Charles Lehner <cel@celehner.com>
Date: Thu, 15 Jan 2015 21:18:41 -0500
ii: let 1.7 ssl patch apply cleanly
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools.suckless.org/ii/patches/ii-1.7-ssl.diff b/tools.suckless.org/ii/patches/ii-1.7-ssl.diff
@@ -30,7 +30,7 @@ diff -up a/ii.1 b/ii.1
+lets you connect using ssl encryption. The default ssl port is 6697.
+.TP
.BI \-k " environment variable"
- lets you specify an environment variable that contains your IRC password, e.g. IIPASS="foobar" ii -k FOOBAR.
+ lets you specify an environment variable that contains your IRC password, e.g. IIPASS="foobar" ii -k IIPASS.
This is done in order to prevent other users from eavesdropping the server password via the process list.
diff -up a/ii.c b/ii.c
--- a/ii.c 2013-01-05 08:26:47.000000000 -0500