In the last episode (Jun 25), Olivier Regnier said:
>  Just curiosly, in /etc/periodic/daily, there are many shell scripts but 
>  there is an variable rc by example :
>  - rc=0
>  - rc=1
>  - rc=2
>  - rc=3
>  What exactly does the "rc=0, rc=1 ..." flag mean ?

rc stands for "return code"; you can see that each script ends with an
"exit $rc" command.  See the periodic(8) manpage for a description of
what the different numbers represent.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to