Date: Mon, 6 Aug 2012 17:15:32 -0500 From: Brooks Davis <brooks@FreeBSD.org> To: Doug Barton <dougb@FreeBSD.org> Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, Brooks Davis <brooks@FreeBSD.org>, ports-committers@FreeBSD.org Subject: Re: svn commit: r302190 - head/sysutils/diskprep Message-ID: <20120806221532.GA58338@lor.one-eyed-alien.net> In-Reply-To: <50204098.1050001@FreeBSD.org> References: <201208061722.q76HMXwb062423@svn.freebsd.org> <50204098.1050001@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 i= t. >=20 > 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 >=20 > Doug >=20 > 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 > >=20 > > 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. > > =20 > > 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. > >=20 > > Modified: > > head/sysutils/diskprep/Makefile > >=20 > > Modified: head/sysutils/diskprep/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- 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 @@ > > =20 > > PORTNAME=3D diskprep > > PORTVERSION=3D 1.0.1 > > +PORTREVISION=3D 1 > > CATEGORIES=3D sysutils > > MASTER_SITES=3D http://people.freebsd.org/~brooks/diskprep/ \ > > ${MASTER_SITE_LOCAL} > > @@ -15,11 +16,14 @@ MASTER_SITE_SUBDIR=3D brooks > > MAINTAINER=3D brooks@FreeBSD.org > > COMMENT=3D A program to prepare disks for use based on a config file > > =20 > > +DEPRECATED=3D Believed to have no users > > +EXPIRATION_DATE=3D 2012-09-01 > > + > > USE_BZIP2=3D yes > > USE_PERL5_RUN=3D yes > > MAKE_ENV+=3D EXAMPLESDIR=3D${EXAMPLESDIR} > > =20 > > -USE_RCORDER=3D ${PORTNAME} > > +USE_RC_SUBR=3D ${PORTNAME} > > =20 > > MAN8=3D diskprep.8 > > MANCOMPRESSED=3D yes > >=20 >=20 --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iD8DBQFQIEIDXY6L6fI4GtQRApjaAJ49spy1cA+MaJzcDuvjeLIYT4/GlQCfZneA 1wnrA2bjxO081uD/DG8ifa0= =dYGf -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120806221532.GA58338>