From owner-freebsd-questions@FreeBSD.ORG Tue Apr 18 16:46:15 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 8F5D516A400 for ; Tue, 18 Apr 2006 16:46:15 +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 33D3743D45 for ; Tue, 18 Apr 2006 16:46: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 k3IGkDcK038250 for ; Tue, 18 Apr 2006 11:46: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:46:13 -0500 (CDT) Message-ID: <21818.208.11.134.3.1145378773.squirrel@mail.dfwlp.com> In-Reply-To: <441wvualx1.fsf@be-well.ilk.org> References: <21537.208.11.134.3.1145377393.squirrel@mail.dfwlp.com> <441wvualx1.fsf@be-well.ilk.org> Date: Tue, 18 Apr 2006 11:46: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: Re: 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:46:15 -0000 > "Jonathan Horne" writes: > >> 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? > > Nothing is wrong. > See "man rc". well, only reason im asking, as in all my previous test boxes, the start up scripts seemed to initially appear in /usr/local/etc/rc.d/ already with the .sh on them. ive done dovecot and sasl2 a ton of times, its just seems odd that they start this behavior all of a sudden. jonathan