Artix Linux Forum

Init systems => S6 => Topic started by: constatinus on 01 June 2021, 16:45:14

Title: s6-base package libalpm update script cannot update new bundles
Post by: constatinus on 01 June 2021, 16:45:14
If i create a new bundle via s6, the /usr/share/libalpm/scripts/s6-rc-db-update-hook wont bring my database back because it has $new_contents on line 113, a string, which is a list of the contents of the bundle, in quotes. In other words, it passed the list of bundle dependencies as a single argument, not all of them in seperate arguments, and it functions properly when the quotes are removed.
Yes i solved the problem but i think s6-base should solve it too.
Title: Re: s6-base package libalpm update script cannot update new bundles
Post by: Dudemanguy on 01 June 2021, 17:17:57
Nice catch. Yeah that shouldn't have quotes around it. I'll fix that now.