You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
679 B

  1. Index: sendmail-8.15.2/cf/cf/Makefile
  2. ===================================================================
  3. --- sendmail-8.15.2.orig/cf/cf/Makefile
  4. +++ sendmail-8.15.2/cf/cf/Makefile
  5. @@ -80,10 +80,10 @@ install:
  6. install-cf: install-sendmail-cf install-submit-cf
  7. install-sendmail-cf: $(CF).cf
  8. - $(INSTALL) -c -o $(CFOWN) -g $(CFGRP) -m $(CFMODE) $(CF).cf ${DESTDIR}$(MAILDIR)/sendmail.cf
  9. + $(INSTALL) -c -m $(CFMODE) $(CF).cf ${DESTDIR}$(MAILDIR)/sendmail.cf
  10. install-submit-cf: $(SUBMIT).cf
  11. - $(INSTALL) -c -o $(CFOWN) -g $(CFGRP) -m $(CFMODE) $(SUBMIT).cf ${DESTDIR}$(MAILDIR)/submit.cf
  12. + $(INSTALL) -c -m $(CFMODE) $(SUBMIT).cf ${DESTDIR}$(MAILDIR)/submit.cf
  13. depend: