From owner-freebsd-rc@FreeBSD.ORG Mon Feb 13 09:30:08 2006 Return-Path: X-Original-To: freebsd-rc@freebsd.org Delivered-To: freebsd-rc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDA7D16A420 for ; Mon, 13 Feb 2006 09:30:08 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A2E43D46 for ; Mon, 13 Feb 2006 09:30:08 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: by zproxy.gmail.com with SMTP id i11so932144nzh for ; Mon, 13 Feb 2006 01:30:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fw3crG3K1s+/e+hdBvdrNN+kaHVktb7hCGCQ1qHVHt2NhwmKonStxerXbV4XyCwATKkeRwsZrHzjISrxutNf1VaOkHbPirSLgbYHXtLdmNaK/nxbi5+MjsARnERJTetDUqieAtY57hGso+SVg8Ovd+YA1NaJcvAavIsB0gLtF84= Received: by 10.36.5.13 with SMTP id 13mr2860746nze; Mon, 13 Feb 2006 01:30:07 -0800 (PST) Received: by 10.36.72.7 with HTTP; Mon, 13 Feb 2006 01:30:07 -0800 (PST) Message-ID: <28edec3c0602130130t35e1af55y63a5a8b90f1710e@mail.gmail.com> Date: Mon, 13 Feb 2006 17:30:07 +0800 From: "Mars G. Miro" To: dougb@FreeBSD.org, freebsd-rc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: 6.1-prerelease, /etc/rc.d/localpkg, rc.subr and samba3 X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2006 09:30:08 -0000 Hi there, Today I upgraded a 6.0Rp4 box to RELENG_6 w/c brings it to 6.1-PRERELEASE. This box has a jail w/c has samba (samba-3.0.21a,1) installed and after the usual build{world,kernel}, install{kernel,world}, mergemaster process, I found out that samba would not start during boot. I traced it to /etc/rc.d/localpkg. Reverting this to the 6.0Rp4 version works. I'm no rc guru but seems that 'find_local_scripts_{old|new}' in /etc/rc.subr doesnt actually find the local_startup rc scripts? Thanks and FYI ;-) cheers mars