DragonFly-2.3.1.105.g03e2a master etc/defaults rc.conf etc/rc.d diskless sendmail nrelease Makefile share/man/man8 rc.sendmail.8
Sascha Wildner
swildner at crater.dragonflybsd.org
Wed May 20 13:08:29 PDT 2009
commit 03e2a3c5ec51df1be822987bcc021bccfbd23801
Author: Sascha Wildner <saw at online.de>
Date: Wed May 20 22:03:35 2009 +0200
etc/rc.d/sendmail: Actually execute sendmail_precmd().
This will cause the sendmail rc script to care about running
newaliases(1) itself if necessary (database doesn't exist or
/etc/mail/aliases is newer than /etc/mail/aliases.db).
Also add a new rc.conf variable 'sendmail_rebuild_aliases' to
turn off this behavior which is on by default.
This means we don't need to run newaliases(1) ourselves in a
couple of places (such as when building the LiveCD), so remove
those.
Dragonfly-bug: <http://bugs.dragonflybsd.org/issue52>
Summary of changes:
etc/defaults/rc.conf | 1 +
etc/rc.d/diskless | 5 -----
etc/rc.d/sendmail | 19 +++++++++++--------
nrelease/Makefile | 17 ++++++-----------
share/man/man8/rc.sendmail.8 | 15 ++++++++++++++-
5 files changed, 32 insertions(+), 25 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/03e2a3c5ec51df1be822987bcc021bccfbd23801
--
DragonFly BSD source repository
More information about the Commits
mailing list