ossp-pkg/rc/rc.conf 1.3 -> 1.4
--- rc.conf 2002/01/28 16:01:23 1.3
+++ rc.conf 2002/01/29 15:35:05 1.4
@@ -11,17 +11,17 @@
debug
#raw
-defaultsection config #name for config section in rcfile
+configsection config #name for config section in rcfile
commonsection common #name for common section in rcfile
rcfile 'rc.%s' #'rc.' followed by the program name
rcumask 002 #mask checked against rcfile permissions
deactivate OSSP_RC_DEACT #environment variable controls activation
interpreter /usr/bin/perl #command interpreter to use for script code
-regex-sec '(?<=^|\n)%%%s\s*\n(.+?)(?=\n%\S+|$)'
-regex-ref '(?<=^|\n)%%%s\s*(.+?)(?=\n|;)'
-regex-assign '(\s+)=(.*)$'
-regex-param '..' #needs explanation
+regexsection '(?<=^|\n)%%%s\s*\n(.+?)(?=\n%\S+|$)'
+#RSE what about ${begin} regexref '(?<=^|\n)%%%s\s*(.+?)(?=\n|;)'
+regexassign '(\s+)=(.*)$'
+regexparam '..' #needs explanation
@@ -29,23 +29,25 @@
-#conf it's not possible to set the conf file in the conf file
+
+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
+eval #flag
func rc.iofunc \
rc.dbgfunc \
rc.exfunc
-force #flag
-dirs /cw/etc/rc.d:/etc/rc.d
-tmp /var/tmp
-verbose #flag
-silent #flag
-debug #flag
-raw #flag
help #flag
-usage #flag
-version #flag
+info #flag
+labels start
print #flag
-eval #flag
-exec #flag
query ${foovar:-foodefault}
-labels start
-info #flag
+silent #flag
+raw #flag
+tmp /var/tmp
+verbose #flag
+exec #flag
+
|
|