diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-20 18:51:06 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-20 18:51:06 +0000 |
commit | 6202682d23c680136d80edde9cd9078ebf31127a (patch) | |
tree | 29550bae12e155570c848e5ab27b72bbec610a02 | |
parent | 59fdc455293bcc67ed668e5b524f726bbcf73e5c (diff) |
(_PATH_RUNCOM): Move to /libexec/rc.
-rw-r--r-- | init/init.c | 2 |
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 */ |