From 01528863a50e52267c97d134bee42fc8d0f69092 Mon Sep 17 00:00:00 2001 From: thib Date: Sat, 14 Apr 2007 17:04:11 +0000 Subject: [PATCH] *** empty log message *** --- doc/en/changes.sgml | 11 ++++++++++- doc/en/todo.sgml | 5 +---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/en/changes.sgml b/doc/en/changes.sgml index 2363d00..b2c4908 100644 --- a/doc/en/changes.sgml +++ b/doc/en/changes.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Changes @@ -21,6 +21,15 @@ A copy of the license is included in gfdl.sgml. New make targets: perms and strip. This aims at simplifying the packaging of fcron. Thanks go to Patrice Dumas for his patch! + + Set environment variable LOGNAME when running a job (as Vixie Cron does: thanks Martin McGreal for pointing that out). + + + Portability work for AIX 5.2 and Solaris 8 and 10 (thanks Martin McGreal). + + + Chmod()ed fcron's fifo file to 777. It was 666 previously, but the exec bit is needed for AIX and apparently ignored on other platforms, so we now set it to. + A file was closed twice by fcrontab: removed the duplicate close(). diff --git a/doc/en/todo.sgml b/doc/en/todo.sgml index 961a9e1..47f604a 100644 --- a/doc/en/todo.sgml +++ b/doc/en/todo.sgml @@ -8,7 +8,7 @@ Foundation. A copy of the license is included in gfdl.sgml. --> - + Todo @@ -24,9 +24,6 @@ A copy of the license is included in gfdl.sgml. High priority - - Construction "if ! ..." and "if test ... ! ..." in configure.in not portable ?? - test + update the doc on how SHELL is defined (priority: 1) value from fcrontab file 2) value from fcron.conf if non-zero long string 3) value from /etc/passwd -- default value for SHELL in fcron.conf is now "") -- 2.40.0