summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2008-09-04 10:29:25 +0000
committerSven Wegener <swegener@gentoo.org>2008-09-04 10:29:25 +0000
commitf3ca55267d927249ccb808602909c7f4e3f40cca (patch)
tree3aa081ef42a68876d5d907ad76ef0e3d19fde984 /net-irc/irssi/files/irssi-0.8.12-svn-4612.patch
parentRedigest 2.9.21.1, upstream updated the tarball, bug #236604. (diff)
downloadhistorical-f3ca55267d927249ccb808602909c7f4e3f40cca.tar.gz
historical-f3ca55267d927249ccb808602909c7f4e3f40cca.tar.bz2
historical-f3ca55267d927249ccb808602909c7f4e3f40cca.zip
Pull in a patch to fix the help URL, bug #235450.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64
Diffstat (limited to 'net-irc/irssi/files/irssi-0.8.12-svn-4612.patch')
-rw-r--r--net-irc/irssi/files/irssi-0.8.12-svn-4612.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/net-irc/irssi/files/irssi-0.8.12-svn-4612.patch b/net-irc/irssi/files/irssi-0.8.12-svn-4612.patch
new file mode 100644
index 000000000000..2415736f731a
--- /dev/null
+++ b/net-irc/irssi/files/irssi-0.8.12-svn-4612.patch
@@ -0,0 +1,30 @@
+r4612 | Geert | 2007-10-11 16:02:27 +0000 (Thu, 11 Oct 2007) | 2 lines
+
+Fix broken URI.
+
+Index: trunk/src/fe-text/irssi.c
+===================================================================
+--- trunk/src/fe-text/irssi.c (revision 4611)
++++ trunk/src/fe-text/irssi.c (revision 4612)
+@@ -86,7 +86,7 @@
+ "Looks like this is the first time you've run irssi.\n"
+ "This is just a reminder that you really should go read\n"
+ "startup-HOWTO if you haven't already. You can find it\n"
+- "and more irssi beginner info at http://irssi.org/help/\n"
++ "and more irssi beginner info at http://www.irssi.org\n"
+ "\n"
+ "For the truly impatient people who don't like any automatic\n"
+ "window creation or closing, just type: /MANUAL-WINDOWS";
+Index: trunk/irssi.conf
+===================================================================
+--- trunk/irssi.conf (revision 4611)
++++ trunk/irssi.conf (revision 4612)
+@@ -124,7 +124,7 @@
+ prompt = "{prompt $[.15]itemname}";
+ prompt_empty = "{prompt $winname}";
+ topic = " $topic";
+- topic_empty = " Irssi v$J - http://irssi.org/help/";
++ topic_empty = " Irssi v$J - http://www.irssi.org";
+
+ # all of these treated specially, they're only displayed when needed
+ lag = "{sb Lag: $0-}";