Parent Directory
|
Revision Log
|
Patch
| Revision 1.29 by sysadm, Thu Jun 5 08:36:02 2025 UTC | Revision 1.30 by sysadm, Mon Jun 16 14:32:25 2025 UTC | |
|---|---|---|
| # | Line 21 | Line 21 |
| 21 | #include "menu.h" | #include "menu.h" |
| 22 | #include <string.h> | #include <string.h> |
| 23 | #include <time.h> | #include <time.h> |
| 24 | #include <signal.h> | |
| 25 | #include <sys/types.h> | #include <sys/types.h> |
| 26 | ||
| 27 | // File loader | // File loader |
| # | Line 89 void sig_hup_handler(int i) | Line 90 void sig_hup_handler(int i) |
| 90 | void sig_term_handler(int i) | void sig_term_handler(int i) |
| 91 | { | { |
| 92 | SYS_server_exit = 1; | SYS_server_exit = 1; |
| 93 | signal(SIGTERM, SIG_IGN); | |
| 94 | } | } |
| 95 | ||
| 96 | void sig_chld_handler(int i) | void sig_chld_handler(int i) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |