svn commit: r312301 - in head/net/ptpd2: . files

Steven Kreuzer skreuzer at freebsd.org
Sat Feb 16 17:41:41 UTC 2013


On Feb 15, 2013, at 12:07 PM, Chris Rees <utisoft at gmail.com> wrote:
> On 15 Feb 2013 17:00, "Steven Kreuzer" <skreuzer at freebsd.org> wrote:
> >
> > -ptpd_enable=${ptpd2_enable:-"NO"}
> > +ptpd2_enable=${ptpd2_enable:-"NO"}
> 
> Using the style
> 
> : ${ptpd2_enable=yes}
> 
> avoids this issue.
> 
> Chris
> 
Interesting. Thats a clever trick. I'll start moving all my rc files to that style. Thanks for pointing that out.

SK


More information about the svn-ports-head mailing list