Ben Reser wrote:
> On Sat, Sep 04, 2004 at 05:14:53AM -0500, maxb@tigris.org wrote:
>> --- trunk/doc/book/book/ch05.xml (original)
>> +++ trunk/doc/book/book/ch05.xml Sat Sep 4 05:14:49 2004
>> @@ -2204,7 +2204,7 @@
>> <para>Even if you also have an incremental backup, you might want
>> to
>> run this program on a regular basis. For example, you might
>> consider adding <command>hot-backup.py</command> to a program
>> - scheduler (such as <command>crond</command> on Unix systems).
>> + scheduler (such as <command>cron</command> on Unix systems).
>> Or, if you prefer fine-grained backup solutions, you could
>> have your post-commit hook script call
>> <command>hot-backup.py</command> (see <xref
>
> Depends on the implmentation:
> $ ps -ef | grep crond
> root 1199 1 0 Sep03 ? 00:00:00 crond
>
> # ps -ef | grep cron
> root 252 1 0 Feb 10 ? 1:56 /usr/sbin/cron
>
> The former is Vixie Cron, the latter is whatever Sun ships. I'm not
> sure which one is more correct. But this change was bikeshed and the
> rational for it wasn't true.
I see. Ok, then how about this:
- scheduler (such as <command>cron</command> on Unix systems).
+ scheduler (such as Cron on Unix systems).
Max.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 10 19:04:52 2004