From owner-freebsd-stable@FreeBSD.ORG Tue Feb 19 08:10:23 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59F0A16A418 for ; Tue, 19 Feb 2008 08:10:23 +0000 (UTC) (envelope-from nicki@astcape.co.za) Received: from ns0.astcape.co.za (ns0.astcape.co.za [196.41.11.91]) by mx1.freebsd.org (Postfix) with ESMTP id DE0AA13C448 for ; Tue, 19 Feb 2008 08:10:22 +0000 (UTC) (envelope-from nicki@astcape.co.za) Received: from localhost (localhost.local [127.0.0.1]) by ns0.astcape.co.za (Postfix) with ESMTP id 46BC0D4C7B for ; Tue, 19 Feb 2008 09:54:57 +0200 (SAST) X-Virus-Scanned: amavisd-new at astcape.co.za Received: from ns0.astcape.co.za ([10.4.1.21]) by localhost (ns0.astcape.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5Zbac7sszuPu for ; Tue, 19 Feb 2008 09:54:52 +0200 (SAST) Received: from CC10673 (unknown [196.211.10.10]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ns0.astcape.co.za (Postfix) with ESMTP id 416F5D4C75 for ; Tue, 19 Feb 2008 09:54:52 +0200 (SAST) Message-ID: <003301c872cc$b5799c80$e501a8c0@CC10673> From: "Nicki de Wet" To: Date: Tue, 19 Feb 2008 09:54:50 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Subject: local periodic 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: Tue, 19 Feb 2008 08:10:23 -0000 I found a solution for the local periodic scripts that is executed twice. Various pages on the net suggested putting local_periodic="/usr/local/etc/periodic" in /etc/rc.conf. This did not work, I found the solution to be to put it in /etc/periodic.conf.local. Regards, Nicki