summaryrefslogtreecommitdiff
path: root/net/coda/patches
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2007-08-06 12:31:25 +0000
committergdt <gdt@pkgsrc.org>2007-08-06 12:31:25 +0000
commit40c367fcf6b366ff5ebb2aa0ba54f09aecebf6b3 (patch)
treeb5a04c731b9b6809164002e554f4a80ede662289 /net/coda/patches
parenta289a49cd1ed1a43085a8e8c20e3c894f9ab4c03 (diff)
downloadpkgsrc-40c367fcf6b366ff5ebb2aa0ba54f09aecebf6b3.tar.gz
Update to 6.9.2.
No NEWS or ChangeLog, but from mailing list this adds gcodacon, a system tray applet to show reintegration status, converts to automake, and various bugfixes.
Diffstat (limited to 'net/coda/patches')
-rw-r--r--net/coda/patches/patch-aa24
-rw-r--r--net/coda/patches/patch-ab20
2 files changed, 22 insertions, 22 deletions
diff --git a/net/coda/patches/patch-aa b/net/coda/patches/patch-aa
index c3c7e36f3c8..bc2e5adb5f5 100644
--- a/net/coda/patches/patch-aa
+++ b/net/coda/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/04/12 18:13:05 gdt Exp $
+$NetBSD: patch-aa,v 1.2 2007/08/06 12:31:25 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
+--- coda-src/scripts/Makefile.am.orig 2007-08-01 14:31:53.000000000 -0400
++++ coda-src/scripts/Makefile.am
+@@ -23,7 +23,7 @@ dist_man_MANS += bldvldb.sh.8 createvol_
+ if SYSVINIT
+ dist_init_SCRIPTS += auth2.init codasrv.init update.init
+ else
+-dist_init_SCRIPTS += rc.vice
++#dist_init_SCRIPTS += rc.vice
+ endif
+ endif
+ EXTRA_DIST = findparents.sh volinfo.pl volsizes.pl
diff --git a/net/coda/patches/patch-ab b/net/coda/patches/patch-ab
index 5aca6eacb80..d808caecb79 100644
--- a/net/coda/patches/patch-ab
+++ b/net/coda/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.1.1.1 2007/04/12 18:13:05 gdt Exp $
+$NetBSD: patch-ab,v 1.2 2007/08/06 12:31:25 gdt Exp $
---- coda-src/scripts/Makefile.in.orig 2006-11-02 14:46:29.000000000 -0500
+--- coda-src/scripts/Makefile.in.orig 2007-08-02 14:59:50.000000000 -0400
+++ coda-src/scripts/Makefile.in
-@@ -51,7 +51,7 @@ ifeq ($(SYS),solaris2)
- else
- # use BSD style init scripts
- CINIT-SCRIPTS = # rc.venus
-- SINIT-SCRIPTS = rc.vice
-+ SINIT-SCRIPTS = # rc.vice
- endif
- endif
+@@ -51,7 +51,7 @@ host_triplet = @host@
+ @BUILD_SERVER_TRUE@ startserver.8 vice-setup.8 volumelist.5
+ @BUILD_SERVER_TRUE@@SYSVINIT_TRUE@am__append_8 = auth2.init codasrv.init update.init
+-@BUILD_SERVER_TRUE@@SYSVINIT_FALSE@am__append_9 = rc.vice
++#@BUILD_SERVER_TRUE@@SYSVINIT_FALSE@am__append_9 = rc.vice
+ ACLOCAL = @ACLOCAL@
+ AMDEP_FALSE = @AMDEP_FALSE@
+ AMDEP_TRUE = @AMDEP_TRUE@