Index: ossp-pkg/rc/rc_const.h RCS File: /v/ossp/cvs/ossp-pkg/rc/rc_const.h,v rcsdiff -q -kk '-r1.17' '-r1.18' -u '/v/ossp/cvs/ossp-pkg/rc/rc_const.h,v' 2>/dev/null --- rc_const.h 2003/05/26 08:36:40 1.17 +++ rc_const.h 2003/05/27 15:02:56 1.18 @@ -133,7 +133,7 @@ #define RC_DEF_PRI 200 /* Section priority value */ /* Handling temporary and output during evaluation mode */ -#define RC_EVL_TMP "rc.XXXX" /* Temporary file template */ +#define RC_EVL_TMP "rc.XXXXXX" /* Temporary file template */ #define RC_EVL_SUF ".tmp" /* Temporary file suffix */ #define RC_EVL_OUT ". %s; rm -f %s 2>/dev/null || true\n" /* Command line output */