From 32f28b15413e6299da006adfce5e09a20045bc1c Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Mon, 15 Jul 2002 11:30:21 +0000 Subject: [PATCH] Replace extra call to "tunefs" with the equivalent of "newfs -U". Reviewed by: phk --- sbin/mdconfig/mdconfig.8 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index d0e1e799f578..2d02547f5632 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -158,8 +158,7 @@ To create and mount a 128MByte swap backed filesystem on .Bd -literal -offset indent mdconfig -a -t swap -s 128M -u 10 disklabel -r -w md10 auto -newfs /dev/md10c -tunefs -n enable /dev/md10c +newfs -U /dev/md10c mount /dev/md10c /tmp chmod 1777 /tmp .Ed