From owner-freebsd-questions Mon Oct 1 11:50: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by hub.freebsd.org (Postfix) with ESMTP id 7045037B403 for ; Mon, 1 Oct 2001 11:50:00 -0700 (PDT) Received: (qmail 87133 invoked from network); 1 Oct 2001 18:49:59 -0000 Received: from unknown (HELO mgm) ([66.92.216.5]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 1 Oct 2001 18:49:59 -0000 Message-ID: <016d01c14aa9$e7df8b00$05d85c42@speakeasy.net> Reply-To: "jason" From: "jason" To: Subject: /usr/local/etc/rc.d not running on startup Date: Mon, 1 Oct 2001 14:50:13 -0400 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 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am running FreeBSD4.3 very installed just a couple weeks ago. A minimal install was done via FTP. After install there was no /usr/local which means no /usr/local/etc/rc.d. I installed dhcpd and created /usr/local, /usr/local/rc.d manually. I placed a created a startup script for dhcpd as prescribed in the manual but when I reboot it fails to run. I placed an echo command as I always do so I can see some output when the computer boots up. Nothing is displayed during bootup. I can start dhcpd manually after logging in as root. I checked /etc/rc.conf and there are no entries that seem to correspond. I checked /etc/defaults/rc.conf and a short distance down found a line that read like this: local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. What am I missing in order to make scripts in /usr/local/etc/rc.d run on startup? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message