Jivin Mike Frysinger lays it down ...
[...]
> > > > -CONFOPTS = --prefix= --with-smbmount --with-privatedir=/etc/config \
> > > > -                       --with-configdir=/etc/config 
> > > > --with-logfilebase=/var/log \
> > > > +CONFOPTS = --prefix= --with-smbmount --with-logfilebase=/var/log \
> > > >                         --without-ldap --disable-cups --disable-pie \
> > > >                         --$(SHARED)-shared --disable-debug 
> > > > --disable-developer \
> > > >                         --disable-krb5developer --disable-dmalloc 
> > > > --disable-nls
> > > >
> > > > +ifdef CONFIG_USER_FLATFSD_FLATFSD
> > > > +CONFOPTS += --with-privatedir=/etc/config --with-configdir=/etc/config
> > > > +endif
> > >
> > > while killing off flatfsd-specific things is good, this change makes the
> > > situation for everyone else worse.  the default config path is libdir,
> > > not /etc, so the patch should read:
> > > +ifdef CONFIG_USER_FLATFSD_FLATFSD
> > > +CONFOPTS += --with-privatedir=/etc/config --with-configdir=/etc/config
> > > +else
> > > +CONFOPTS += --with-privatedir=/etc --with-configdir=/etc
> > > +endif
> >
> > Yeah,  didn't expect samba to have such an unusual default.
> > Consider it fixed.
> >
> > My ubuntu uses /etc/samba,  thoughts ?  Still want /etc ?
> 
> every distro i know of uses /etc/samba.  this is because there are multiple 
> files that may go in there, and sometimes subdirs.  so i'd be happy 
> with /etc/samba.

applied,

Cheers,
Davidm

-- 
David McCullough,  [EMAIL PROTECTED],   Ph:+61 734352815
Secure Computing - SnapGear  http://www.uCdot.org   http://www.snapgear.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to