From owner-freebsd-questions@FreeBSD.ORG Mon Jan 19 10:38:14 2004 Return-Path: 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 E949D16A4CE for ; Mon, 19 Jan 2004 10:38:14 -0800 (PST) Received: from conn.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD1C943D2F for ; Mon, 19 Jan 2004 10:38:13 -0800 (PST) (envelope-from veldy@veldy.net) Received: from veldy.net (fuggle.veldy.net [209.98.200.33]) by conn.mc.mpls.visi.com (Postfix) with ESMTP id 3EA8D84AE; Mon, 19 Jan 2004 12:38:13 -0600 (CST) Received: from localhost (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id B14D31CC65; Mon, 19 Jan 2004 12:38:12 -0600 (CST) Received: from veldy.net ([127.0.0.1]) by localhost (fuggle.veldy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27414-01; Mon, 19 Jan 2004 12:38:10 -0600 (CST) Received: from 4K3500B (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with SMTP id 0E1C01CC61; Mon, 19 Jan 2004 12:38:10 -0600 (CST) Message-ID: <005a01c3debb$635f33a0$d037630a@nic.target.com> From: "Thomas T. Veldhouse" To: "Robert Fitzpatrick" References: <1074535234.11635.13.camel@columbus> <005001c3deb7$4c85bb80$d037630a@nic.target.com> <1074537309.11642.17.camel@columbus> Date: Mon, 19 Jan 2004 12:38:09 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: by amavisd-new at veldy.net cc: FreeBSD Subject: Re: [5.2] Startup script won't install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2004 18:38:15 -0000 Robert Fitzpatrick wrote: > On Mon, 2004-01-19 at 13:08, Thomas T. Veldhouse wrote: >> Robert Fitzpatrick wrote: >>> I have installed the openldap-2.1.23 package through the ports >>> system, but it will not install the slapd.sh file into the rc.d >>> directory. Am I missing something to get it to do this? I see the >>> file in the files directory below the ports for openldap. Other >>> packages installed their scripts fine, such as Apache2, pgsql, etc. >> >> # (cd /usr/ports/net/openldap21-server && make all install clean) >> > > Thanks. How do I know when this is needed for everything? Or should I > always use the 'all' argument? I have not been able to figure out > where to look for instructions under each port. 'all' is the default make target in just about all ports, so it is actually redundant. Tom Veldhouse