Index: ossp-pkg/rc/rc_const.h RCS File: /v/ossp/cvs/ossp-pkg/rc/rc_const.h,v rcsdiff -q -kk '-r1.19' '-r1.20' -u '/v/ossp/cvs/ossp-pkg/rc/rc_const.h,v' 2>/dev/null --- rc_const.h 2003/05/28 18:27:21 1.19 +++ rc_const.h 2003/05/28 18:43:34 1.20 @@ -125,7 +125,7 @@ #define RC_DEF_ON "1" /* Digital switch */ #define RC_DEF_OFF "0" /* Digital switch */ #define RC_DEF_TMP "/tmp" /* Temporary directory name */ -#define RC_DEF_DEF "^%(\\w+)[ \t]+(.*?)\\n(.*?)^$" /* Section definition */ +#define RC_DEF_DEF "^%(\\w+)[ \t]*(.*?)\\n(.*?)^$" /* Section definition */ #define RC_DEF_NCF "config" /* Config section name */ #define RC_DEF_UIG "-u" /* Section user string */ #define RC_DEF_UID -1 /* Section user value */