From 0224d569030e6838c63cf946ae7321be923afc23 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 17 Sep 2013 13:44:44 +0200 Subject: startup: rename /hurd/init to /hurd/startup This patch series splits /hurd/init into two programs. As a first step, this patch renames /hurd/init to /hurd/startup. It is called startup because it speaks the startup protocol. * startup: Rename init to startup. Adjust accordingly. * Makefile (prog-subdirs): Likewise. * doc/hurd.texi (Server Bootstrap): Likewise. * hurd/paths.h (_HURD_STARTUP): Likewise. * libdiskfs/boot-start.c (diskfs_boot_init_program): Likewise. * libdiskfs/opts-std-startup.c (startup_options): Likewise. --- doc/hurd.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/hurd.texi b/doc/hurd.texi index 697cce79..7e7b5eef 100644 --- a/doc/hurd.texi +++ b/doc/hurd.texi @@ -563,10 +563,10 @@ bootstrapped by starting the GNU Mach microkernel and two programs: the root filesystem and the exec server. The @option{--multiboot-command-line} option tells the file system server that -it is a root filesystem, which triggers it to run @command{/hurd/init} as PID -2. @command{/hurd/init} starts the @command{/hurd/proc} and +it is a root filesystem, which triggers it to run @command{/hurd/startup} as PID +2. @command{/hurd/startup} starts the @command{/hurd/proc} and @command{/hurd/auth} servers. After the servers are launched -@command{/hurd/init} starts the @command{/libexec/runsystem.sh} script to +@command{/hurd/startup} starts the @command{/libexec/runsystem.sh} script to finish booting. After the Hurd has been booted, other sets of core Hurd servers can be -- cgit v1.2.3