head	1.3;
access;
symbols
	pkgsrc-2013Q2:1.3.0.42
	pkgsrc-2013Q2-base:1.3
	pkgsrc-2012Q4:1.3.0.40
	pkgsrc-2012Q4-base:1.3
	pkgsrc-2011Q4:1.3.0.38
	pkgsrc-2011Q4-base:1.3
	pkgsrc-2011Q2:1.3.0.36
	pkgsrc-2011Q2-base:1.3
	pkgsrc-2009Q4:1.3.0.34
	pkgsrc-2009Q4-base:1.3
	pkgsrc-2008Q4:1.3.0.32
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.30
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.28
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.26
	pkgsrc-2008Q2-base:1.3
	pkgsrc-2008Q1:1.3.0.24
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.22
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.20
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.18
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.16
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.3.0.14
	pkgsrc-2006Q4-base:1.3
	pkgsrc-2006Q3:1.3.0.12
	pkgsrc-2006Q3-base:1.3
	pkgsrc-2006Q2:1.3.0.10
	pkgsrc-2006Q2-base:1.3
	pkgsrc-2006Q1:1.3.0.8
	pkgsrc-2006Q1-base:1.3
	pkgsrc-2005Q4:1.3.0.6
	pkgsrc-2005Q4-base:1.3
	pkgsrc-2005Q3:1.3.0.4
	pkgsrc-2005Q3-base:1.3
	pkgsrc-2005Q2:1.3.0.2
	pkgsrc-2005Q2-base:1.3
	pkgsrc-2005Q1:1.2.0.18
	pkgsrc-2005Q1-base:1.2
	pkgsrc-2004Q4:1.2.0.16
	pkgsrc-2004Q4-base:1.2
	pkgsrc-2004Q3:1.2.0.14
	pkgsrc-2004Q3-base:1.2
	pkgsrc-2004Q2:1.2.0.12
	pkgsrc-2004Q2-base:1.2
	pkgsrc-2004Q1:1.2.0.10
	pkgsrc-2004Q1-base:1.2
	pkgsrc-2003Q4:1.2.0.8
	pkgsrc-2003Q4-base:1.2
	netbsd-1-6-1:1.2.0.4
	netbsd-1-6-1-base:1.2
	netbsd-1-6:1.2.0.6
	netbsd-1-6-RELEASE-base:1.2
	pkgviews:1.2.0.2
	pkgviews-base:1.2
	buildlink2:1.1.0.2
	buildlink2-base:1.2
	netbsd-1-5-PATCH003:1.1;
locks; strict;
comment	@# @;


1.3
date	2005.04.19.00.07.27;	author wiz;	state dead;
branches;
next	1.2;

1.2
date	2002.06.20.19.28.24;	author jlam;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.31.22.55.02;	author zuntum;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	2002.06.23.18.54.57;	author jlam;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove non-building coda5_client and coda5_server packages; ok'd
by maintainer, phil@@, who will be working on importing a coda6
package.
@
text
@#! /bin/sh
#
# $NetBSD: DEINSTALL,v 1.2 2002/06/20 19:28:24 jlam Exp $

case ${STAGE} in
POST-DEINSTALL)
	for file in au coda-setup-ports codaconfedit; do
		${RM} -f ${PKG_PREFIX}/sbin/${file}
		if [ -f ${PKG_PREFIX}/sbin/vice-${file} ]; then
			${LN} -sf vice-${file} ${PKG_PREFIX}/sbin/${file}
		fi
	done
	;;
esac
@


1.2
log
@Update net/coda5_client to version 5.3.19.  Changes from version 5.3.13
include:

	* Installing the relevant manpages with the client programs.
	* Miscellaneous bug fixes.
	* Venus now gracefully handles the situation where getvolinfo returns
	  different replicas compared to the cached replication information.
	  Now we only need add server support for VSG changes and a trigger
	  that forces venus to make a getvolinfo call and we can start moving
	  volumes around in the system.
	* Avoid killing clients when receiving truncated directory data.
	* Block when accessing an uncached object during resolution instead of
	  failing. This is especially useful during weak-reintegration.
	* Added -local flag to cfs lv to avoid client-server rpc2 traffic.
	* Fetch data as well as status in write-disconnected mode, the dirty
	  status-only object would prevent subsequent data-fetches until
	  successful reintegration completed.
	* Added venus.conf option 'validateattrs' to limit piggybacked fids
	  during validate attrs to help reducing IP layer fragmentation.
	* Another new venus.conf option 'serverprobe' to increase server probe
	  intervals (keeps firewalls from dropping masqueraded connections).
	* venus.conf.ex file now defaults to turning on both masquerading and
	  using private mmap's for RVM.
	* Disallow unlinking special names with 'cfs rmm'
	* Optimized local-global fid replacement.
	* Moved /usr/bin/replay to /usr/bin/coda_replay to avoid name conflicts.
        * Reintroduced VSGs in venus.
        * Re-randomizing during hoardwalks to add fair reclaiming behaviour
          in the low end of the priority queue.
@
text
@d3 1
a3 1
# $NetBSD: DEINSTALL,v 1.1 2001/10/31 22:55:03 zuntum Exp $
@


1.1
log
@Move pkg/ files into package's toplevel directory
@
text
@d3 1
a3 12
# $NetBSD: DEINSTALL,v 1.1 2001/05/31 22:56:44 jlam Exp $

PKGNAME=$1
STAGE=$2

CAT="@@CAT@@"
LN="@@LN@@"
RM="@@RM@@"
RMDIR="@@RMDIR@@"
TRUE="@@TRUE@@"

CONFDIR=${PKG_PREFIX}/etc/coda
a5 3
DEINSTALL)
	;;

d7 4
a10 8
	# If coda-client is installed, then point these links to the
	# vice-* versions of these scripts.
	#
	for script in coda-setup-ports codaconfedit; do
		${RM} -f ${PKG_PREFIX}/sbin/${script}
		if [ -f ${PKG_PREFIX}/sbin/vice-${script} ]
		then
			${LN} -sf vice-${script} ${PKG_PREFIX}/sbin/${script}
a12 39

	${RMDIR} ${CONFDIR} 2>/dev/null || ${TRUE}

	existing_dirs=''
	for dir in ${CONFDIR}
	do
		if [ -d ${dir} ]
		then
			existing_dirs="${existing_dirs} ${dir}"
		fi
	done

	if [ -n "${existing_dirs}" ]
	then
		${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove:
EOF
		if [ -n "${existing_dirs}" ]
		then
			${CAT} << EOF

  * the following directories:

EOF
			for dir in ${existing_dirs}
			do
				echo "	${dir}"
			done
		fi
		${CAT} << EOF
===========================================================================
EOF
	fi
	;;

*)
	echo "Unexpected argument: ${STAGE}"
	exit 1
a14 1
exit 0
@


1.1.2.1
log
@Merge from pkgsrc-current to buildlink2 branch.
@
text
@d3 12
a14 1
# $NetBSD: DEINSTALL,v 1.2 2002/06/20 19:28:24 jlam Exp $
d17 3
d21 8
a28 4
	for file in au coda-setup-ports codaconfedit; do
		${RM} -f ${PKG_PREFIX}/sbin/${file}
		if [ -f ${PKG_PREFIX}/sbin/vice-${file} ]; then
			${LN} -sf vice-${file} ${PKG_PREFIX}/sbin/${file}
d31 39
d72 1
@


