Brian, 

If that is the case, I'll be glad to update the prefixes for NetBSD .
( I'm a FreeBSD guy by default ). 

Matt

On Wed, 2006-05-24 at 13:13 -0400, Brian A. Seklecki wrote:
> NetBSD generally uses /usr/pkg for 3rd party packages:
> 
>   ConfigureNetBSD() {
> -  FLAGS="--disable-ldirectord --prefix=/usr/local 
> --sysconfdir=/usr/local/etc --localstatedir=/var"
> +  FLAGS="--disable-ldirectord --prefix=/usr/local 
> --sysconfdir=/usr/local/etc --localstatedir=/var
> --with-group-id=90 --with-ccmuser-id=90"
>     CFENV="NetBSD"
>   }
> 
> Also, I think FreeBSD somewhere designates assigned UIDs for system 
> service "meta users" installe via ports, but I'd have to check with a 
> Port hacker -- I'm a Pkgsrc kind of man(r).
> 
> ~BAS
> 
> On Wed, 24 May 2006, [email protected] wrote:
> 
> > linux-ha CVS committal
> >
> > Author  : msoffen
> > Host    :
> > Module  : linux-ha
> >
> > Dir     : linux-ha
> >
> >
> > Modified Files:
> >     ConfigureMe
> >
> >
> > Log Message:
> > Using group/id 90 for CCM otherwise things fail on BSD.
> > ===================================================================
> > RCS file: /home/cvs/linux-ha/linux-ha/ConfigureMe,v
> > retrieving revision 1.53
> > retrieving revision 1.54
> > diff -u -3 -r1.53 -r1.54
> > --- ConfigureMe     17 May 2006 08:34:55 -0000      1.53
> > +++ ConfigureMe     24 May 2006 17:04:36 -0000      1.54
> > @@ -103,22 +103,22 @@
> > }
> >
> > ConfigureFreeBSD() {
> > -  FLAGS="--prefix=/usr/local --sysconfdir=/usr/local/etc 
> > --localstatedir=/var"
> > +  FLAGS="--prefix=/usr/local --sysconfdir=/usr/local/etc 
> > --localstatedir=/var --enable-all  --with-group-id=90 --with-ccmuser-id=90 "
> >   CFENV="FreeBSD"
> > }
> >
> > ConfigureOpenBSD() {
> > -  FLAGS="--disable-ldirectord --prefix=/usr/local 
> > --sysconfdir=/usr/local/etc --localstatedir=/var"
> > +  FLAGS="--disable-ldirectord --prefix=/usr/local 
> > --sysconfdir=/usr/local/etc --localstatedir=/var  --with-group-id=90 
> > --with-ccmuser-id=90"
> >   CFENV="OpenBSD"
> > }
> >
> > ConfigureNetBSD() {
> > -  FLAGS="--disable-ldirectord --prefix=/usr/local 
> > --sysconfdir=/usr/local/etc --localstatedir=/var"
> > +  FLAGS="--disable-ldirectord --prefix=/usr/local 
> > --sysconfdir=/usr/local/etc --localstatedir=/var  --with-group-id=90 
> > --with-ccmuser-id=90"
> >   CFENV="NetBSD"
> > }
> >
> > ConfigureGenericBSD() {
> > -  FLAGS="--disable-ldirectord --prefix=/usr/local 
> > --sysconfdir=/usr/local/etc --localstatedir=/var"
> > +  FLAGS="--disable-ldirectord --prefix=/usr/local 
> > --sysconfdir=/usr/local/etc --localstatedir=/var  --with-group-id=90 
> > --with-ccmuser-id=90"
> >   CFENV="Generic BSD"
> > }
> >
> >
> >
> > _______________________________________________
> > Linux-ha-cvs mailing list
> > [email protected]
> > http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
> >
> 
> l8*
>       -lava
> 
> x.25 - minix - bitnet - plan9 - 110 bps - ASR 33 - base8
> _______________________________________________________
> Linux-HA-Dev: [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> Home Page: http://linux-ha.org/
_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to