From owner-freebsd-questions Fri Jul 20 13:12:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f253.law10.hotmail.com [64.4.14.128]) by hub.freebsd.org (Postfix) with ESMTP id 19C6037B405 for ; Fri, 20 Jul 2001 13:12:27 -0700 (PDT) (envelope-from ex279@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 20 Jul 2001 13:12:26 -0700 Received: from 205.228.172.82 by lw10fd.law10.hotmail.msn.com with HTTP; Fri, 20 Jul 2001 20:12:26 GMT X-Originating-IP: [205.228.172.82] From: "Todd Reed" To: freebsd-questions@freebsd.org Subject: Startup Scripts version 2 Date: Fri, 20 Jul 2001 15:12:26 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Jul 2001 20:12:26.0858 (UTC) FILETIME=[4BBD5CA0:01C11158] 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 created a /usr/local/rc.d called startup.sh. When I restart my machine, it doesn't seem to execute. Below is the code in the sh file. What am I doing wrong? Do I have to edit the rc.conf? #!/bin/sh # /sbin/ldconfig -m /usr/local/lib/mysql if [ -x /mnt/vdrv/dbms/bin/safe_mysqld ] then /mnt/vdrv/dbms/bin/safe_mysqld > /dev/null & && echo -n ` mysql` fi _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message