From owner-freebsd-stable Thu Nov 1 20:11:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from greg.cex.ca (h24-207-26-100.dlt.dccnet.com [24.207.26.100]) by hub.freebsd.org (Postfix) with SMTP id 21ADF37B414 for ; Thu, 1 Nov 2001 20:10:59 -0800 (PST) Received: (qmail 74768 invoked by uid 1001); 2 Nov 2001 04:10:36 -0000 Mail-Followup-To: freebsd-stable@freebsd.org Date: Thu, 1 Nov 2001 20:10:36 -0800 From: Greg White To: freebsd-stable@freebsd.org Subject: Re: Update from 4.4-Stable from 4.3-Stable Message-ID: <20011101201036.N58605@greg.cex.ca> References: <5f.1d23fe2a.29136bca@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5f.1d23fe2a.29136bca@aol.com>; from Hunt127588@aol.com on Thu, Nov 01, 2001 at 10:23:54PM -0500 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu Nov 11/01/01, 2001 at 10:23:54PM -0500, Hunt127588@aol.com wrote: > I have upgraded to 4.4-Stable from 4.3-Stable. However, now my > /usr/local/etc/rc.d/* scripts aren't started upon bootup. I have to manually > start them to get these services started. I ran mergmaster and installed all > files except /etc/rc.conf which I kept. I found the bad code and it is as > follows (lines 678-717) in /etc/rc as of Nov 1st: > > ############################################### > slist="${slist}${script_name_sep}${script}" > done > fi > done > script_save_sep="$IFS" > IFS="${script_name_sep}" > for script in ${slist}; do > if [ -x "${script}" ]; then > (set -T > trap 'exit 1' 2 > ${script} start) > fi > done > IFS="${script_save_sep}" > ############################################### What's "bad" about that code? I have the same code in my /etc/rc, and /usr/local/etc/rc.d/*.sh services start just fine....Been tracking -STABLE on two boxes here since 4.1, no problems whatsoever. Do your scripts barf if given a 'start' argument or something? Wrong permissions? -- Greg White To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message