OSSP CVS Repository

ossp - Difference in ossp-pkg/rc/rc.c versions 1.22 and 1.23
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/rc/rc.c 1.22 -> 1.23

--- rc.c 2002/04/24 16:47:07     1.22
+++ rc.c 2002/04/25 09:51:29     1.23
@@ -70,7 +70,7 @@
         configNew();            /* Construct a new configuration              */
         configLoad(argc, argv); /* Read configuration from cli, env, and conf */
         configDebug();          /* FIXME Remove FIXME */
-        rcIntro();              /* Test for usage, help, and version options  */
+        configVerify();         /* Test for usage, help, and version options  */
 
 /*        pRc = procNew();
         procReadrc(pRc);
@@ -78,7 +78,7 @@
         procReadtmp(pRc);
         for (i = 0; i < clioptGetseclen; procSection(pRc, configGetsec(i)));
         procParse(pRc);         /- Script generation               -/
-        procOut(pRc);           /- [Execute|Evaluate|Print] script -/
+        procRun(pRc);           /- [Execute|Evaluate|Print] script -/
 
         procDelete(pRc);*/
         configDelete();

CVSTrac 2.0.1