Deleted Added
full compact
README (21673) README (22997)
1#/* Copyright 1988,1990,1993 by Paul Vixie
2# * All rights reserved
3# *
4# * Distribute freely, except: don't remove my name from the source or
5# * documentation (don't take credit for my work), mark your changes (don't
6# * get me blamed for your possible bugs), don't alter or remove this
7# * notice. May be sold if buildable source is provided to buyer. No
8# * warrantee of any kind, express or implied, is included with this

--- 55 unchanged lines hidden (view full) ---

64 as much work as you want to make it)
65 start up the new cron
66 (must be done as root)
67 watch it. test it with 'crontab -r' and watch the daemon track your
68 changes.
69 if you like it, change your /etc/{rc,rc.local} to use it instead of
70 the old one.
71
1#/* Copyright 1988,1990,1993 by Paul Vixie
2# * All rights reserved
3# *
4# * Distribute freely, except: don't remove my name from the source or
5# * documentation (don't take credit for my work), mark your changes (don't
6# * get me blamed for your possible bugs), don't alter or remove this
7# * notice. May be sold if buildable source is provided to buyer. No
8# * warrantee of any kind, express or implied, is included with this

--- 55 unchanged lines hidden (view full) ---

64 as much work as you want to make it)
65 start up the new cron
66 (must be done as root)
67 watch it. test it with 'crontab -r' and watch the daemon track your
68 changes.
69 if you like it, change your /etc/{rc,rc.local} to use it instead of
70 the old one.
71
72$FreeBSD: head/usr.sbin/cron/doc/README 21673 1997-01-14 07:20:47Z jkh $
72$Id$