please deactivate services by default!

Bill Crawford billcrawford1970 at gmail.com
Fri Sep 26 10:48:37 UTC 2008


On Thursday 25 September 2008 23:33:12 Chris Adams wrote:

> I think a part of the startup hit is from rebuilding aliases
> unconditionally.  That should be considered a bug and removed from the
> sendmail init script (or at least changed to check if aliases is newer
> than aliases.db before calling).

if [ aliases -nt aliases.db ]; then
    ...
fi




More information about the fedora-devel-list mailing list