From owner-cvs-all Fri Jun 5 00:52:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA29978 for cvs-all-outgoing; Fri, 5 Jun 1998 00:52:04 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA29919; Fri, 5 Jun 1998 00:52:01 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA02009; Fri, 5 Jun 1998 00:51:07 -0700 (PDT) Date: Fri, 5 Jun 1998 00:51:07 -0700 (PDT) Message-Id: <199806050751.AAA02009@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/databases/mysql/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1998/06/05 00:51:07 PDT Modified files: databases/mysql/pkg PLIST Log: Change "@exec [ ! foo ] && bar" to "@exec [ foo ] || bar" so there won't be any spurious warning messages when the command bar isn't run. Revision Changes Path 1.11 +1 -1 ports/databases/mysql/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message