ossp-pkg/rc/rc_const.h 1.28 -> 1.29
--- rc_const.h 2003/06/23 16:09:47 1.28
+++ rc_const.h 2003/06/26 18:45:14 1.29
@@ -41,14 +41,14 @@
/* Generic text, should not include newline termination */
#define RC_VST_TEXT "# Start of run command script operations."
#define RC_EVF_TEXT "# Evaluating code from functions file."
-#define RC_EVN_TEXT "# Evaluating section %s of script %s."
+#define RC_EVN_TEXT "# Evaluating section %s of rcfile %s."
#define RC_EXF_TEXT "# Executing code from functions file."
-#define RC_EXN_TEXT "# Executing section %s of script %s."
+#define RC_EXN_TEXT "# Executing section %s of rcfile %s."
#define RC_PNF_TEXT "# Printing code from functions file."
-#define RC_PRN_TEXT "# Printing section %s of script %s."
+#define RC_PRN_TEXT "# Printing section %s of rcfile %s."
/* Single word user text, should not include termination */
-#define RC_CMN_TEXT "common"
+#define RC_CFG_TEXT "config"
/* Option descriptions used with popt, should not include termination */
#define RC_USE_DESC "Print a short usage summary, then exit."
@@ -146,6 +146,7 @@
#define RC_DEF_TMP "/tmp" /* Temporary directory name */
#define RC_DEF_DEF "^%(\\w+)[ \t]*(.*?)\\n(.*?)^$" /* Section definition */
#define RC_DEF_NCF "config" /* Config section name */
+#define RC_DEF_CMN "common" /* Common section name */
#define RC_DEF_UIG "-u" /* Section user string */
#define RC_DEF_UID -1 /* Section user value */
#define RC_DEF_PRG "-p" /* Section priority string */
|
|