This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Chron


I found this cron and experimented with it but am actually using the nt scheduler


*cron 2.9.3*
   ------------

   - what is it?
     - periodically starts commands

   - system
     - Windows NT4 with cygwin1.dll

   - Cygwin
     - for B20
     - binary and text mount
     - CYGWIN=[all one]

   - preliminaries
     - nothing to do

   - configure
     - In Makefile, the three variables PWBUFSIZ, PWBUFPOS and PWKEYWORD
       should be set to new settings, only known by the administrator.

   - make
     - nothing to do

   - make install
     - Validate the install paths, given in Makefile.
     - Start cron as Windows NT service via SRVANY.EXE from NT Resource Kit.
     - If option -d is given , cron will not fork and holds it's controlling
       terminal.

   - notes
     - Unfortunately, no user is able to login as another user, without
       knowing the password. So cron has to know the password. To give
       minimum security, the passwords are written into the file
       /var/cron/pwf with DES encryption, configurable on compile time
       (See `configure' above). The crontab command supports the input
       of user passwords automatically. Note that the cron commands will
       not be executed, after a users password is changed. In this case,
       the user has to start crontab once, to inform cron about the new
       password.
     - The current version doesn't support neither syslog nor mailing.
       The standard output and standard error are redirected by default to
       $HOME/.cron.stdout and $HOME/.cron.stderr. This is of course
       overridable in the crontab file.
     - The ideas for extensions `steps' and `day and month names' are leant
       from Vixie cron V3.0.1.  Thanks to Paul Vixie <paul@vix.com>
     - The source files CString.cc and CString.h provide an API to the
       MFC class CString, which is derived from standard c++ library
       class `string' here. Feel free, to use it in other projects.

   - package availability
     - on ftp.franken.de
     - in /pub/win32/develop/gnuwin32/cygwin/porters/Vinschen_Corinna/B20
     - as cron-2.9.3.src.tar.gz
     - and cron-2.9.3.bin.tar.gz

   - contributed by
     - Corinna@Vinschen.de (Corinna Vinschen)



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]