From 3dc712e22244b5286782957255de42d00f37cd4d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 4 Sep 2009 16:00:08 +0100 Subject: Allow init scripts to show their dependencies easier --- src/rc/runscript.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/rc') diff --git a/src/rc/runscript.c b/src/rc/runscript.c index ca0d3252..5939daed 100644 --- a/src/rc/runscript.c +++ b/src/rc/runscript.c @@ -1273,7 +1273,8 @@ runscript(int argc, char **argv) doneone = true; if (strcmp(optarg, "describe") == 0 || - strcmp(optarg, "help") == 0) + strcmp(optarg, "help") == 0 || + strcmp(optarg, "depend") == 0) { save = prefix; eprefix(NULL); -- cgit v1.2.3