From owner-freebsd-questions@FreeBSD.ORG Tue Apr 16 21:58:21 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 42E1F7DE for ; Tue, 16 Apr 2013 21:58:21 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 041091AB6 for ; Tue, 16 Apr 2013 21:58:20 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1USDtK-0001ff-Q0 for freebsd-questions@freebsd.org; Tue, 16 Apr 2013 23:58:18 +0200 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Apr 2013 23:58:18 +0200 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Apr 2013 23:58:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: 9.1 Postfix problem Date: Tue, 16 Apr 2013 21:58:05 +0000 (UTC) Lines: 19 Message-ID: References: <459A07BB-BAD9-413D-83BA-D66BA04744B1@kraus-haus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2013 21:58:21 -0000 On Tue, 16 Apr 2013 17:16:20 -0400, Paul Kraus wrote: > When building postfix under 91. I am running into an odd problem. I use > the INST_BASE option, which seems to cause the problem (it worked fine > with 9.0). The 'make' goes fine, but the 'make install' fails when > trying to install the startup script to /usr/etc/rc.d instead of > /etc/rc.d. It works fine if INST-BASE is disabled. I looked through the > Makefile but could not suss out how that difference in configuration was > actually causing the problem. > > Has anyone else run into this problem and what was the fix (or did you > just install into /usr/local) ? No problems at all for me with Postfix on 9.1-RELEASE, which I just install with the defaults. My postfix is in /usr/local/sbin. Why would you want to do things differently?