[2019-10-14 16:40] Lorenzo Puliti <[email protected]> > Hi,
Hi! > this is to be consistent with a patch that I'm about to send > for dh-runit. > The attached patch here makes update-service create a .symlink > rather than just removing the symlink to disable a service. > This will help in preserving local admin choice to keep a service disabled. > I've added some detail in the man page but I hope to provide some more > detailed info in update-rc.d man page as runit support is merged there. Looks good to me, but does not apply: > ln -s /var/lib/runit/log/supervise/"$sv" "$svdir"/log/supervise ^^^^^^^^^^^^^^^^^^^^^^^^ this line of context > fi > fi > + if [ -d "$servicedir"/."$sv" ]; then > + rm "$servicedir"/."$sv" > + fi is nowhere to be found in "debian/contrib/update-service". I am looking at commit [dae57fa82797b673ca9116a81048dedd5ab523db]. I guess you based this your patch on pre-5d98b parent. -- Note, that I send and fetch email in batch, once in a few days. Please, mention in body of your reply when you add or remove recepients.

