I tried to do a ./configure --sysconfdir=<different directory> to move my smb.conf to a seperate directory from /usr/local/samba, but it isn't honor'd ... is this something that can be fixed without too much trouble? Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org
The Hermit Hacker wrote:> > I tried to do a ./configure --sysconfdir=<different directory> to move my > smb.conf to a seperate directory from /usr/local/samba, but it isn't > honor'd ... is this something that can be fixed without too much trouble? >Do your ./configure as you want, then look at the source/Makefile. The CONFIGFILE variable defines where smb.conf will live - I always change mine to /etc/smb.conf. HTH Mike.
The Hermit Hacker wrote:> > I tried to do a ./configure --sysconfdir=<different directory> to move my > smb.conf to a seperate directory from /usr/local/samba, but it isn't > honor'd ... is this something that can be fixed without too much trouble? >AFAIK it's ./configure --libdir=<directory> the Makefile says CONFIGFILE = $(LIBDIR)/smb.conf -- Thomas