Commit Graph

12 Commits

Author SHA1 Message Date
Brooks Davis
1b823b1e06 Switch from USE_RCORDER to USE_RC_SUBR as prodded by dougb.
Note: To preserve the prior functionality it is recommended that
early_late_divider be set to something VERY early in the boot process
such as sysctl.

I suspect no one by myself actually used this port in practice so
mark it DEPRECATED and set an expiration date of September 1.  Of some
is using it, let me know and I'll remove the DEPRECATION.
2012-08-06 17:22:33 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Brooks Davis
638fc7f4cd Now that RELENG_4 is no longer supported, remove seatbelts preventing
these ports from being built there (and on pre-STABLE 5).
2007-02-05 18:03:58 +00:00
Brooks Davis
93d0cff344 Upgrade to 1.0.1
- Enable softupdates on disks we newfs since they are generally real
    disks.
  - Increase the size of swap and var in the example.
2006-01-11 23:37:24 +00:00
Brooks Davis
ab69be96d0 Add MASTER_SITE_LOCAL to the list of MASTER_SITES. Get rid of debugging
in the rc.d script.  Make the script actually avoid rewiping the disk
once it's been labled.
2006-01-11 18:20:59 +00:00
Brooks Davis
fe5bc0ecd2 add SHA256 2005-11-11 19:03:22 +00:00
Brooks Davis
9ace3426fe Setting USE_RCORDER to an undefined variable means nothing happens. Set
it to PORTNAME not NAME so we actually install the helper script.
2005-09-14 18:57:06 +00:00
Brooks Davis
303a11b900 Upgrade to 1.0.0. The primary differences are support for geom and ufs
labels plus a startup script that allows disks to be configured at boot
based on the existance of a geom label.

This release de-supports FreeBSD < 5.3 due to the geom label support
requirment.
2005-09-01 23:56:48 +00:00
Brooks Davis
ecafb1a108 Upgrade to 0.9.2.
This release contains bugfixes to the examples.

Approved by:	krion (mentor)
2004-05-11 20:02:04 +00:00
Brooks Davis
51f2ebce94 Fix typos.
Submitted by:	olgeni
Approved by:	krion (mentor)
2004-05-10 17:21:20 +00:00
Brooks Davis
870d785f2c The diskprep program prepares a disk for use. It can be used for a
variety of purposes including initalizing flash disks to use as boot
media or automaticly configured the disks of nodes in a cluster.

http://people.freebsd.org/~brooks/diskprep/

Approved by:	krion (mentor)
2004-05-08 00:03:14 +00:00