FreeBSD Bugzilla – Attachment 248154 Details for
Bug 276784
Can not power off with shutdown -p
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed fix
file_276784.txt (text/plain), 687 bytes, created by
Andriy Gapon
on 2024-02-03 10:06:01 UTC
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Andriy Gapon
Created:
2024-02-03 10:06:01 UTC
Size:
687 bytes
patch
obsolete
>diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c >index ee666281418f..f49e315a503d 100644 >--- a/sys/kern/kern_shutdown.c >+++ b/sys/kern/kern_shutdown.c >@@ -262,10 +262,10 @@ shutdown_conf(void *unused) > > EVENTHANDLER_REGISTER(shutdown_final, poweroff_wait, NULL, > SHUTDOWN_PRI_FIRST); >- EVENTHANDLER_REGISTER(shutdown_final, shutdown_halt, NULL, >- SHUTDOWN_PRI_LAST + 100); > EVENTHANDLER_REGISTER(shutdown_final, shutdown_panic, NULL, > SHUTDOWN_PRI_LAST + 100); >+ EVENTHANDLER_REGISTER(shutdown_final, shutdown_halt, NULL, >+ SHUTDOWN_PRI_LAST + 200); > } > > SYSINIT(shutdown_conf, SI_SUB_INTRINSIC, SI_ORDER_ANY, shutdown_conf, NULL);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 276784
: 248154