2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Remove an errant line that should have been removed.

This commit is contained in:
Todd C. Miller 2024-06-16 09:06:17 -06:00
parent e94feadfff
commit e924677232

2
NEWS
View File

@ -33,8 +33,6 @@ What's new in Sudo 1.9.16
* Fixed several cvtsudoers JSON output problems.
GitHub issues #369, #370, #371, #373, #381.
* Sudo will now send SIGHUP to the foreground process when running
* When sudo runs a command in a pseudo-terminal and the user's
terminal is revoked, the pseudo-terminal's foreground process
group will now receive SIGHUP before the terminal is revoked.