Changeset 574
- Timestamp:
- 05/13/07 16:00:26 (2 years ago)
- Files:
-
- trunk/TODO (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/TODO
r559 r574 2 2 3 3 BUGS: 4 - fastboot file needed for some distributions, suggested fix so far: 5 put before 'switch(fork())' in vshelper_startup: 6 char *fastboot = str_path_concat(vdir, "/fastboot"); close(open_trunc(fastboot)); 4 7 5 8 NEEDED FEATURES: 6 - debian/ dir, RPM .spec file, init scripts , distrib make targets, pathprog probably9 - debian/ dir, RPM .spec file, init scripts (done for Gentoo!), distrib make targets, pathprog probably 7 10 8 11 WANTED FEATURES: … … 11 14 - sysctl support 12 15 - cpuset support 13 - owner notifications?14 - contact handles?
