From owner-freebsd-stable@FreeBSD.ORG Sat Jun 2 20:34:49 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B45D16A469 for ; Sat, 2 Jun 2007 20:34:49 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 4B09013C468 for ; Sat, 2 Jun 2007 20:34:49 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so302118anc for ; Sat, 02 Jun 2007 13:34:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UogkdDxwVnCXPSx2A+ijOdtwxQRL0K1Iy3XLEdlxJQyvV0Lwo7wLQvrAcUfDWIiUmcQS7dJJAT0VkdOK5SkTWVEhj8ylFmxeI43ZCb63n0Kq2gvNvKKGJiNXxb9iLzv8zig26qzC84XVvVvUwruyTlmUTWPtUQkoIXnYhmTcoak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sV2+0W9w/9jqdzS/Lz+lDg2ROCQGTS7tCjEtIJH0fIuYzHVBtnrAJ/n2toqfG8mx02xX0HhaUSXa+uLrg7em22nVCm7lIIARFKhosHsITmKOAnQ/ZzX3FF9ARzDaQxoFu3BODNYRZo9RQtbS81KITxLn7IMw33DuyyED5F4uh6I= Received: by 10.100.190.8 with SMTP id n8mr1754384anf.1180816488213; Sat, 02 Jun 2007 13:34:48 -0700 (PDT) Received: by 10.100.109.9 with HTTP; Sat, 2 Jun 2007 13:34:48 -0700 (PDT) Message-ID: <790a9fff0706021334s2239d7a4n492f521c9a79cebe@mail.gmail.com> Date: Sat, 2 Jun 2007 15:34:48 -0500 From: "Scot Hetzel" To: "Stefan Hauser" In-Reply-To: <200706021940.l52JetK8064362@multi.usr.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706021940.l52JetK8064362@multi.usr.ch> Cc: stable@freebsd.org Subject: Re: local/rc.d/* executed twice X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2007 20:34:49 -0000 On 6/2/07, Stefan Hauser wrote: > after upgrading 3 machines, i noticed that /usr/local/etc/rc.d/* scipts get > exectued twice. > does anyone have a fix for it ? > Add the following to /etc/rc.conf: local_startup="/usr/local/etc/rc.d" And add the following to /etc/periodic.conf: local_periodic="/usr/local/etc/periodic" Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.