carbon-core-system

Integration repository for versioned configuration and software on Carbon
git clone https://ccx.te2000.cz/git/carbon-core-system
Log | Files | Refs | Submodules

commit c2f92aaca05828195b01dadf181d99f07022c6f6
parent 98d74f3ab6a9caf1ffa0d1a1a15d7cabfe937b05
Author: ccx <root@dorje.wpr.cz>
Date:   Mon, 21 Feb 2022 13:19:42 +0100

Clarify comments talking about compiled s6-rc database.

Diffstat:
Minstall | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/install b/install @@ -260,12 +260,12 @@ postinstall() { rm -r $tmp_db || return $? else # Installed software changed but s6-rc DB source is the same. - # s6-rc-format-upgrade to new source directly + # s6-rc-format-upgrade to new compiled DB directly s6-rc-format-upgrade -v2 /current/s6-rc-db/ || return $? fi elif link_changed s6-rc-source; then # s6-rc DB source changed while keeping same version of software. - # s6-rc-update to new source directly + # s6-rc-update to new compiled DB directly s6-rc-update -v2 /current/s6-rc-db/ || return $? fi