From f4770e60d1c5a4bb61a25196eabc6e1a52a92cd6 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 22 Oct 2006 09:24:38 +0000 Subject: Fixed "test ==". --- chat/konversation/distinfo | 3 ++- chat/konversation/patches/patch-ab | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 chat/konversation/patches/patch-ab (limited to 'chat') diff --git a/chat/konversation/distinfo b/chat/konversation/distinfo index ced7e97a460..060717573c6 100644 --- a/chat/konversation/distinfo +++ b/chat/konversation/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.3 2006/09/15 09:50:39 he Exp $ +$NetBSD: distinfo,v 1.4 2006/10/22 09:24:38 rillig Exp $ SHA1 (konversation-1.0.tar.bz2) = f592727626845e568696d06b3a086d4b607f4ab3 RMD160 (konversation-1.0.tar.bz2) = 960a6bfbec3f7fc30dcb9215b10eded30dfc22e1 Size (konversation-1.0.tar.bz2) = 5657702 bytes SHA1 (patch-aa) = 1143627dbe906f77a8d16195b403653e1ab2d232 +SHA1 (patch-ab) = 68c11c4e1c00286607d394cb0b0b4132cd4789d0 diff --git a/chat/konversation/patches/patch-ab b/chat/konversation/patches/patch-ab new file mode 100644 index 00000000000..50df00f170d --- /dev/null +++ b/chat/konversation/patches/patch-ab @@ -0,0 +1,17 @@ +$NetBSD: patch-ab,v 1.3 2006/10/22 09:24:38 rillig Exp $ + +--- konversation/scripts/sysinfo.orig 2006-08-31 19:51:24.000000000 +0200 ++++ konversation/scripts/sysinfo 2006-10-22 11:21:23.000000000 +0200 +@@ -69,10 +69,10 @@ printf ("%d.%d%s up",n, n2, u); + + out="Sysinfo for '$HN': $OSKERN running $KDE, $CPU, $HDD, $MEM, $PROC proc's, ${UPT}" + +-if [ "x$PORT" == "x" ] ; then ++if [ "x$PORT" = "x" ] ; then + echo "$out" + else +- if [ "x$TARGET" == "x" ] ; then ++ if [ "x$TARGET" = "x" ] ; then + dcop $PORT default error "$out" + else + dcop $PORT default say $SERVER "$TARGET" "$out" -- cgit v1.2.3