summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);