- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 19 2024
Mar 18 2024
Mar 13 2024
Mar 11 2024
Mar 5 2024
Feb 28 2024
Feb 27 2024
Although this change looks good to me, we also should consider making -d default to $(-b)/var/db/freebsd-update. *THAT* left me with broken boot environment :-/ (I've used -b /path/to/be without -d /path/to/be/var/db/freebsd-update).
Feb 23 2024
Feb 20 2024
Feb 14 2024
Feb 12 2024
Feb 8 2024
Feb 7 2024
Feb 5 2024
Feb 2 2024
LGTM as well.
Jan 31 2024
Jan 30 2024
Jan 26 2024
Jan 22 2024
Jan 12 2024
Jan 9 2024
Jan 8 2024
Jan 7 2024
Jan 6 2024
It was some problem on my end (I had globally disabled X11 option).
Jan 5 2024
Jan 3 2024
Jan 1 2024
Dec 27 2023
Dec 25 2023
Dec 23 2023
Dec 22 2023
Dec 19 2023
Dec 18 2023
Dec 14 2023
Dec 12 2023
Dec 5 2023
In D42719#978596, @michaelo wrote:In D42719#978591, @otis wrote:Does this (set -e) have any consequences on existing flow?
I'd say yes. I will fail immediately (fail-fast) when a command exits with non-zero. That's the point. Better be fail than be sorry. My initial problem was a bad NIS setup which I cannot fix at the moment, but the currect create script did not fail, thus left me with a halfbroken installation. I prefer no installation instead of a broken one. I think this should also be on 14 and 13 since it will improve realibility and will affect only a few users.
Does this (set -e) have any consequences on existing flow?
Dec 4 2023
Dec 1 2023
Nov 22 2023
In D42720#974504, @michaelo wrote:In D42720#974495, @otis wrote:I don't object either. Nevertheless it seems to me that this should be performed in post-install-LOCALBASE_CACERTS-on within the STAGEDIR. What's your thought?
While I agree with you, I have chosen the approach from TZUPDATE for consistency reasons.
I don't object either. Nevertheless it seems to me that this should be performed in post-install-LOCALBASE_CACERTS-on within the STAGEDIR. What's your thought?
Nov 21 2023
Nov 19 2023
Nov 18 2023
Catch missed variable rename in rc.d script.