On Wed, Apr 27, 2016 at 05:08:47PM +0300, Chagin Dmitry wrote:
> On Wed, Apr 27, 2016 at 04:34:29PM +0300, Boris Samorodov wrote:
> > Hi All,
> > 
> > There is no smtp service after recent update:
> > -----
> > % sockstat -4l
> > USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN
> > ADDRESS
> > root     sshd       879   4  tcp4   *:22                  *:*
> > root     syslogd    663   7  udp4   *:514                 *:*
> > -----
> > 
> > I use (almost) default mail configuration.
> > -----
> > % grep mail /etc/rc.conf{,.local}
> > %
> > -----
> > 
> > I've notice a huge etc updates at update. Seems they may be related.
> >
> the same here, chmod +x /etc/rc.d/sendmail 

I wonder why the sendmail rc script gets installed with mode 444.

When I run "make install" in src/etc/rc.d all other scripts get
installed with mode 555. The relevant part of the Makefile is

.if ${MK_SENDMAIL} != "no"
FILESGROUPS+=   SMRCD
SMRCD=          sendmail
.endif
SMRCDDIR=       /etc/rc.d
SMRCDDIRMODE=   ${BINMODE}
SMRCDPACKAGE=   sendmail

${BINMODE} is used for all scripts, so I can't see why it is different
for sendmail.

Attachment: pgpFTvG6t5D19.pgp
Description: PGP signature

Reply via email to