OSSP CVS Repository

ossp - Check-in [3457]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3457
Date: 2003-Jun-23 19:22:41 (local)
2003-Jun-23 17:22:41 (UTC)
User:ms
Branch:
Comment: Clean up examples and %error %default text.
Tickets:
Inspections:
Files:
ossp-pkg/rc/rc.pod      1.41 -> 1.42     7 inserted, 9 deleted

ossp-pkg/rc/rc.pod 1.41 -> 1.42

--- rc.pod       2003/06/23 17:11:28     1.41
+++ rc.pod       2003/06/23 17:22:41     1.42
@@ -273,8 +273,7 @@
 F<rcfile>'s variables ${rc_errcode} and ${rc_errstring} for more information
 about which error was encountered and its text.
 
-=item B<%error>
-
+B<%error>
 If an error condition arises during an F<rcfile>'s processing, control will
 pass to the B<%error> section whose commands will begin to run. Should no such
 B<%error> section exist, rc will stop processing and write error strings to
@@ -282,8 +281,7 @@
 B<%error> section in each F<rcfile> will cause errors to be ignored. In any
 case of error however, rcfile processing will stop.
 
-=item B<%default>
-
+B<%default>
 The commands in the B<%default> section are run when the corresponding
 F<rcfile> contains no section label matching the one(s) specified on the
 command line. If the appropriate section label does not exist and neither does
@@ -324,11 +322,11 @@
 more than one section, then repeat its definition after each section given on
 the command line.
 
- /mybin/rc all start sFac="LOG_USER"  # pass LOG_USER as an argument to 'start'
- /opt/bin/rc lmtp2nntp start nSleep=2 # sleep for 2 seconds before returning
- /cw/etc/rc/ ftpd start nMax=32       # a maximum of 32 users can connect
- ./rc rsyncd restart nSleep=4         # pause 4 seconds between start and stop
- ./rc -rdv all stop nSleep=2 start nSleep=4 sLevel="LOG_INFO" bQuiet=1
+ ./rc all start sFac="LOG_USER"  # pass LOG_USER as argument to 'start'
+ ./rc lmtp2nntp start nSleep=2   # sleep for 2 seconds before returning
+ /cw/etc/rc/ ftpd start nMax=32  # a maximum of 32 users can connect
+ /bin/rc rsyncd restart nSleep=4 # pause 4 seconds between start and stop
+ /bin/rc -rdv all stop nSleep=2 start nSleep=4 sLevel="LOG_INFO" bQuiet=1
 
 =head1 FILES
 

CVSTrac 2.0.1