Subject: CVS commit: src/sbin/swapctl
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 08/27/2006 21:07:39
Module Name:	src
Committed By:	martin
Date:		Sun Aug 27 21:07:39 UTC 2006

Modified Files:
	src/sbin/swapctl: Makefile swapctl.8 swapctl.c

Log Message:
As discussed on tech-userlevel: enhance the -A/-U commands to take a -t
auto flag, which queries all local harddisks for swap partitions/
wedges and adds/removes them as swap device, a -f option to use the
first found swap device as dump device, and a -o option to only
auto-configure the dump device, but leave swap alone.

Add a -n option to make swapctl only say what it would do, but not
change any system state.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sbin/swapctl/Makefile
cvs rdiff -r1.35 -r1.36 src/sbin/swapctl/swapctl.8
cvs rdiff -r1.31 -r1.32 src/sbin/swapctl/swapctl.c

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