diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-07-28 05:50:57 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-07-28 05:50:57 +0000 |
commit | e95e731fee89bc711859e19d925c8e248281a54d (patch) | |
tree | d750cb6dd5c0cd388334bdf190df71d03387db95 /source3 | |
parent | 5db291d1abf4294c531d1d4a3c40060ac925230d (diff) | |
download | samba-e95e731fee89bc711859e19d925c8e248281a54d.tar.gz samba-e95e731fee89bc711859e19d925c8e248281a54d.tar.bz2 samba-e95e731fee89bc711859e19d925c8e248281a54d.zip |
fixed logfile location to honor configure
samba-patches 966
(This used to be commit 06d8549196ff1482be94c08c7a742896ae35fd88)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 765b22a773..77ca5d0294 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -52,7 +52,7 @@ INSTALLPERMS = 0755 # set these to where to find various files # These can be overridden by command line switches (see smbd(8)) # or in smb.conf (see smb.conf(5)) -LOGFILEBASE = $(VARDIR) +LOGFILEBASE = @logfilebase@ CONFIGFILE = $(LIBDIR)/smb.conf LMHOSTSFILE = $(LIBDIR)/lmhosts DRIVERFILE = $(LIBDIR)/printers.def |