[Initng-svn] r2965 - initng/plugins/history

svn at initng.thinktux.net svn at initng.thinktux.net
Tue Feb 7 12:09:11 CET 2006


Author: jimmy
Date: Tue Feb  7 12:09:11 2006
New Revision: 2965

Modified:
   initng/plugins/history/initng_history.c
Log:
Dont make initng_histroy depend on special states.


Modified: initng/plugins/history/initng_history.c
==============================================================================
--- initng/plugins/history/initng_history.c	(original)
+++ initng/plugins/history/initng_history.c	Tue Feb  7 12:09:11 2006
@@ -226,16 +226,6 @@
         if (only_output && !current->data)
             continue;
 
-        /* only log a few states set */
-        if (!current->data && (current->action != &STARTING &&
-                               current->action != &FAIL_STARTING &&
-                               current->action != &RUNNING &&
-                               current->action != &DONE &&
-                               current->action != &STOPPING &&
-                               current->action != &FAIL_STOPPING &&
-                               current->action != &STOPPED))
-            continue;
-
         /* if there is an argumet, it have to match the service */
         if (arg
             && !(((current->name) && strcmp(current->name, arg) == 0)


More information about the Initng-svn mailing list