Date: Sat, 30 Mar 2002 10:48:02 -0800 From: Gregory Neil Shapiro <gshapiro@freebsd.org> To: Giorgos Keramidas <keramida@ceid.upatras.gr> Cc: ian j hart <ianjhart@ntlworld.com>, <freebsd-current@freebsd.org>, <freebsd-stable@freebsd.org> Subject: Re: Another possible solution for non-sendmail users Message-ID: <15526.2146.372206.565056@horsey.gshapiro.net> In-Reply-To: <20020330030304.D3075-100000@hades> References: <3CA50E3F.43E719DF@ntlworld.com> <20020330030304.D3075-100000@hades>
next in thread | previous in thread | raw e-mail | index | archive | help
keramida> A better fix would be to use the sh(1) way of conditionally setting a keramida> variable: keramida> sendmail_program=${sendmail_program:-/usr/sbin/sendmail} keramida> Similarly for the rest of those ?= assignments. keramida> AFAIK, the ?= assignment style works in make rules. keramida> Perhaps that's where this came from :-) Thanks, that will teach me to write a script at 5:30 in the morning. I'll post a new version shortly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15526.2146.372206.565056>