diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-03-17 07:30:01 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-03-17 07:30:01 +0000 |
commit | f7f73064dc37007ed63c84cf3be94000eec17881 (patch) | |
tree | 2ef0d62200e5e3d5c927eb84ee99d60c152271d6 /sysutils/uschedule/pkg-message | |
parent | 1762997bd57be3badbcaf73076f07aaa445330c7 (diff) | |
download | ports-f7f73064dc37007ed63c84cf3be94000eec17881.tar.gz ports-f7f73064dc37007ed63c84cf3be94000eec17881.zip |
Add uschedule 0.7.0, a scheduler program
uschedule is not cron(8) and uschedule is not at(1) - it does offer
similar functionality but is not intended to be a drop-in replacement.
It works differently. It's designed to be different.
WWW: http://www.ohse.de/uwe/uschedule.html
PR: ports/63075
Submitted by: Thomas Seck <tmseck@netcologne.de>
Notes
Notes:
svn path=/head/; revision=104258
Diffstat (limited to 'sysutils/uschedule/pkg-message')
-rw-r--r-- | sysutils/uschedule/pkg-message | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/uschedule/pkg-message b/sysutils/uschedule/pkg-message new file mode 100644 index 000000000000..e0933d6792de --- /dev/null +++ b/sysutils/uschedule/pkg-message @@ -0,0 +1,12 @@ + +Post-installation information: + +Please read uschedule_intro(7) and visit http://www.ohse.de/uwe/uschedule.html +for further and maybe more up-to-date information. + +To stop cron(8) from being started at system boot, specify + +cron_enable=NO + +in /etc/rc.conf. See rc.conf(5) and /etc/defaults/rc.conf for further +information. |