From bb3647476ac0715df03d297c5d46d1328fda5bc9 Mon Sep 17 00:00:00 2001 From: Felipe Sateler Date: Fri, 5 Apr 2019 20:32:42 +0000 Subject: warn about dependencies in ignore mode Bug-Debian: https://bugs.debian.org/811441 Bug-Debian: https://bugs.debian.org/811441 Gbp-Pq: Name warn_in_ignore_mode.patch --- insserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insserv.c b/insserv.c index 1e43bf0..d5f6a4f 100644 --- a/insserv.c +++ b/insserv.c @@ -3577,7 +3577,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); -- cgit v1.2.3