From owner-freebsd-ports@FreeBSD.ORG Sun Jun 17 16:01:45 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 90F4A16A46B for ; Sun, 17 Jun 2007 16:01:45 +0000 (UTC) (envelope-from steinex@nognu.de) Received: from shodan.nognu.de (shodan.nognu.de [85.14.216.230]) by mx1.freebsd.org (Postfix) with ESMTP id 5CB9513C45B for ; Sun, 17 Jun 2007 16:01:45 +0000 (UTC) (envelope-from steinex@nognu.de) Received: by shodan.nognu.de (Postfix, from userid 1002) id 035F1B836; Sun, 17 Jun 2007 17:30:56 +0200 (CEST) Date: Sun, 17 Jun 2007 17:30:55 +0200 From: Frank Steinborn To: dz@426.ch, freebsd-ports@FreeBSD.org Mail-Followup-To: dz@426.ch, freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (FreeBSD) Message-Id: <20070617153056.035F1B836@shodan.nognu.de> Cc: Subject: anacron: suggest adding an entry in /etc/crontab in pkg-message.in X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2007 16:01:45 -0000 Hi, the pkg-message.in from the anacron-port is incomplete, IMO. It shows this: - Edit %%PREFIX%%/etc/anacrontab - Deactivate the 'periodic' commands in /etc/crontab - Add anacron_enable="YES" to /etc/rc.conf - Read anacron(8) and anacrontab(5) The problem is that anacron will just execute one time, namely when the machine is booted. The maintainance-scripts would never run again, then. I suggest adding the following line to pkg-message.in before "Add anacron_enable="YES" to /etc/rc.conf": - Add an entry for anacron in /etc/crontab for the early morning hours What do you think? Frank