diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml
index bcea58095a..d06d72e5fe 100644
--- a/en/projects/ideas/ideas.xml
+++ b/en/projects/ideas/ideas.xml
@@ -15,7 +15,7 @@ Ideas//EN"
- $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.82 2008/03/29 20:47:25 brooks Exp $
+ $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.83 2008/03/30 06:28:35 marcus Exp $
@@ -2103,22 +2103,17 @@ SMP features.
Improve cron(8) and atrun(8)
- Technical contact:
- Yar Tikhiy
-
Currently, cron(8) and atrun(8) are outdated in their implementation.
Here are some directions for improvement:
- - Convert atrun(8) to using setusercontext(3) instead of creating
- the job context through a sequence of basic syscalls.
- - Ultimately, the atrun(8) functionality could be integrated into
- cron(8), as it has already been done in NetBSD.
+ - Update cron(8) to ISC cron with security fixes from OpenBSD.
+ - Integrate the atrun(8) functionality into cron(8),
+ as it was done in NetBSD.
Requirements:
- - Strong knowledge of C.
- - Understanding of PAM API.
+ - Strong knowledge of the C language and Unix API.