Index: ossp-pkg/rc/rc.pod RCS File: /v/ossp/cvs/ossp-pkg/rc/rc.pod,v rcsdiff -q -kk '-r1.37' '-r1.38' -u '/v/ossp/cvs/ossp-pkg/rc/rc.pod,v' 2>/dev/null --- rc.pod 2003/06/23 16:44:55 1.37 +++ rc.pod 2003/06/23 16:55:05 1.38 @@ -231,15 +231,11 @@ =head1 ENVIRONMENT -The environment contains options just as the command line and F file -does. An option's corresponding environment variable name must start with -'OSSP_RC_' and be all upper case. As a security measure, one environment -variable exists that is not found as an option elsewhere. This variable -deactivates B, and each subsequent usage will return success and -write 'No commands run: OSSP_RC_DEACT set to yes' to the console and syslog -with LOG_USER and LOG_ERR (see syslog(3)). - -B - Set to 'yes' or 'true' to totally deactivate B +The environment may contain options variables and values as well. Such +variable names must begin with 'OSSP_RC_' and follow with a long option name. +The value assigned to a environment variable indicates the processing +behaviour of B just as it would if given on the command line or in +the F file. =head1 COMMAND INTERPRETER @@ -252,7 +248,7 @@ would complicate inclusion of script from the B<%common> section and F sections (because each section is associated with only one interpreter). If the command interpreter in a section label is not specified, -then the Bourne shell will be used by default. See FILES/rc.foo for details. +then the Bourne shell will be used by default. =head1 RETURN VALUE