cvs commit: src/sbin/reboot reboot.c

Robert Watson rwatson at FreeBSD.org
Wed Apr 2 14:13:57 PST 2003


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


More information about the cvs-src mailing list