Re: Installing sendmail in non-default location

2020-07-27 Thread Larry Stone
> On Jul 27, 2020, at 1:18 PM, Viktor Dukhovni > wrote: > > >> make -f Makefile.init makefiles CCARGS='-DUSE_TLS -I/usr/local/ssl/include \ >> [...] >> -DDEF_SENDMAIL_PATH=\"/usr/local/sbin\"\ > > This is not correct, it lists the containing directory, rather than the > full path to the

Re: Installing sendmail in non-default location

2020-07-27 Thread Viktor Dukhovni
On Mon, Jul 27, 2020 at 01:12:41PM -0500, Larry Stone wrote: > Which leads to a new question. In working on this, I modified my “make > makefiles” to add a sendmail_path argument (which worked to change the > default value) and later as I worked through this, a > -DDEF_SENDMAIL_PATH to CCARGS. Do

Re: Installing sendmail in non-default location

2020-07-27 Thread Larry Stone
> On Jul 27, 2020, at 11:05 AM, Larry Stone wrote: > > I’m trying to figure out how to tell make {install | upgrade} to install > sendmail eleswhere? I tried sendmail_path=/usr/local/sbin as well as > -DDEF_SENDMAIL_PATH and while that changes the default value of > sendmail_path, it still

Installing sendmail in non-default location

2020-07-27 Thread Larry Stone
I’m trying to figure out how to tell make {install | upgrade} to install sendmail eleswhere? I tried sendmail_path=/usr/local/sbin as well as -DDEF_SENDMAIL_PATH and while that changes the default value of sendmail_path, it still installs in /usr/sbin. Background: last week, I finally