summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-22 09:24:38 +0000
committerrillig <rillig>2006-10-22 09:24:38 +0000
commita475849e1055e46eeee0035b7030ae90d2af1346 (patch)
tree6490a93e4828e2ff53785a9bed2afccf4e03d742 /chat
parent15e6e9a4bb3e939e3ae96bf5677635c4d3038914 (diff)
downloadpkgsrc-a475849e1055e46eeee0035b7030ae90d2af1346.tar.gz
Fixed "test ==".
Diffstat (limited to 'chat')
-rw-r--r--chat/konversation/distinfo3
-rw-r--r--chat/konversation/patches/patch-ab17
2 files changed, 19 insertions, 1 deletions
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"