Subject: Re: HEADS UP: RCD_SCRIPTS_EXAMPLEDIR changed to share/examples/rc.d
To: None <tech-pkg@NetBSD.org>
From: Chris Jepeway <jepeway@blasted-heath.com>
List: tech-pkg
Date: 12/29/2004 12:28:55
> : ${cups:=NO}
A(n arguably) less opaque way of accomplishing same:

	cups=${cups:-NO}


> -- Todd Vierling <tv@duh.org> <tv@pobox.com>
Chris <jepeway@blasted-heath.com>.