Displaying 4 results from an estimated 4 matches for "nmblogfil".
Did you mean:
nmblogfile
2001 Apr 07
1
samba on NetBSD - some patches
...)/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 = $(ETCDIR)/lmhosts
+DRIVERFILE = $...
2001 Apr 25
0
Compilation and use of SFIO library with samba
...r/masson/NOT_SAVED/sfio/src/li
b/sfio/libsfio.a -lsec -lgen -lsocket -lnsl -ldl
to add sfio's libraries
and
FLAGS1 = -I/aar/masson/NOT_SAVED/sfio/include $(CFLAGS) -Iinclude
-I$(srcdir)/i
nclude -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper $(CPPFLAGS)
-DSMBLOGFILE=\"$(SMB
LOGFILE)\" -DNMBLOGFILE=\"$(NMBLOGFILE)\"
to add include search path for sfio
I have this warning at the compilation time
In file included from include/includes.h:653,
from smbd/server.c:22:
include/smb.h:76: warning: `_stdprintf' is an unrecognized format
function type
include/smb.h:81:...
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
...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 = $(VARDIR)/locks
# The direct...