summaryrefslogtreecommitdiff
path: root/init/init.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-20 18:51:06 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-20 18:51:06 +0000
commit6202682d23c680136d80edde9cd9078ebf31127a (patch)
tree29550bae12e155570c848e5ab27b72bbec610a02 /init/init.c
parent59fdc455293bcc67ed668e5b524f726bbcf73e5c (diff)
(_PATH_RUNCOM): Move to /libexec/rc.
Diffstat (limited to 'init/init.c')
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index 76ebf968..3ab61332 100644
--- a/init/init.c
+++ b/init/init.c
@@ -58,7 +58,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define BOOT(flags) ((flags & RB_HALT) ? "halt" : "reboot")
-#define _PATH_RUNCOM "/etc/rc"
+#define _PATH_RUNCOM "/libexec/rc"
#define _PATH_LOGIN "/bin/login"
/* How long to wait after starting window specs before starting getty */