Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 2003 14:13:56 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/reboot reboot.c
Message-ID:  <200304022213.h32MDu1p035276@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2003/04/02 14:13:56 PST

  FreeBSD src repository

  Modified files:
    sbin/reboot          reboot.c 
  Log:
  When kill(-1) returns ESRCH, it could be because the current process
  doesn't have a process group, which can occur if you're working with
  a custom init that doesn't set up a full tty context.  Rather than
  refusing to reboot, ignore ESRCH from the kill attempt in reboot(8).
  
  Revision  Changes    Path
  1.18      +1 -1      src/sbin/reboot/reboot.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304022213.h32MDu1p035276>