The program diskmark uses an unused entry in the Master Boot Record
on PC disks to record version information. The author uses this information to determine if scratch disks should be partitioned at boot on a network booting compute cluster. http://people.freebsd.org/~brooks/diskmark/ Approved by: krion (mentor)
This commit is contained in:
parent
870d785f2c
commit
1d08960971
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108655
4 changed files with 32 additions and 0 deletions
|
@ -85,6 +85,7 @@
|
|||
SUBDIR += dim
|
||||
SUBDIR += dirdiff
|
||||
SUBDIR += diskcheckd
|
||||
SUBDIR += diskmark
|
||||
SUBDIR += diskprep
|
||||
SUBDIR += disktool
|
||||
SUBDIR += disktype
|
||||
|
|
23
sysutils/diskmark/Makefile
Normal file
23
sysutils/diskmark/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Ports collection makefile for: diskmark
|
||||
# Date created: Friday, May 7, 2004
|
||||
# Whom: Brooks Davis <brooks@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= diskmark
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://people.freebsd.org/~brooks/diskmark/
|
||||
|
||||
MAINTAINER= brooks@FreeBSD.org
|
||||
COMMENT= A program to mark disks using empty partition table entries
|
||||
|
||||
PLIST_FILES= sbin/diskmark
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
MAN8= diskmark.8
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/diskmark/distinfo
Normal file
2
sysutils/diskmark/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (diskmark-0.9.tar.bz2) = 111c7d5e6d24d59130c2e614093a6731
|
||||
SIZE (diskmark-0.9.tar.bz2) = 5091
|
6
sysutils/diskmark/pkg-descr
Normal file
6
sysutils/diskmark/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The program diskmark uses an unused entry in the Master Boot Record
|
||||
on PC disks to record version information. The author uses this
|
||||
information to determine if scratch disks should be partitioned at boot
|
||||
on a network booting compute cluster.
|
||||
|
||||
WWW: http://people.freebsd.org/~brooks/diskmark/
|
Loading…
Reference in a new issue