Hi Richard, Richard L. Hamilton wrote: > Appreciate your kind words. I guess my concerns are twofold: > * that cron be controllable enough for safe(r) large-scale use > * that cron be more monitorable if in large-scale use
Yupp, I got that. > pid=$(ptree $(pgrep cron)|read parent junk;echo $parent) This is fine in ksh, but not in bash as this depends on how reading from a pipe is implemented. Nils _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
