diff options
-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 0533a065..fde5ba0f 100644 --- a/init/init.c +++ b/init/init.c @@ -420,7 +420,7 @@ launch_system (void) mach_port_t old; mach_port_t authproc, fsproc; char shell[] = "/bin/sh"; - char pipes[] = "/hurd/pipes\0/servers/sockets/1"; + char pipes[] = "/hurd/pipes\0/servers/socket/1"; /* Reply to the proc and auth servers. */ startup_procinit_reply (procreply, procreplytype, 0, |