]> granicus.if.org Git - sudo/commitdiff
Mention HP-UX reboot fix.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 10 Aug 2012 16:07:52 +0000 (12:07 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 10 Aug 2012 16:07:52 +0000 (12:07 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 6dc0e2179f74504a93644d5e800edd9d0ae8e1a3..653022fb41cb06f75a5411da40e6c358abfb83b0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,12 @@ What's new in Sudo 1.8.6?
    used to give a user the ability to run a command as themselves
    but with an expanded privilege set.
 
+ * Fixed a problem with the reboot and shutdown commands on some
+   systems (such as HP-UX and BSD).  On these systems, reboot sends
+   all processes (except itself) SIGTERM.  When sudo received
+   SIGTERM, it would relay it to the reboot process, thus killing
+   reboot before it had a chance to actually reboot the system.
+
  * Support for using the System Security Services Daemon (SSSD) as
    a source of sudoers data.