svn commit: r302190 - head/sysutils/diskprep

Brooks Davis brooks at FreeBSD.org
Mon Aug 6 22:15:34 UTC 2012


On Mon, Aug 06, 2012 at 03:09:28PM -0700, Doug Barton wrote:
> Thanks ... it wasn't clear to me previously that this script actually
> had a reason to USE_RCORDER. So if my prodding was inappropriate, my
> apologies. This was the last script using it that did not have an
> obvious (to me anyway) reason to do so, which is why I mailed you about it.
> 
> OTOH if you're right about the userbase, likely no harm done?

The reason the script USE_RCORDER is that it was to run early enough to
make it possible for /var be set up with the script.  Given that the one
system I know uses it was scheduled to be shut off at the end of July
and run's an unsupported OS version I'm fine with a tweak to the
requirements to run the script in some contexts.

-- Brooks

> 
> Doug
> 
> On 08/06/2012 10:22 AM, Brooks Davis wrote:
> > Author: brooks
> > Date: Mon Aug  6 17:22:33 2012
> > New Revision: 302190
> > URL: http://svn.freebsd.org/changeset/ports/302190
> > 
> > Log:
> >   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.
> > 
> > Modified:
> >   head/sysutils/diskprep/Makefile
> > 
> > Modified: head/sysutils/diskprep/Makefile
> > ==============================================================================
> > --- head/sysutils/diskprep/Makefile	Mon Aug  6 16:45:19 2012	(r302189)
> > +++ head/sysutils/diskprep/Makefile	Mon Aug  6 17:22:33 2012	(r302190)
> > @@ -7,6 +7,7 @@
> >  
> >  PORTNAME=	diskprep
> >  PORTVERSION=	1.0.1
> > +PORTREVISION=	1
> >  CATEGORIES=	sysutils
> >  MASTER_SITES=	http://people.freebsd.org/~brooks/diskprep/ \
> >  		${MASTER_SITE_LOCAL}
> > @@ -15,11 +16,14 @@ MASTER_SITE_SUBDIR=	brooks
> >  MAINTAINER=	brooks at FreeBSD.org
> >  COMMENT=	A program to prepare disks for use based on a config file
> >  
> > +DEPRECATED=	Believed to have no users
> > +EXPIRATION_DATE=	2012-09-01
> > +
> >  USE_BZIP2=	yes
> >  USE_PERL5_RUN=	yes
> >  MAKE_ENV+=	EXAMPLESDIR=${EXAMPLESDIR}
> >  
> > -USE_RCORDER=	${PORTNAME}
> > +USE_RC_SUBR=	${PORTNAME}
> >  
> >  MAN8=		diskprep.8
> >  MANCOMPRESSED=	yes
> > 
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20120806/3b87d9d5/attachment.sig>


More information about the svn-ports-head mailing list