diff options
| author | fukachan <fukachan> | 2001-02-01 12:39:13 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-02-01 12:39:13 +0000 |
| commit | cd00a759db54b036d316c6c8acf535fc2beab591 (patch) | |
| tree | ce1001dfa8611a08a434a6b12d344fc9e6b59f55 | |
| parent | 02faf7c1c9f700d8f6a61908c3e4c3523da350fe (diff) | |
| download | fml8-cd00a759db54b036d316c6c8acf535fc2beab591.tar.gz fml8-cd00a759db54b036d316c6c8acf535fc2beab591.tar.bz2 fml8-cd00a759db54b036d316c6c8acf535fc2beab591.zip | |
pick up todo on fml.pl
| -rw-r--r-- | regress/simulation/TODO | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/regress/simulation/TODO b/regress/simulation/TODO index 687e42f0..83ae31f0 100644 --- a/regress/simulation/TODO +++ b/regress/simulation/TODO @@ -1,7 +1,7 @@ -default_umask -has_alarm -has_getuid -has_getgid + $default_umask + $has_alarm + $has_getuid + $has_getgid loop_check @@ -11,3 +11,18 @@ loop_check time_zone config? newsyslog() + +mode-expire +mode-archive +mode-html-generator + +alarm() + + +default signal handling + $SIG{'ALRM'} = 'Tick'; + $SIG{'INT'} = $SIG{'QUIT'} = $SIG{'TERM'} = 'SignalLog'; + +MIME Content Handler(include backword compatible) + +log suffix extension |
