From 6202682d23c680136d80edde9cd9078ebf31127a Mon Sep 17 00:00:00 2001
From: "Michael I. Bushnell" <mib@gnu.org>
Date: Thu, 20 Jun 1996 18:51:06 +0000
Subject: (_PATH_RUNCOM): Move to /libexec/rc.

---
 init/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'init/init.c')

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 */
-- 
cgit v1.2.3