| Summary: | /etc/mail/Makefile tweak to restart sendmail | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Erick Mechler <emechler> |
| Component: | bin | Assignee: | Gregory Neil Shapiro <gshapiro> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
Responsible Changed From-To: freebsd-bugs->gshapiro Given to sendmail maintainer State Changed From-To: open->feedback I've checked in changes to the HEAD such that accomplishes all of your requirements. Unless I hear otherwise, I'll close this PR in the near future. State Changed From-To: feedback->closed Submitter accepted my fix. |
This patch is just a way to easily restart the sendmail process using the Makefile installed into /etc/mail/Makefile. Although this isn't necessary a lot of the time, it's proven useful for me in several cases and might be a good addition to the system. Fix: clean: rm -f access.db virtusertable.db mailertable.db + + restart: + kill -HUP `head -1 /var/run/sendmail.pid`--yTDxXtDywWphiwcHGcTruOmERlHALpLc4JhyqsdwMNG8rx9y Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" *** Makefile.orig Tue Jan 16 18:05:40 2001 --- Makefile Tue Jan 16 17:02:52 2001 *************** *** 29,31 **** --- 29,34 ----