# # OSSP rc rc.conf example # #### Return options #### #usage #flag #version #flag #help #flag #info #flag #### Output options #### raw #flag debug #flag #silent #flag verbose #flag #### Exclusive options #### #print #flag eval #flag #exec #flag #### Inquisitive options #### #labels start #query ${foovar:-foodefault} #### Pathname options #### #conf #it's too late to set the conf file in the conf file locate /cw/etc/rc.d:/etc/rc.d:/usr/local/rc func rc.func tmp /var/tmp #Some of these are not in the docs! Get them in there! #!!! FIXME !!! #RSE what about ${begin} regexref '(?<=^|\n)%%%s\s*(.+?)(?=\n|;)' #regexassign '(\s+)=(.*)$' #regexparam '..' #needs explanation #force #flag #file /export/home/rc.init #practically only used on command line #rcfile 'rc.%s' #'rc.' followed by the program name #rcumask 002 #mask checked against rcfile permissions #deactivate OSSP_RC_DEACT #environment variable controls activation #regexsection '(?<=^|\n)%%%s\s*\n(.+?)(?=\n%\S+|$)' #configsection config #name for config section in rcfile #commonsection common #name for common section in rcfile #interpreter /usr/bin/perl #command interpreter to use for script code