summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2019-04-05 20:32:42 +0000
committerDmitry Bogatov <KAction@debian.org>2019-09-28 01:02:45 +0100
commitbb3647476ac0715df03d297c5d46d1328fda5bc9 (patch)
tree1635e169cdda758239eae3095b9573293eea7fb0
parent1907ee413271f1a34598d4a5d6abbb2053eb01e5 (diff)
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
-rw-r--r--insserv.c2
1 files changed, 1 insertions, 1 deletions
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);