The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] Fixed Unix v5 bug!
@ 2015-01-10  3:01 Mark Longridge
  0 siblings, 0 replies; only message in thread
From: Mark Longridge @ 2015-01-10  3:01 UTC (permalink / raw)


> Noel Chiappa
> The change is pretty minor: in this piece of code:
>
>        case reboot:
>              termall();
>              execl(init, minus, 0);
>              reset();
>
> just change the execl() line to say:
>
>                execl(init, init, 0);

I patched init in v5 and now ps shows /etc/init as expected, even
after going from multi to single to multi mode.

Looks like init.c was the same in v5 and v6.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-10  3:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-10  3:01 [TUHS] Fixed Unix v5 bug! Mark Longridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).