[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r10815 - trunk/doc/book/book

From: Ben Reser <ben_at_reser.org>
Date: 2004-09-10 18:51:51 CEST

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.

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 10 18:52:20 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.