------------------------------------------------------------------------
r49 | bruce | 2005-06-08 18:10:12 -0600 (Wed, 08 Jun 2005) | 2 lines
Changed paths:
   M /trunk/tests.inc

The spool directory is specified by $BCRON_SPOOL not $BCRON_HOME.

------------------------------------------------------------------------
r48 | bruce | 2005-06-08 18:02:33 -0600 (Wed, 08 Jun 2005) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/README.in
   M /trunk/bcron-spool.8
   M /trunk/bcron-spool.run
   M /trunk/bcron.h
   M /trunk/bcron.texi
   M /trunk/bcrontab.1

The default path for bcron-spool is changed to /var/run/bcron-spool

------------------------------------------------------------------------
r47 | bruce | 2005-06-08 17:19:09 -0600 (Wed, 08 Jun 2005) | 2 lines
Changed paths:
   M /trunk/NEWS

Added note about changes so far.

------------------------------------------------------------------------
r46 | bruce | 2005-06-08 13:36:07 -0600 (Wed, 08 Jun 2005) | 2 lines
Changed paths:
   M /trunk/bcrontab.1

Fixed up some formatting typos.

------------------------------------------------------------------------
r45 | bruce | 2005-06-08 13:35:10 -0600 (Wed, 08 Jun 2005) | 2 lines
Changed paths:
   M /trunk/README.in

Document the bglibs version requirement.

------------------------------------------------------------------------
r44 | bruce | 2005-06-08 13:31:31 -0600 (Wed, 08 Jun 2005) | 2 lines
Changed paths:
   M /trunk/spec

Use the easier install mechanism that is part of bglibs-1.021

------------------------------------------------------------------------
r43 | bruce | 2005-06-08 00:10:30 -0600 (Wed, 08 Jun 2005) | 3 lines
Changed paths:
   M /trunk/timespec-next.c

Remove the extern declaration of "daylight", as the next bglibs will
contain a sysdep for it.

------------------------------------------------------------------------
r42 | bruce | 2005-04-25 15:24:48 -0600 (Mon, 25 Apr 2005) | 2 lines
Changed paths:
   M /trunk/bcron-sched.8

Added a list of actual files used by bcron-sched to its manpage.

------------------------------------------------------------------------
r41 | bruce | 2005-04-25 15:23:56 -0600 (Mon, 25 Apr 2005) | 2 lines
Changed paths:
   M /trunk/README.in

Be more precise on which files need ownership and permissions changed.

------------------------------------------------------------------------
r40 | bruce | 2005-04-20 12:37:45 -0600 (Wed, 20 Apr 2005) | 2 lines
Changed paths:
   M /trunk/crontab.5

Tidied up the columns in the FILES section.

------------------------------------------------------------------------
r39 | bruce | 2005-04-01 17:35:57 -0600 (Fri, 01 Apr 2005) | 2 lines
Changed paths:
   M /trunk/timespec-next.c

Fixed a missing #include <limits.h>

------------------------------------------------------------------------
r38 | bruce | 2005-04-01 17:35:26 -0600 (Fri, 01 Apr 2005) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/VERSION

Bumped version to 0.09

------------------------------------------------------------------------
r37 | bruce | 2005-04-01 16:09:16 -0600 (Fri, 01 Apr 2005) | 2 lines
Changed paths:
   M /trunk/README.in

Added note about runit.

------------------------------------------------------------------------
r36 | bruce | 2005-03-31 11:23:35 -0600 (Thu, 31 Mar 2005) | 2 lines
Changed paths:
   M /trunk/crontab.5

Fixed up typo in comments in sample crontab.

------------------------------------------------------------------------
r35 | bruce | 2005-03-30 23:53:25 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/bcron.texi

Fixed a typo: "jobs line" should have been "jobs like"

------------------------------------------------------------------------
r33 | bruce | 2005-03-30 23:45:46 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/makedist.py

Need to send the HTML file to the website too.

------------------------------------------------------------------------
r32 | bruce | 2005-03-30 23:38:30 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/TODO
   M /trunk/spec

Added texinfo and HTML documentation.

------------------------------------------------------------------------
r31 | bruce | 2005-03-30 23:23:18 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/bcron.texi

Added @node markers to make "makeinfo" properly parse this file.

