From owner-freebsd-stable Mon Sep 9 18: 5: 3 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C8C737B400 for ; Mon, 9 Sep 2002 18:05:00 -0700 (PDT) Received: from search.sparks.net (d-207-5-180-136.gwi.net [207.5.180.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB1843E6A for ; Mon, 9 Sep 2002 18:05:00 -0700 (PDT) (envelope-from dmiller@sparks.net) Received: by search.sparks.net (Postfix, from userid 100) id A1098D984; Mon, 9 Sep 2002 21:01:05 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by search.sparks.net (Postfix) with ESMTP id 92D76D983 for ; Mon, 9 Sep 2002 21:01:05 -0400 (EDT) Date: Mon, 9 Sep 2002 21:01:05 -0400 (EDT) From: stable@d.sparks.net X-Sender: dmiller@search.sparks.net To: freebsd-stable@freebsd.org Subject: /bin/sh error with -stable Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I noticed this a while ago, but since 4.7 is coming right up..... The standard mysql startup script is broken when updating from 4.6R to 4.6S. The line that breaks it is: if [blah] then blah blah >> /var/log/mysqld & && echo -n ' mysqld' fi The error message is: ./mysql-server.sh: 7: Syntax error: "&&" unexpected Was this an intentional change? I can't believe it accidentally broke and no one else has noticed it. It worked with 4.6R, broke when I cvsupped this afternoon. --- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message