_PATH_SENDMAIL in lots of places outside of lpd stuff also

2016-01-29 Thread Chris Bennett
I found a subroutine in printjob.c called sendmail with uses _PATH_SENDMAIL. I found it all over the place: blue src # ack _PATH_SENDMAIL include/paths.h 63:#define _PATH_SENDMAIL "/usr/sbin/sendmail" usr.bin/calendar/io.c 410:execl(_PATH_SENDMAIL, "sendmail", "-i", "-t",

Re: _PATH_SENDMAIL in lots of places outside of lpd stuff also

2016-01-29 Thread Michael McConville
Chris Bennett wrote: > I found a subroutine in printjob.c called sendmail with uses > _PATH_SENDMAIL. > > I found it all over the place: Are you implying that they should be replaced? IIUC, we create a sendmail binary (or at least a link) even though we no longer technically use sendmail. See

Re: _PATH_SENDMAIL in lots of places outside of lpd stuff also

2016-01-29 Thread Chris Bennett
On Fri, Jan 29, 2016 at 09:18:14PM -0500, Michael McConville wrote: > Chris Bennett wrote: > > I found a subroutine in printjob.c called sendmail with uses > > _PATH_SENDMAIL. > > > > I found it all over the place: > > Are you implying that they should be replaced? IIUC, we create a > sendmail

Re: _PATH_SENDMAIL in lots of places outside of lpd stuff also

2016-01-29 Thread Philip Guenther
On Fri, Jan 29, 2016 at 6:46 PM, Chris Bennett wrote: > On Fri, Jan 29, 2016 at 09:18:14PM -0500, Michael McConville wrote: >> Chris Bennett wrote: >> > I found a subroutine in printjob.c called sendmail with uses >> > _PATH_SENDMAIL. >> > >> > I found it all

Re: _PATH_SENDMAIL in lots of places outside of lpd stuff also

2016-01-29 Thread Michael McConville
Chris Bennett wrote: > On Fri, Jan 29, 2016 at 09:18:14PM -0500, Michael McConville wrote: > > Chris Bennett wrote: > > > I found a subroutine in printjob.c called sendmail with uses > > > _PATH_SENDMAIL. > > > > > > I found it all over the place: > > > > Are you implying that they should be

Re: _PATH_SENDMAIL in lots of places outside of lpd stuff also

2016-01-29 Thread Chris Bennett
On Fri, Jan 29, 2016 at 08:46:56PM -0600, Chris Bennett wrote: > On Fri, Jan 29, 2016 at 09:18:14PM -0500, Michael McConville wrote: > > Chris Bennett wrote: > > > I found a subroutine in printjob.c called sendmail with uses > > > _PATH_SENDMAIL. > > > > > > I found it all over the place: > > >