ossp-pkg/rc/rc_const.h 1.19 -> 1.20
--- 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 */
|
|