| /freebsd/etc/sendmail/ |
| H A D | Makefile | 23 DEST_SUBMIT_CF= ${DESTDIR}/etc/mail/submit.cf 25 ALL= freebsd.cf freebsd.submit.cf 26 CLEANFILES= freebsd.cf freebsd.submit.cf 67 ${.CURDIR}/freebsd.submit.mc freebsd.submit.cf ${DESTDIR}/etc/mail 87 freebsd.submit.cf ${DEST_SUBMIT_CF}
|
| /freebsd/etc/mail/ |
| H A D | Makefile | 74 SENDMAIL_SUBMIT_MC:= ${SENDMAIL_SUBMIT_MC}.submit.mc 77 ${CP} freebsd.submit.mc ${SENDMAIL_SUBMIT_MC} 193 install: install-cf install-submit-cf 202 install-submit-cf: ${INSTALL_SUBMIT_CF} 209 .if ${INSTALL_SUBMIT_CF} != /etc/mail/submit.cf 210 ${INSTALL} -m ${SHAREMODE} ${INSTALL_SUBMIT_CF} /etc/mail/submit.cf
|
| H A D | README | 21 by altering /etc/mail/freebsd.submit.mc (or setting SENDMAIL_SUBMIT_MC 23 'make install-submit-cf' in /etc/mail/. Change the FEATURE(msp) line 31 /etc/mail/submit.cf file: 34 rm /etc/mail/submit.cf
|
| /freebsd/contrib/pkgconf/ |
| H A D | DCO | 15 have the right to submit it under the open source license 20 license and I have the right under that license to submit that 23 permitted to submit under a different license), as indicated 32 personal information I submit with it, including my sign-off) is
|
| /freebsd/contrib/sendmail/src/ |
| H A D | SECURITY | 55 and submit.cf for the submission program. The following permissions 62 -r--r--r-- root wheel ... /etc/mail/submit.cf 72 permissions. In submit.cf the option UseMSP must be set, and 73 QueueFileMode must be set to 0660. submit.cf is available in 74 cf/cf/, which has been built from cf/cf/submit.mc. The file can 75 be used as-is, if you want to add more options, use cf/cf/submit.mc 80 -bs, and -t it is submit.cf (if it exists) for all others it is 129 submit.cf For the MSP (mail submission program) 130 The MSP is used to submit e-mails, hence it is invoked 204 no submit.cf file is installed. See devtools/README about
|
| H A D | Makefile.m4 | 17 `${DESTDIR}/etc/mail/submit.cf ${DESTDIR}${MSPQ}'))dnl
|
| /freebsd/contrib/ntp/ |
| H A D | README.patches | 22 If you make your changes in the above order and then submit them, 34 Please read (and follow) the previous section if you want to submit 37 If you cannot easily get your patches to pogo, you may submit patches
|
| H A D | README.bk | 7 If you want to submit patches, please see the README.hackers file.
|
| /freebsd/contrib/sendmail/cf/cf/ |
| H A D | Makefile | 17 SUBMIT= submit 54 ALL= submit.cf $(GENERIC) $(OTHER) 80 install-cf: install-sendmail-cf install-submit-cf 85 install-submit-cf: $(SUBMIT).cf 86 $(INSTALL) -c -o $(CFOWN) -g $(CFGRP) -m $(CFMODE) $(SUBMIT).cf ${DESTDIR}$(MAILDIR)/submit.cf
|
| H A D | README | 7 By default you need two .mc files: sendmail.mc and submit.mc. The 27 The name of the source file for "submit.cf" can be overridden by
|
| H A D | submit.mc | 18 VERSIONID(`$Id: submit.mc,v 8.15 2013-11-22 20:51:08 ca Exp $')
|
| /freebsd/sys/opencrypto/ |
| H A D | crypto.c | 1770 struct cryptop *crp, *submit; in crypto_dispatch_thread() local 1785 submit = NULL; in crypto_dispatch_thread() 1797 if (submit == NULL) in crypto_dispatch_thread() 1798 submit = crp; in crypto_dispatch_thread() 1802 if (submit != NULL) { in crypto_dispatch_thread() 1811 if (submit->crp_session->cap == cap) in crypto_dispatch_thread() 1814 submit = crp; in crypto_dispatch_thread() 1819 if (submit != NULL) { in crypto_dispatch_thread() 1820 TAILQ_REMOVE(&crp_q, submit, crp_next); in crypto_dispatch_thread() 1821 cap = submit->crp_session->cap; in crypto_dispatch_thread() [all …]
|
| /freebsd/contrib/googletest/ |
| H A D | CONTRIBUTING.md | 1 # How to become a contributor and submit your own code 24 If you are a Googler, please make an attempt to submit an internal contribution 25 rather than a GitHub Pull Request. If you are not able to submit internally, a 73 don't have to actually submit code in order to sign up. Your participation
|
| /freebsd/contrib/expat/doc/ |
| H A D | ok.min.css | 2 …submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-… selector
|
| /freebsd/contrib/sendmail/ |
| H A D | INSTALL | 27 6. Install sendmail.cf as /etc/mail/sendmail.cf and submit.cf as 28 /etc/mail/submit.cf. This can be done in the cf/cf by using
|
| /freebsd/ |
| H A D | CONTRIBUTING.md | 46 Do NOT submit a Pull Request for: 116 Automated accounts or chatbots must not submit pull requests or use pull 187 integrate these patches and submit them upstream. 198 If you are a professor or teacher that wishes to have your students submit fixes 210 upstream is "active" and you should submit your patches there and let the last 212 more than 5 years, upstream is likely inactive so please submit the patch. We
|
| /freebsd/usr.sbin/periodic/etc/daily/ |
| H A D | 500.queuerun | 24 if [ -f /etc/mail/submit.cf ]
|
| H A D | 440.status-mailq | 40 if [ -f /etc/mail/submit.cf ] && mailq -Ac >/dev/null 2>&1
|
| /freebsd/contrib/wpa/ |
| H A D | CONTRIBUTIONS | 117 have the right to submit it under the open source license 122 license and I have the right under that license to submit that 125 permitted to submit under a different license), as indicated 134 personal information I submit with it, including my sign-off) is
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/ |
| H A D | ibm,vas.txt | 4 to directly submit compression and other requests to Nest accelerators (NX)
|
| /freebsd/contrib/llvm-project/compiler-rt/ |
| H A D | CREDITS.TXT | 3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
|
| /freebsd/contrib/unbound/dnstap/ |
| H A D | dnstap.c | 96 int submit = 0; in dt_sample_rate_limited() local 101 submit = 1; in dt_sample_rate_limited() 108 return !submit; in dt_sample_rate_limited()
|
| /freebsd/contrib/libarchive/ |
| H A D | SECURITY.md | 9 You may submit the report in the following ways:
|
| /freebsd/sys/dev/ida/ |
| H A D | idavar.h | 116 void (*submit)(struct ida_softc *, struct ida_qcb *); member
|
| /freebsd/sys/contrib/libsodium/ |
| H A D | THANKS | 85 submit a pull request!)
|