From owner-freebsd-current@FreeBSD.ORG Sun Jul 18 15:26:18 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D085716A4CE for ; Sun, 18 Jul 2004 15:26:18 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60FEC43D48 for ; Sun, 18 Jul 2004 15:26:18 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i6IFP1vj012737; Sun, 18 Jul 2004 09:25:01 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 18 Jul 2004 09:25:02 -0600 (MDT) Message-Id: <20040718.092502.11989808.imp@bsdimp.com> To: dan@langille.org From: "M. Warner Losh" In-Reply-To: <40F9110F.13794.15FF9E60@localhost> References: <20040717153016.GA3805@frontfree.net> <40F9110F.13794.15FF9E60@localhost> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@FreeBSD.ORG Subject: Re: About ISC-cron X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 15:26:18 -0000 In message: <40F9110F.13794.15FF9E60@localhost> "Dan Langille" writes: : On 17 Jul 2004 at 23:30, Xin LI wrote: : : > /* POLA will be respected :-) */ : : One thing about /etc/crontab which has caught out many people: the : last entry must have an ENTER at the end of the line or it will be : ignored. Actually, it must have a newline at the end of the line. : FWIW, /etc/sysctl.conf has the same issue. This one is a lot harder to fix, because shell will ignore the last line. Warner