Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 03:58:13 -0700 (PDT)
From:      Alex Vasylenko <lxv@a-send-pr.sink.omut.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/40807: SHAREMODE undefined in /etc/mail/Makefile
Message-ID:  <200207201058.g6KAwDa5000972@mix.omut.org>

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

>Number:         40807
>Category:       conf
>Synopsis:       SHAREMODE undefined in /etc/mail/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 20 04:00:09 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alex Vasylenko
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD 4.6-STABLE #0: Sat Jul 20 02:50:04 PDT 2002


	
>Description:
	cd /etc/mail; 'make install' fails in "install -m ..."
	because SHAREMODE is not defined
>How-To-Repeat:
	cd /etc/mail
	rm senmdmail.cf
	make install
>Fix:

--- /etc/mail/Makefile~	Fri Jul 19 20:14:50 2002
+++ /etc/mail/Makefile	Sat Jul 20 03:48:17 2002
@@ -61,6 +61,8 @@
 # uucpdomain, virtusertable
 #
 
+.include <bsd.own.mk>
+
 .ifndef SENDMAIL_MC
 SENDMAIL_MC!=           hostname
 SENDMAIL_MC:=           ${SENDMAIL_MC}.mc
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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