From a3db3bac6242ff29871161620d0449125b3262aa Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 14 Dec 2007 12:24:16 +0000 Subject: Allow services to be in /usr/local/etc/init.d, but disallow them being added to the boot runlevel. --- src/rc-status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rc-status.c') diff --git a/src/rc-status.c b/src/rc-status.c index dc515af7..535f438a 100644 --- a/src/rc-status.c +++ b/src/rc-status.c @@ -170,7 +170,7 @@ int rc_status (int argc, char **argv) /* Output the services in the order in which they would start */ if (geteuid () == 0) - deptree = _rc_deptree_load (); + deptree = _rc_deptree_load (NULL); else deptree = rc_deptree_load (); -- cgit v1.2.3