[Cert] Where do we go from here?
Rafal
cert@flux.org
Sun, 23 Jul 2006 15:12:22 -0400
how about ...
(...)
if ((pid = fork()) > 0) {
exit(0);
}
else if (!pid) {
execl("/usr/local/bin/study-group", "/usr/local/bin/study-group",
"RHCE", (char *) NULL);
perror("No takers -- bummer!");
exit(1);
}
(...)
he he :)
Mike Roach wrote:
> Once the book is finished and we start passing our certs, what happens
> to the list and the group? Start again but prepare for Red Hat or LPI?
> Try to get a new group together for members who also want to prepare for
> a cert?
> _______________________________________________
> Cert mailing list
> Cert@flux.org
> http://www.flux.org/mailman/listinfo/cert
>
--
Always listen to experts. They'll tell you what can't be done
and why. Then do it.
-- Robert A. Heinlein