diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-11-30 23:01:17 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-11-30 23:01:17 +0000 |
commit | 85c15b1d18988abfd2df67d402e078597179fc0d (patch) | |
tree | 8bc14c06c9ce5a4064d9d757accd720905bd9f29 /chat/silc-client/patches | |
parent | 6e978a1a02b642c6c33f6d4ad719cf5c90a769ef (diff) | |
download | pkgsrc-85c15b1d18988abfd2df67d402e078597179fc0d.tar.gz |
Update to 0.6.6nb1: suppress an annoying warning on startup
patch submitted by Lubomir Sedlacik <salo@xtrmntr.org> in private mail.
Diffstat (limited to 'chat/silc-client/patches')
-rw-r--r-- | chat/silc-client/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/silc-client/patches/patch-ac b/chat/silc-client/patches/patch-ac new file mode 100644 index 00000000000..065d43e1ccd --- /dev/null +++ b/chat/silc-client/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.1 2001/11/30 23:01:18 hubertf Exp $ + +--- irssi/config.orig Fri Nov 30 02:18:01 2001 ++++ irssi/config Fri Nov 30 02:18:19 2001 +@@ -57,7 +57,6 @@ + use_msgs_window = "no"; + autocreate_windows = "no"; + autocreate_query_level = "none"; +- use_auto_addr = "no"; + }; + "fe-text" = { topicbar = "no"; mail_counter = "yes"; indent = "8"; }; + }; |