From 571be72fa6ff9c71792c3e40bb9180050b2010c1 Mon Sep 17 00:00:00 2001 From: dhartmei Date: Wed, 19 Jun 2002 08:03:14 +0000 Subject: [PATCH] Use /var/run for pid files, suggested by several people. --- net/samba/stable/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/samba/stable/Makefile b/net/samba/stable/Makefile index e1d6726eced..4937a61f0b9 100644 --- a/net/samba/stable/Makefile +++ b/net/samba/stable/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2002/06/18 18:42:12 dhartmei Exp $ +# $OpenBSD: Makefile,v 1.8 2002/06/19 08:03:14 dhartmei Exp $ COMMENT= "SMB and CIFS client and server for UNIX" @@ -40,7 +40,7 @@ CONFIGURE_ARGS= --libdir="${PREFIX}/lib/samba" \ --sbindir="${PREFIX}/libexec" \ --with-configdir="${SYSCONFDIR}" \ --with-lockdir="${SAMBA_SPOOL}" \ - --with-piddir="${SAMBA_SPOOL}" \ + --with-piddir="/var/run" \ --with-logfilebase="${SAMBA_LOGDIR}" \ --with-privatedir="${SYSCONFDIR}" \ --with-swatdir="${PREFIX}/share/swat" \