Date: Sat, 30 Mar 2002 11:46:36 -0800 From: Gregory Neil Shapiro <gshapiro@FreeBSD.ORG> To: freebsd-current@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: Another possible solution for non-sendmail users Message-ID: <15526.5660.883425.137921@horsey.gshapiro.net> In-Reply-To: <15523.14636.146301.834847@horsey.gshapiro.net> References: <15523.14636.146301.834847@horsey.gshapiro.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks to some reviewers, a couple of problems with my last patch have been fixed. This time, I've actually tried the combinations involved to make sure it works. The changes from the last patch are only to /etc/mail/Makefile and /etc/rc.sendmail. rc.sendmail changes: - Use proper shell variable substitution - Make it more like rc.d scripts: - start, stop, and restart now affect all daemons, not just the MTA. - New targets: start-mta, stop-mta, restart-mta - Optimize by using functions instead of making the script re-execute itself. Makefile changes: - Fix syntax error - Check for pidfile before trying to use it with kill (warn if not present) - Minor cosmetic changes The updated patch is available in the same location: http://people.freebsd.org/~gshapiro/mta-start I've also pulled out the two changed files for those who have already patched: http://people.freebsd.org/~gshapiro/Makefile http://people.freebsd.org/~gshapiro/rc.sendmail I'll give this new patch a couple of days review time before committing it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15526.5660.883425.137921>