From owner-freebsd-questions@FreeBSD.ORG Tue Apr 18 16:23:19 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4250916A402 for ; Tue, 18 Apr 2006 16:23:19 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9091A43D49 for ; Tue, 18 Apr 2006 16:23:15 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from mail.dfwlp.com (localhost.int.dfwlp.com [127.0.0.1]) by zeus.int.dfwlp.com (8.13.6/8.13.4) with ESMTP id k3IGNDT0038017 for ; Tue, 18 Apr 2006 11:23:13 -0500 (CDT) (envelope-from freebsd@dfwlp.com) Received: from 208.11.134.3 (SquirrelMail authenticated user jhorne) by mail.dfwlp.com with HTTP; Tue, 18 Apr 2006 11:23:13 -0500 (CDT) Message-ID: <21537.208.11.134.3.1145377393.squirrel@mail.dfwlp.com> Date: Tue, 18 Apr 2006 11:23:13 -0500 (CDT) From: "Jonathan Horne" To: questions@freebsd.org User-Agent: SquirrelMail/1.4.6 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on zeus.int.dfwlp.com Cc: Subject: Curious behavior today X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@dfwlp.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Apr 2006 16:23:19 -0000 ive been working on a pair of test boxes today, and 2 daemons in a row, have installed from ports without the .sh on the end of their startup script. ive done tons of installs on these test boxes, what am i all of a sudden doing wrong? the only thing im doing different is (what i thinkn is just) syntax. before: cd /usr/ports/mail/dovecot make install distclean now: cd /usr/ports/mail/dovecot; make install distclean saslthaud did the same thing just a while a go. this happend on 2 boxes simultaneously! thanks, Jonathan Horne