ossp-pkg/rc/rc_proc.c 1.4 -> 1.5
--- rc_proc.c 2002/06/26 14:11:16 1.4
+++ rc_proc.c 2002/06/26 14:42:53 1.5
@@ -36,6 +36,7 @@
#include <sys/stat.h>
#include "rc.h" /* Public interfaces */
+#include "rc_config.h" /* Option definitions */
/************************************************
@@ -135,6 +136,10 @@
************************************************/
rc_return_t procRun(rc_proc_t *pRc)
{
+
+ if (configGetval(RC_DBG_VAL)) /* Dump the running config table */
+ configDebug(); /* if debug switch is turned on */
+
scriptDump(pRc->m_pScript);
return(RC_THROW(RC_OK));
|
|