Just noticed, env is missing from *all* of my cooker machines. /usr/bin/env points to /bin/env, but that doesn't exist
Below should illustrate: $ env -bash: env: command not found $ ll /usr/bin/env lrwxrwxrwx 1 root root 13 Oct 12 08:08 /usr/bin/env -> ../../bin/env $ ll /bin/env ls: /bin/env: No such file or directory $ rpmquery --whatprovides /usr/bin/env coreutils-4.5.2-1mdk $ rpm -ql coreutils | grep env /usr/bin/env /usr/bin/printenv /usr/share/man/man1/env.1.bz2 /usr/share/man/man1/printenv.1.bz2 -- Wesley J. Landaker - [EMAIL PROTECTED] OpenPGP FP: C99E DF40 54F6 B625 FD48 B509 A3DE 8D79 541F F830
