Changeset 9439
- Timestamp:
- Oct 29, 2009, 11:18:53 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/daemon.c
r9415 r9439 284 284 285 285 signal( SIGINT, gotsig ); 286 signal( SIG KILL, gotsig );286 signal( SIGTERM, gotsig ); 287 287 #ifndef WIN32 288 288 signal( SIGHUP, gotsig ); -
trunk/gtk/main.c
r9415 r9439 273 273 { 274 274 case SIGINT: 275 case SIG KILL:275 case SIGTERM: 276 276 g_message( _( "Got signal %d; trying to shut down cleanly. Do it again if it gets stuck." ), sig ); 277 277 doAction( "quit", sighandler_cbdata );
Note: See TracChangeset
for help on using the changeset viewer.