From owner-freebsd-questions@FreeBSD.ORG Sat Aug 16 22:03:33 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93D0837B401 for ; Sat, 16 Aug 2003 22:03:33 -0700 (PDT) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 2412843FAF for ; Sat, 16 Aug 2003 22:03:32 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 30718 invoked by alias); 17 Aug 2003 05:24:18 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.051178 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 17 Aug 2003 05:24:18 -0000 X-RCPTTO: freebsd-questions@freebsd.org, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h7H5386d151220 for ; Sun, 17 Aug 2003 14:03:09 +0900 Message-ID: <3F3F0CB0.4050205@snu.ac.kr> Date: Sun, 17 Aug 2003 14:03:44 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: /etc/daily.local : old and for backwards compatibility ? What is new way ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2003 05:03:33 -0000 Hi, I want to run my own script in the periodic/daily procedure (e.g. synchronize time with ntpdate and update ports with cvsup). I had a look at /etc/periodic/daily/999.local, which says: # Run the old /etc/daily.local script. This is really for backwards # compatibility more than anything else. Using /etc/daily.local makes things indeed very easy and straight forward. But since this is mainly for backwards compatibility, I wonder what is the new way of doing what I want to do. Appending my script to /etc/periodic/daily/999.local ? Thanks, Rob.