Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2002 10:33:28 +0900 (JST)
From:      NAKAJI Hiroyuki <nakaji@jp.freebsd.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40579: [MAINTAINER's fix] japanese/samba: logfilebase is not properly set
Message-ID:  <200207150133.g6F1XSZQ028851@boggy.acest.tutrp.tut.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         40579
>Category:       ports
>Synopsis:       [MAINTAINER's fix] japanese/samba: logfilebase is not properly set
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 14 18:40:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     NAKAJI Hiroyuki
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD boggy.acest.tutrp.tut.ac.jp 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Jul 5 11:49:42 JST 2002 root@boggy.acest.tutrp.tut.ac.jp:/usr/obj/usr/src/sys/NAKAJI i386


>Description:
	Samba 2.2.4 has new configure options such as '--with-piddir' and
'--with-logfilebase'. The latter option was not included in
ports/japanese/samba/Makefile, and log.smbd and log.nmbd are created in
/var, not in /var/log, even if

	log file = /var/log/log.%m

is set in smb.conf.

>How-To-Repeat:
	Install ja-samba-2.2.4.j1.0 from ports/japanese/samba and run smbd
and nmbd.

>Fix:

	A diff for ports/japanese/samba/Makefile.

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/samba/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	8 Jul 2002 13:53:47 -0000	1.22
+++ Makefile	15 Jul 2002 01:14:22 -0000
@@ -41,6 +41,7 @@
 		--libdir=${SAMBA_CONFDIR} \
 		--localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \
 		--with-lockdir=${VARDIR}/db/samba \
+		--with-logfilebase=${SAMBA_LOGDIR} \
 		--with-privatedir=${SAMBA_PRIVATE} \
 		--with-piddir=${VARDIR}/run \
 		--with-pam \


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207150133.g6F1XSZQ028851>