4 Commits
luks ... v0.1.9

Author SHA1 Message Date
obarun
f5217e18ef oops wrong variable 2017-12-13 15:34:02 +11:00
obarun
051dacc843 bump 0.1.9 2017-12-13 15:12:05 +11:00
obarun
d3ec2f001e rebuild database 2017-12-13 15:11:32 +11:00
obarun
0594295927 fix svscanctl command 2017-12-13 15:01:34 +11:00
5 changed files with 7 additions and 2 deletions

5
NEWS
View File

@@ -1,5 +1,10 @@
Changelog for s6-boot
In 0.1.9
--------
- Bugs fix
In 0.1.8
--------

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -188,7 +188,7 @@ enabled_daemon() {
}
start_database() {
log "init s6-rc database"
log "init s6-rc database with -l ${LIVE_RC_PATH}/${LIVE_RC_NAME} -c ${RC_DATABASE_COMPILED}/current ${LIVE_CLASSIC_PATH}"
if [[ "${_UID}" == 0 ]]; then
s6-rc-init -l ${LIVE_RC_PATH}/${LIVE_RC_NAME} -c ${RC_DATABASE_COMPILED}/current ${LIVE_CLASSIC_PATH}
s6-rc -v 3 -l ${LIVE_RC_PATH}/${LIVE_RC_NAME} -u change All
@@ -223,7 +223,7 @@ add() {
enabled_daemon || exit 1
s6_cmd "svscanctl" "an" "${DESTUSER}/${USER}/${DESTCLASSIC}" 2>/dev/null || exit 1
s6_cmd "svscanctl" "an" "${LIVE_CLASSIC_PATH}" 2>/dev/null || exit 1
start_database || exit 1
}