Control: clone -1 -2
Control: reassign -1 init-system-helpers
Control: reassign -2 insserv
Control: retitle -2 insserv: warn about dependencies in ignore mode
Control: severity -2 wishlist
Control: tags -2 patch


On 22 December 2015 at 16:15, Felipe Sateler <fsate...@debian.org> wrote:
> Hi all,
>
> On 2 December 2015 at 11:51, Michael Biebl <bi...@debian.org> wrote:
>> Outputting some warnings in big fat letters in -f mode, as Felipe
>> suggested, seems like a sensible thing to do. If the package maintainer
>> installs the package before uploading (which he should usually do) he
>> would be able to catch the error.
>
> Petter, would you be willing to accept such a patch so that we can
> start moving forward?

Turns out enabling warnings is very simple. Please find attached a
patch that does that.


-- 

Saludos,
Felipe Sateler
--- a/insserv.c
+++ b/insserv.c
@@ -3070,7 +3070,7 @@ int main (int argc, char *argv[])
 		     * Use information from symbolic link structure to
 		     * check if all services are around for this script.
 		     */
-		    if (isarg && !ignore) {
+		    if (isarg) {
 			boolean ok = true;
 			if (del)
 			    ok = chkdependencies(service);

Reply via email to