Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2001 19:19:02 -0700 (PDT)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc/mail Makefile src/etc/sendmail Makefile
Message-ID:  <200107230219.f6N2J3K68966@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gshapiro    2001/07/22 19:19:02 PDT

  Modified files:
    etc/mail             Makefile 
    etc/sendmail         Makefile 
  Log:
  If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to
  install /etc/mail/sendmail.cf to /etc/mail/sendmail.cf and exits with an
  error:
  
  ===> etc/sendmail
  install -c -o root -g wheel -m 644 /etc/mail/sendmail.cf /etc/mail/sendmail.cf
  install: /etc/mail/sendmail.cf and /etc/mail/sendmail.cf are the same file
  *** Error code 64
  
  Catch this in the Makefile and don't call install if the source and target
  are the same file.
  
  Reported by:	Alexandr Listopad <laa@reis.zp.ua>
  MFC after:	1 week
  
  Revision  Changes    Path
  1.19      +3 -1      src/etc/mail/Makefile
  1.11      +10 -4     src/etc/sendmail/Makefile


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107230219.f6N2J3K68966>