From 71546e0557ae3b143bc577f3ad4859f7ac5ebd5e Mon Sep 17 00:00:00 2001 From: fgsch Date: Sat, 26 Oct 2002 00:49:44 +0000 Subject: [PATCH] missing ';' that triggers a warning when the client is run. --- net/silc-client/patches/patch-irssi_silc_conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/silc-client/patches/patch-irssi_silc_conf diff --git a/net/silc-client/patches/patch-irssi_silc_conf b/net/silc-client/patches/patch-irssi_silc_conf new file mode 100644 index 00000000000..884934d30ca --- /dev/null +++ b/net/silc-client/patches/patch-irssi_silc_conf @@ -0,0 +1,12 @@ +$OpenBSD: patch-irssi_silc_conf,v 1.1 2002/10/26 00:49:44 fgsch Exp $ +--- irssi/silc.conf.orig Fri Oct 25 21:38:08 2002 ++++ irssi/silc.conf Fri Oct 25 21:38:15 2002 +@@ -71,7 +71,7 @@ aliases = { + CALC = "exec - if which bc &>/dev/null\\; then echo '$*' | bc | awk '{print \"$*=\"$$1}'\\; else echo bc was not found\\; fi"; + SBAR = "STATUSBAR"; + Q = "QUERY"; +- MOOD = "ATTR status_mood" ++ MOOD = "ATTR status_mood"; + }; + + #