summaryrefslogtreecommitdiff
path: root/net/coda/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/coda/patches/patch-aa')
-rw-r--r--net/coda/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/coda/patches/patch-aa b/net/coda/patches/patch-aa
new file mode 100644
index 00000000000..c3c7e36f3c8
--- /dev/null
+++ b/net/coda/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/04/12 18:13:05 gdt Exp $
+
+--- debian/coda-client.postrm.orig 2004-10-15 10:50:52.000000000 -0400
++++ debian/coda-client.postrm
+@@ -5,7 +5,7 @@
+
+ set -e
+
+-if [ "$1" == "purge" ] ; then
++if [ "$1" = "purge" ] ; then
+ echo "Purging Coda client configuration and cache files" >&2
+ rm -f /etc/coda/venus.conf
+ rm -rf /var/cache/coda /var/lib/coda /var/log/coda