Subject: CVS commit: src/usr.sbin/puffs/mount_psshfs
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/08/2007 16:40:15
Module Name:	src
Committed By:	pooka
Date:		Thu Nov  8 16:40:15 UTC 2007

Modified Files:
	src/usr.sbin/puffs/mount_psshfs: mount_psshfs.8 psshfs.c psshfs.h
	    subr.c

Log Message:
Make attribute & directory content caching timeout a command line
option.  Use -t -1 to never expire, which is nifty on a high-latency
link where you know the server won't be modified from under you.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/usr.sbin/puffs/mount_psshfs/mount_psshfs.8
cvs rdiff -r1.39 -r1.40 src/usr.sbin/puffs/mount_psshfs/psshfs.c
cvs rdiff -r1.25 -r1.26 src/usr.sbin/puffs/mount_psshfs/psshfs.h
cvs rdiff -r1.30 -r1.31 src/usr.sbin/puffs/mount_psshfs/subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.