Use /var/spool/samba/ for pid files as well (instead of /var/locks/,

which doesn't exist), found by Kenneth R Westerback
This commit is contained in:
dhartmei 2002-06-18 18:42:12 +00:00
parent f5e02bd4a1
commit 7b887ae364

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2002/05/07 10:03:33 dhartmei Exp $
# $OpenBSD: Makefile,v 1.7 2002/06/18 18:42:12 dhartmei Exp $
COMMENT= "SMB and CIFS client and server for UNIX"
@ -40,6 +40,7 @@ CONFIGURE_ARGS= --libdir="${PREFIX}/lib/samba" \
--sbindir="${PREFIX}/libexec" \
--with-configdir="${SYSCONFDIR}" \
--with-lockdir="${SAMBA_SPOOL}" \
--with-piddir="${SAMBA_SPOOL}" \
--with-logfilebase="${SAMBA_LOGDIR}" \
--with-privatedir="${SYSCONFDIR}" \
--with-swatdir="${PREFIX}/share/swat" \