svn commit: r196286 - in stable/8/usr.sbin: . arp dumpcis iostat jls makefs makefs/ffs mfiutil mptutil ntp pstat sysinstall zic

Scott Long scottl at FreeBSD.org
Mon Aug 17 07:30:09 UTC 2009


Author: scottl
Date: Mon Aug 17 07:30:08 2009
New Revision: 196286
URL: http://svn.freebsd.org/changeset/base/196286

Log:
  Merge mptutil
  
  Approved by:	re

Added:
  stable/8/usr.sbin/mptutil/
     - copied from r196212, head/usr.sbin/mptutil/
Modified:
  stable/8/usr.sbin/   (props changed)
  stable/8/usr.sbin/Makefile
  stable/8/usr.sbin/arp/   (props changed)
  stable/8/usr.sbin/dumpcis/cardinfo.h   (props changed)
  stable/8/usr.sbin/dumpcis/cis.h   (props changed)
  stable/8/usr.sbin/iostat/   (props changed)
  stable/8/usr.sbin/jls/   (props changed)
  stable/8/usr.sbin/makefs/ffs/ffs_bswap.c   (props changed)
  stable/8/usr.sbin/makefs/ffs/ffs_subr.c   (props changed)
  stable/8/usr.sbin/makefs/ffs/ufs_bswap.h   (props changed)
  stable/8/usr.sbin/makefs/getid.c   (props changed)
  stable/8/usr.sbin/mfiutil/README   (props changed)
  stable/8/usr.sbin/mfiutil/mfiutil.1   (props changed)
  stable/8/usr.sbin/mfiutil/mfiutil.8   (props changed)
  stable/8/usr.sbin/mptutil/mptutil.8
  stable/8/usr.sbin/ntp/   (props changed)
  stable/8/usr.sbin/pstat/   (props changed)
  stable/8/usr.sbin/sysinstall/   (props changed)
  stable/8/usr.sbin/zic/   (props changed)

Modified: stable/8/usr.sbin/Makefile
==============================================================================
--- stable/8/usr.sbin/Makefile	Mon Aug 17 07:25:12 2009	(r196285)
+++ stable/8/usr.sbin/Makefile	Mon Aug 17 07:30:08 2009	(r196286)
@@ -104,6 +104,7 @@ SUBDIR=	${_ac} \
 	${_mount_smbfs} \
 	${_moused} \
 	${_mptable} \
+	mptutil \
 	mtest \
 	mtree \
 	${_named} \

Modified: stable/8/usr.sbin/mptutil/mptutil.8
==============================================================================
--- head/usr.sbin/mptutil/mptutil.8	Fri Aug 14 13:13:12 2009	(r196212)
+++ stable/8/usr.sbin/mptutil/mptutil.8	Mon Aug 17 07:30:08 2009	(r196286)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 22, 2008
+.Dd August 16, 2009
 .Dt MPTUTIL 8
 .Os
 .Sh NAME
@@ -349,8 +349,6 @@ as a global hot spare:
 .Sh SEE ALSO
 .Xr mpt 4
 .Sh BUGS
-Deleting volumes usually provokes a kernel crash in OS versions older than
-.Dv 6.3-YAHOO-20080722 .
 .Pp
 The handling of spare drives appears to be unreliable.
 The
@@ -381,3 +379,8 @@ configurations may not work reliably.
 .Pp
 Drive configuration commands result in an excessive flood of messages on the
 console.
+.Sh HISTORY
+The
+.Nm
+utility first appeared in
+.Fx 8.0 .


More information about the svn-src-stable mailing list