Subject: Re: Are net/quagga and net/zebra still maintained ?
To: Greg Troxel <gdt@ir.bbn.com>
From: Jeremy C. Reed <reed@reedmedia.net>
List: tech-pkg
Date: 02/23/2005 09:16:36
On Wed, 23 Feb 2005, Greg Troxel wrote:
> > RCD_SCRIPTS= bgpd
> > RCD_SCRIPT_SRC.bgpd= ${WRKSRC}/path/to/bgpd.sh
>
> That's what is there now. Quagga will install rc.d scripts into a
> dir $PREFIX, and I'd like to use that mechanism, rather than
> RCD_SCRIPT_SRC. So basically I would like to tell pkgsrc that the
> script will already have been substituted, and already installed in
> the right place.
Try:
RCD_SCRIPTS= bgpd
RCD_SCRIPT_SRC.bgpd= # empty
RCD_SCRIPT_WRK.bgpd= ${WRKSRC}/path/to/bgpd
> Similarly, I added "exampledir" support to quagga, since by default it
> puts examples in sysconfdir, which pkgsrc says not to do.
Thank you!
Jeremy C. Reed
BSD News, BSD tutorials, BSD links
http://www.bsdnewsletter.com/