ossp-pkg/rc/rc_const.h 1.24 -> 1.25
--- rc_const.h 2003/06/13 18:33:07 1.24
+++ rc_const.h 2003/06/18 14:35:29 1.25
@@ -37,9 +37,15 @@
#define RC_SLO_TEXT "The silent option may not be combined with output options.\n"
#define RC_SUM_TEXT "Option argument summary.\n"
#define RC_RUT_TEXT "Failed to set the user id. Please become the root user and try again.\n"
-#define RC_EVN_TEXT "# Evaluating section %s of script %s.\n"
-#define RC_EXN_TEXT "# Executing section %s of script %s.\n"
-#define RC_PRN_TEXT "# Printing section %s of script %s.\n"
+
+/* 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_EXF_TEXT "# Executing code from functions file."
+#define RC_EXN_TEXT "# Executing section %s of script %s."
+#define RC_PNF_TEXT "# Printing code from functions file."
+#define RC_PRN_TEXT "# Printing section %s of script %s."
/* Single word user text, should not include termination */
#define RC_CMN_TEXT "common"
|
|