From owner-freebsd-questions@FreeBSD.ORG Sat Mar 14 13:54:38 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CB35106564A for ; Sat, 14 Mar 2009 13:54:38 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id C4C9B8FC08 for ; Sat, 14 Mar 2009 13:54:37 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (166.10.87-79.rev.gaoland.net [79.87.10.166]) by smtp.lamaiziere.net (Postfix) with ESMTPA id D00F36332D9; Sat, 14 Mar 2009 14:35:36 +0100 (CET) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 10931D45E; Sat, 14 Mar 2009 14:35:37 +0100 (CET) Date: Sat, 14 Mar 2009 14:35:36 +0100 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: "FreeBSD-Questions" Message-ID: <20090314143536.223c5b98@baby-jane.lamaiziere.net> In-Reply-To: <200903141048.59133.mbeis@xs4all.nl> References: <200903141048.59133.mbeis@xs4all.nl> Organization: /dave/nulle X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Marco Beishuizen Subject: Re: Logcheck errors after cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Mar 2009 13:54:38 -0000 Le Sat, 14 Mar 2009 10:48:58 +0100, Marco Beishuizen : > I cvsupped my portstree yesterday and updated my system with > portupgrade -a. All went well except for logcheck. Since the cvsup I > don't receive the normal hourly mail with the results of the checking > in my mailbox but the following (the subject of the mail is: Cron > if [ -x /usr/local/sbin/logcheck ]; then nice > -n10 /usr/local/sbin/logcheck; fi): > > /usr/local/sbin/logcheck: command substitution: line 49: syntax error > near unexpected token `)' I guess it is related to the recent bash upgrade. Check the ports@ mailing list, there are some topics about bash4. Looks like it is broken. Regards.