On 7/30/05, Gerard Seibert <[EMAIL PROTECTED]> wrote: > When running 'portsclean' from CRON, this message is sent to the root > mailbox. In fact, there are several of them in the mailbox. I do not > know what it means. > > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:31: command not found: uname -rm > uname(1) could be broken - cannot parse the output: > make: not found > ** Error occured reading /usr/local/etc/pkgtools.conf: > uninitialized constant PkgConfig::OS_PLATFORM > > When I run the 'uname -rm' command from the command line, it produces > this output. > > 5.4-RELEASE I386 > > -- > Gerard E. Seibert > [EMAIL PROTECTED]
You might need to define your path in your crontab file with something like this: PATH=${PATH}:/usr/bin (because uname is in /usr/bin) _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"