Hi, I have a dilemma,
I have to source /lib/init/init-d-script in my init.d script, **just** to let the lint warning goes a way, for -- init.d-script-does-not-source-init-functions However, sourcing /lib/init/init-d-script will break in some cases, because of which, I had a bug opened against my package. Would it be a good idea not to source /lib/init/init-d-script, and overriding the init.d-script-does-not-source-init-functions lint warning instead? Thx

