svn commit: r305170 - head/dns/opendd

Doug Barton dougb at dougbarton.us
Wed Oct 3 00:45:48 UTC 2012


On 10/02/2012 08:20 AM, Eitan Adler wrote:
> Author: eadler
> Date: Tue Oct  2 18:20:44 2012
> New Revision: 305170
> URL: http://svn.freebsd.org/changeset/ports/305170
> 
> Log:
>   remove quotes from description (I forgot :w when I fixed this)
> 
> Modified:
>   head/dns/opendd/Makefile
> 
> Modified: head/dns/opendd/Makefile
> ==============================================================================
> --- head/dns/opendd/Makefile	Tue Oct  2 18:19:53 2012	(r305169)
> +++ head/dns/opendd/Makefile	Tue Oct  2 18:20:44 2012	(r305170)
> @@ -16,7 +16,7 @@ COMMENT=	A small DynDNS client
>  
>  OPTIONS_DEFINE=	OPENSSL RCNG
>  OPTIONS_DEFAULT=	OPENSSL RCNG
> -RCNG_DESC=	"Install RC_NG script"
> +RCNG_DESC=	Install RC_NG script

A better description would be "Install rc.d script" since rc.d is not
"NG" for years now. Bonus points for changing the option knob itself and
adding a compat shim for the RCNG version.

Doug




More information about the svn-ports-all mailing list