Subject: CVS commit: src/sbin/swapctl
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 08/22/2006 14:08:36
Module Name:	src
Committed By:	martin
Date:		Tue Aug 22 14:08:36 UTC 2006

Modified Files:
	src/sbin/swapctl: swapctl.8 swapctl.c swapctl.h swaplist.c

Log Message:
Allow unsetting the dump device via "swapctl -D none".
For -l (list swap partitions) and -z (list dump device) return a usefull
error status, so scripts can easily decide if swap or dump are configured.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sbin/swapctl/swapctl.8
cvs rdiff -r1.29 -r1.30 src/sbin/swapctl/swapctl.c
cvs rdiff -r1.4 -r1.5 src/sbin/swapctl/swapctl.h
cvs rdiff -r1.13 -r1.14 src/sbin/swapctl/swaplist.c

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