Check-in Number:
|
3453 | |
Date: |
2003-Jun-23 18:55:05 (local)
2003-Jun-23 16:55:05 (UTC) |
User: | ms |
Branch: | |
Comment: |
Edit environment and command interpreter text. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/rc.pod 1.37 -> 1.38
--- 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<rc.conf> 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<OSSP rc>, 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<OSSP_RC_DEACT> - Set to 'yes' or 'true' to totally deactivate B<OSSP rc>
+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<OSSP rc> just as it would if given on the command line or in
+the F<rc.conf> file.
=head1 COMMAND INTERPRETER
@@ -252,7 +248,7 @@
would complicate inclusion of script from the B<%common> section and
F<rc.func> 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
|
|