--- cron-config-orig 2005-01-31 05:38:49.001000000 -0500 +++ cron-config 2005-10-10 10:02:10.084627600 -0400 @@ -7,6 +7,12 @@ # ====================================================================== # ====================================================================== +# Make sure case of filenames doesn't matter +# ====================================================================== + +CYGWIN="$CYGWIN check_case:adjust" + +# ====================================================================== # Routine: getvalue # Get a verified non-empty string in variable "value" # ====================================================================== @@ -692,6 +698,7 @@ install_service() { fi if cygrunsrv -I cron -p /usr/sbin/cron -e CYGWIN="${ntsec}" \ + -e PATH="/usr/bin:$PATH" \ -a "-D" -d "Cron daemon" -u "$username" -w "$_password" then service="service" @@ -700,6 +707,7 @@ install_service() { fi else if cygrunsrv -I cron -p /usr/sbin/cron -e CYGWIN="${ntsec}" \ + -e PATH="/usr/bin:$PATH" \ -a "-D" -d "Cron daemon" then service="service"