------------------------------------------------------------------------
r30 | bruce | 2005-03-30 22:59:42 -0600 (Wed, 30 Mar 2005) | 3 lines
Changed paths:
   M /trunk/TODO

Whoops, I already handle the case where MAILTO="" by redirecting all
output to /dev/null.

------------------------------------------------------------------------
r29 | bruce | 2005-03-30 22:57:57 -0600 (Wed, 30 Mar 2005) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-update.c

bcron-update internally strips slashes from paths to prevent problems
with doubled or trailing slashes in arguments.

------------------------------------------------------------------------
r28 | bruce | 2005-03-30 22:29:26 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/README.in
   M /trunk/TODO
   M /trunk/spec

Some documentation touchups, adding much needed information to the README.

------------------------------------------------------------------------
r27 | bruce | 2005-03-30 15:43:02 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/bcron.texi

Updated documentation for pre-parsed file format.

------------------------------------------------------------------------
r26 | bruce | 2005-03-30 12:31:09 -0600 (Wed, 30 Mar 2005) | 2 lines
Changed paths:
   M /trunk/TODO
   M /trunk/crontab.5

Added crontab.5 man page.

------------------------------------------------------------------------
r25 | bruce | 2004-12-06 17:08:39 -0600 (Mon, 06 Dec 2004) | 2 lines
Changed paths:
   M /trunk/bcron.h
   M /trunk/crontab.c
   M /trunk/crontabs.c

Renamed crontab_load to crontab_import.

------------------------------------------------------------------------
r24 | bruce | 2004-12-06 17:04:03 -0600 (Mon, 06 Dec 2004) | 2 lines
Changed paths:
   M /trunk/bcron-spool.c
   M /trunk/bcron-update.c

Mark the saved crontabs as read-only.

------------------------------------------------------------------------
r23 | bruce | 2004-12-06 16:04:05 -0600 (Mon, 06 Dec 2004) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-exec.c

Reordered some things in bcron-exec to provide error emails more often
when jobs fail to run because of system errors.

