Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/distrib/utils/embedded/conf
Module Name: src
Committed By: riastradh
Date: Sun Feb 15 19:38:44 UTC 2026
Modified Files:
src/distrib/utils/embedded/conf: evbarm.conf evbmips.conf evbppc.conf
x86.conf
Log Message:
mkimage/conf/*.conf: Nix postfix minwrites customization.
This customization has been a no-op for a long time.
These config files previously had copied & pasted logic to replace
the `fifo' listener type (named pipes) by `unix' (local sockets)
/etc/postfix/master.cf, because notifying fifo listeners bumps mtime,
while notifying unix listeners does not, so changing from `fifo' to
`unix' would reduce disk writes.
But Postfix has had used `unix' for everything by default since 2.10,
released in 2012 and first shipped in NetBSD 7.0 in 2015. So this
customization has been a no-op for over a decade. Let's save readers
some pondering and just nix it.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/distrib/utils/embedded/conf/evbarm.conf
cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/embedded/conf/evbmips.conf
cvs rdiff -u -r1.4 -r1.5 src/distrib/utils/embedded/conf/evbppc.conf
cvs rdiff -u -r1.13 -r1.14 src/distrib/utils/embedded/conf/x86.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index