Index: ossp-pkg/rc/rc.pod RCS File: /v/ossp/cvs/ossp-pkg/rc/rc.pod,v rcsdiff -q -kk '-r1.41' '-r1.42' -u '/v/ossp/cvs/ossp-pkg/rc/rc.pod,v' 2>/dev/null --- 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'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'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 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 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