ossp-pkg/rc/rc-sample.pod 1.10 -> 1.11
--- rc-sample.pod 2002/03/26 17:11:06 1.10
+++ rc-sample.pod 2003/06/23 14:53:10 1.11
@@ -34,10 +34,10 @@
This documents typical use cases for B<OSSP rc>.
-=head1 USE CASE: OpenPKG Runcommand Facility
+=head1 USE CASE: OpenPKG Run-command Facility
This describes how B<OSSP rc> is used as the B<OpenPKG>
-(http://www.openpkg.org/) runcommand facility.
+(http://www.openpkg.org/) run-command facility.
First, the involved files:
@@ -111,7 +111,7 @@
This is the B<OpenPKG> configuration script where the administrator
overrides the variables from the script's C<%config> sections. It it
generated (as an empty file) on B<OpenPKG> bootstrap time and manually
-edited later to influence the behaviours of the package's runcommand
+edited later to influence the behaviours of the package's run-command
scripts (here F</cw/etc/rc.d/rc.foo>).
foo_enable=yes
@@ -119,7 +119,7 @@
=item F</cw/etc/rc.d/rc.foo>
-This is the example runcommand script of an B<OpenPKG> package C<foo>.
+This is the example run-command script of an B<OpenPKG> package C<foo>.
It is installed by package C<foo> and used read-only.
#! /cw/etc/rc
|
|