Displaying 1 result from an estimated 1 matches for "samba_spool".
2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
...ht-1.*
USE_BZIP2="YES"
.if !defined(WITHOUT_CUPS)
WITH_CUPS=      yes
.endif
.if defined(WITH_CUPS)
LIB_DEPENDS=    cups.2:${PORTSDIR}/print/cups-base
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
                LDFLAGS=-L${LOCALBASE}/lib
.endif
# directories
VARDIR=         /var
SAMBA_SPOOL=    ${VARDIR}/spool/samba
SAMBA_LOGDIR=   ${VARDIR}/log
SAMBA_PRIVATE=  ${PREFIX}/private
SAMBA_CONFDIR=  ${PREFIX}/etc
# sample files
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample
SAMPLE_CONFIG=  ${SAMBA_CONFDIR}/smb.conf.default
DOCSDIR=        ${PREFIX}/share/doc/samba
NO_LATEST_LINK= yes...