summaryrefslogtreecommitdiff
path: root/chat/konversation/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'chat/konversation/patches/patch-ab')
-rw-r--r--chat/konversation/patches/patch-ab17
1 files changed, 0 insertions, 17 deletions
diff --git a/chat/konversation/patches/patch-ab b/chat/konversation/patches/patch-ab
deleted file mode 100644
index 50df00f170d..00000000000
--- a/chat/konversation/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$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"