From owner-freebsd-questions@FreeBSD.ORG Thu Oct 28 15:44:05 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC5341065673 for ; Thu, 28 Oct 2010 15:44:05 +0000 (UTC) (envelope-from bluethundr@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3E1EF8FC08 for ; Thu, 28 Oct 2010 15:44:04 +0000 (UTC) Received: by bwz3 with SMTP id 3so1682079bwz.13 for ; Thu, 28 Oct 2010 08:44:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=6NPWyP4693I7iIWlWsqHmApDD1wTa0pe/2ArAeqsUz0=; b=lDJBVZGgqkaRZX3zMnPO2X27DkEuoKiJBpEpU3oEQRdD91sbi+9agAAZsFARMSksyw aFWzfL/XhGx9vN9DDKuTBKqZMXyJnbEEbeiObj/CSwvLHXh4AbUFxMDPjtKhK6Z3GlUU hGF41w2DxOUrCTEUu8WIHDqbJwGie2xxOQJu4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=PUJVSeftY/PN0SpVyVwqlvwoW1lfB85FC0oH8FpgxF6YwEJZht1rTIzyqitBrs+Leg 8TVqcbmDuscgDSO0CMvIHnOglQXqABE1H/co/4NXjWp6/QrSS1LjHfGzd/LfTCZCqHVT O6DwFWJlW6r50Tk1QBcRs2DSyq/U0BIi+YFoI= MIME-Version: 1.0 Received: by 10.204.53.4 with SMTP id k4mr7749985bkg.145.1288280643227; Thu, 28 Oct 2010 08:44:03 -0700 (PDT) Received: by 10.204.81.153 with HTTP; Thu, 28 Oct 2010 08:44:03 -0700 (PDT) Date: Thu, 28 Oct 2010 11:44:03 -0400 Message-ID: From: Tim Dunphy To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: start slapd automatically X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 15:44:05 -0000 Hey listers, I have a quick one for ya.. I am running openLDAP 2.4 server on my freebsd box and it's coming along nicely. But whenever I reboot the box it doesn't start automatically. What's the best way to accomplish this? My /etc/defaults/rc.conf has the following entry: local_startup="/usr/local/etc/rc.d" # startup script dirs. And slapd is living in the location referenced on that line: [root@LBSD2:/usr/home/bluethundr]#ls -l /usr/local/etc/rc.d/slapd -r-xr-xr-x 1 root wheel 3591 Oct 9 21:37 /usr/local/etc/rc.d/slapd So I am under the impression that it should be starting there normally. Thanks for your help! -- Here's my RSA Public key: gpg --keyserver pgp.mit.edu --recv-keys 5A4873A9 Share and enjoy!!