Displaying 3 results from an estimated 3 matches for "smblogfile".
Did you mean:
dsmblogfile
2001 Apr 07
1
samba on NetBSD - some patches
...R = @mandir@
+ETCDIR?= $(BASEDIR)/etc
+LOGDIR?= $(BASEDIR)/log
SAMBABOOK = @sambabook@
# The permissions to give the executables
@@ -38,12 +40,12 @@
# 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))
-SMBLOGFILE = $(VARDIR)/log.smb
-NMBLOGFILE = $(VARDIR)/log.nmb
-CONFIGFILE = $(LIBDIR)/smb.conf
-LMHOSTSFILE = $(LIBDIR)/lmhosts
-DRIVERFILE = $(LIBDIR)/printers.def
-PASSWD_PROGRAM = /bin/passwd
+SMBLOGFILE = $(LOGDIR)/log.smb
+NMBLOGFILE = $(LOGDIR)/log.nmb
+CONFIGFILE = $(ETCDIR)/smb.conf
+LMHOSTSFILE = $(...
1999 Jan 13
2
makefile and path questions
Hi!
This morning, I found a system that was still running an ancient
samba. I immediately upgraded it to samba 1.9.18p1 and had the
opportunity to fiddle with the make file after not doing this for a
couple of months.
The default makefile sorts the files like this:
BINDIR (/usr/local/samba/bin)
smbpasswd
smbrun
smbclient
testparm
testprns
smbrun
smbstatus
smbpasswd
1998 Oct 15
1
Problem to map home dir
...# The following can be useful for compiling on multiple architectures
# just uncommment them putting the right directory in.
# srcdir=./
# VPATH=$(srcdir)
# 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))
SMBLOGFILE = $(VARDIR)/log.smb
NMBLOGFILE = $(VARDIR)/log.nmb
CONFIGFILE = $(LIBDIR)/smb.conf
LMHOSTSFILE = $(LIBDIR)/lmhosts
DRIVERFILE = $(LIBDIR)/printers.def
SMB_PASSWD = $(BINDIR)/smbpasswd
SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd
WEB_ROOT = $(BASEDIR)
# the directory where lock files go
LOCKDIR =...