Subject: CVS commit: src/sbin/umount
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/12/2004 21:14:29
Module Name:	src
Committed By:	dsl
Date:		Fri Mar 12 21:14:29 UTC 2004

Modified Files:
	src/sbin/umount: umount.c

Log Message:
Fix 'umount host:/filesystem' - it is documented on the man page but hasn't actually
worked for 10 years!
Remove the (broken) code that once supported 'umount /filesystem@host' since that
syntax isn't used anywhere.
Fixes PR bin/22099


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sbin/umount/umount.c

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