ossp-pkg/rc/rc.conf 1.4 -> 1.5
--- rc.conf 2002/01/29 15:35:05 1.4
+++ rc.conf 2002/01/30 07:55:32 1.5
@@ -18,7 +18,6 @@
deactivate OSSP_RC_DEACT #environment variable controls activation
interpreter /usr/bin/perl #command interpreter to use for script code
-regexsection '(?<=^|\n)%%%s\s*\n(.+?)(?=\n%\S+|$)'
#RSE what about ${begin} regexref '(?<=^|\n)%%%s\s*(.+?)(?=\n|;)'
regexassign '(\s+)=(.*)$'
regexparam '..' #needs explanation
@@ -30,12 +29,14 @@
+regexsection '(?<=^|\n)%%%s\s*\n(.+?)(?=\n%\S+|$)'
+
usage #flag
debug #flag
force #flag
version #flag
#conf #it's too late to set the conf file in the conf file
-dirs /cw/etc/rc.d:/etc/rc.d
+locate /cw/etc/rc.d:/etc/rc.d
eval #flag
func rc.iofunc \
rc.dbgfunc \
|
|