Klemens Nanni <[email protected]> wrote:

> Reading /etc/rc I was under the impression that read-only /usr is indeed
> a scenario we support, since reorder_libs() already does what I propose,
> only in a more complicated way:
> 
>       revision 1.481
>       date: 2016/05/26 14:59:48;  author: rpe;  state: Exp;  lines: +32 -7;
>       - rename rebuildlibs() to reorder_libs()
>       - move the info message inside the function
>       - skip reordering if /usr/lib is on a nfs mounted filesystem
>       - temporarily remount rw if /usr/lib is on a ro ffs file-system
> 
>       OK deraadt
> 
> Did OpenBSD's stance on read-only /usr change between then and now?

The OpenBSD stance never changed.

If the configuration isn't created by the install script, you are on
your own.  Maybe one developer put some words in about ffs, but I am sure
the idea was to protect NFS diskless which cannot be mounted rw.

I do not see the point behind diff after diff trying to add scripting
for bizzare configurations that basically none of our users configure.
Those admins are fully aware that when they make weird configuration changes,
they are on their own, and they have to maintain their own diffs.

I do not agree with this continual pushiness you have to find weird
special cases and propose scripting changes to deal with it.

OpenBSD's prime principle is SIMPLICITY, even when it means there are
limited operations for operation, and you are going way out of bounds.

Take a step back.

Reply via email to