[Initng-svn] r3184 - in initng/trunk/plugins: daemon find
svn at initng.thinktux.net
svn at initng.thinktux.net
Fri Mar 3 13:48:40 CET 2006
Author: deac
Date: Fri Mar 3 13:48:40 2006
New Revision: 3184
Modified:
initng/trunk/plugins/daemon/initng_daemon.c
initng/trunk/plugins/find/initng_find.c
Log:
daemon: warning to kill removed
Modified: initng/trunk/plugins/daemon/initng_daemon.c
==============================================================================
--- initng/trunk/plugins/daemon/initng_daemon.c (original)
+++ initng/trunk/plugins/daemon/initng_daemon.c Fri Mar 3 13:48:40 2006
@@ -880,11 +880,11 @@
}
/* if system is not stopping, generate a warning */
- if (g.sys_state != STATE_STOPPING)
- {
- W_(" Sending the process %i of %s, the SIGTERM signal!\n",
- process->pid, service->name);
- }
+ /*if (g.sys_state != STATE_STOPPING)
+ {
+ W_(" Sending the process %i of %s, the SIGTERM signal!\n",
+ process->pid, service->name);
+ } */
/* Uhm, this doesn't work : kill(-service->start_process->pid, SIGKILL); */
kill(process->pid, sig);
Modified: initng/trunk/plugins/find/initng_find.c
==============================================================================
--- initng/trunk/plugins/find/initng_find.c (original)
+++ initng/trunk/plugins/find/initng_find.c Fri Mar 3 13:48:40 2006
@@ -29,7 +29,7 @@
#include <assert.h>
#include <sys/types.h>
#include <dirent.h>
- /*#include <dirent.h> *//* opendir() closedir() */
+ /*#include <dirent.h> *//* opendir() closedir() */
#include "../../src/initng_global.h"
#include "../../src/initng_string_tools.h"
More information about the Initng-svn
mailing list