------------------------------------------------------------------------
r22 | bruce | 2004-12-06 15:41:37 -0600 (Mon, 06 Dec 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/VERSION

Bumped version to 0.08

------------------------------------------------------------------------
r21 | bruce | 2004-12-06 14:29:42 -0600 (Mon, 06 Dec 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/timespec-parse.c

Fixed crash in parsing of faulty timespecs.

------------------------------------------------------------------------
r20 | bruce | 2004-12-05 16:30:45 -0600 (Sun, 05 Dec 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-exec.c

Added sending email notification if a job was killed.

------------------------------------------------------------------------
r19 | bruce | 2004-12-05 16:08:41 -0600 (Sun, 05 Dec 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/crontab.c

Added logging of warnings when crontabs fail to be parsed properly.

------------------------------------------------------------------------
r18 | bruce | 2004-12-05 15:23:27 -0600 (Sun, 05 Dec 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/VERSION

Bumped the version to 0.07

------------------------------------------------------------------------
r17 | bruce | 2004-11-03 14:36:04 -0600 (Wed, 03 Nov 2004) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/TODO
   M /trunk/bcron-exec.c

bcron-exec now waits until all the programs its running have exited so
that email gets sent properly.

------------------------------------------------------------------------
r16 | bruce | 2004-11-03 12:18:26 -0600 (Wed, 03 Nov 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-spool.c
   M /trunk/bcron.texi
   M /trunk/bcrontab.c

Added support for listing all system crontabs.

------------------------------------------------------------------------
r15 | bruce | 2004-11-03 12:17:51 -0600 (Wed, 03 Nov 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/VERSION

Bumped version to 0.06

------------------------------------------------------------------------
r14 | bruce | 2004-10-31 01:32:31 -0600 (Sun, 31 Oct 2004) | 3 lines
Changed paths:
   M /trunk/bcron-exec.c

Reformatted the die calls;
rewrote the system call logic to check against 0 instead of -1.

------------------------------------------------------------------------
r13 | bruce | 2004-10-31 01:29:46 -0600 (Sun, 31 Oct 2004) | 2 lines
Changed paths:
   M /trunk/bcron-exec.c

Switch to using the much simpler, and more portable, initgroups function.

------------------------------------------------------------------------
r12 | bruce | 2004-10-31 01:23:45 -0600 (Sun, 31 Oct 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-exec.c

Set up supplemental groups.

------------------------------------------------------------------------
r11 | bruce | 2004-10-31 01:06:33 -0600 (Sun, 31 Oct 2004) | 2 lines
Changed paths:
   M /trunk/bcron-exec.c

Broke out the execution of the command into a seperate routine.

------------------------------------------------------------------------
r10 | bruce | 2004-10-30 23:48:23 -0600 (Sat, 30 Oct 2004) | 2 lines
Changed paths:
   M /trunk/spec

Fixed some problems in the RPM spec file.

------------------------------------------------------------------------
r9 | bruce | 2004-10-30 23:47:41 -0600 (Sat, 30 Oct 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-exec.c

Die with error if executing the shell or wrapper failed.

------------------------------------------------------------------------
r8 | bruce | 2004-10-30 23:46:55 -0600 (Sat, 30 Oct 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/VERSION

Bumped version up to 0.05

------------------------------------------------------------------------
r7 | bruce | 2004-10-28 16:46:12 -0600 (Thu, 28 Oct 2004) | 2 lines
Changed paths:
   M /trunk/spec

Added post-install and pre-remove scripts to handle the services.

------------------------------------------------------------------------
r6 | bruce | 2004-10-28 16:45:36 -0600 (Thu, 28 Oct 2004) | 3 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/bcron-exec.c

Fixed (for good this time?) the bug in bcron-exec causing delayed
execution of programs

------------------------------------------------------------------------
r5 | bruce | 2004-10-28 16:45:05 -0600 (Thu, 28 Oct 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/VERSION

Bumped version to 0.04

------------------------------------------------------------------------
r4 | bruce | 2004-10-28 11:36:09 -0600 (Thu, 28 Oct 2004) | 2 lines
Changed paths:
   A /trunk/NEWS
   A /trunk/README.in
   A /trunk/TODO
   A /trunk/VERSION
   A /trunk/bcron-exec.8
   A /trunk/bcron-exec.c
   A /trunk/bcron-exec=x
   A /trunk/bcron-sched-log.run
   A /trunk/bcron-sched.8
   A /trunk/bcron-sched.c
   A /trunk/bcron-sched.run
   A /trunk/bcron-sched=x
   A /trunk/bcron-spool.8
   A /trunk/bcron-spool.c
   A /trunk/bcron-spool.run
   A /trunk/bcron-spool=x
   A /trunk/bcron-start.8
   A /trunk/bcron-start.c
   A /trunk/bcron-start=x
   A /trunk/bcron-update.8
   A /trunk/bcron-update.c
   A /trunk/bcron-update.run
   A /trunk/bcron-update=x
   A /trunk/bcron.h
   A /trunk/bcron.texi
   A /trunk/bcron=l
   A /trunk/bcrontab.1
   A /trunk/bcrontab.c
   A /trunk/bcrontab=x
   A /trunk/chdir.c
   A /trunk/connection.c
   A /trunk/crontab.5
   A /trunk/crontab.c
   A /trunk/crontabs.c
   A /trunk/insthier.c
   A /trunk/job.c
   A /trunk/makedist.py
   A /trunk/ministat.c
   A /trunk/run.dist
   A /trunk/sendpacket.c
   A /trunk/shiftime.c
   A /trunk/spec
   A /trunk/tempfile.c
   A /trunk/test-sched.c
   A /trunk/test-sched=x
   A /trunk/tests
   A /trunk/tests/sched-dst
   A /trunk/tests/sched-misc
   A /trunk/tests/spool-delete-baduser
   A /trunk/tests/spool-delete-good
   A /trunk/tests/spool-delete-nouser
   A /trunk/tests/spool-filter
   A /trunk/tests/spool-submit
   A /trunk/tests/spool-submit-baduser
   A /trunk/tests/spool-submit-nouser
   A /trunk/tests.inc
   A /trunk/time.c
   A /trunk/timespec-next.c
   A /trunk/timespec-parse.c

Initial check-in of current sources.

------------------------------------------------------------------------
r3 | bruce | 2004-10-22 13:43:46 -0600 (Fri, 22 Oct 2004) | 1 line
Changed paths:
   A /trunk

Created trunk subdirectory
------------------------------------------------------------------------
