Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <39F9FB24.872039DB@admin.state.ak.us> Date: Fri, 27 Oct 2000 14:01:08 -0800 From: Mike Caughran X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: csimstemplar AT flashcom DOT net CC: cygwin AT sources DOT redhat DOT com Subject: Re: Chron References: <20001027142939 DOT 13311 DOT cpmta AT c014 DOT sfo DOT cp DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 - 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 AT Vinschen DOT de (Corinna Vinschen) -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com