Displaying 2 results from an estimated 2 matches for "distribur".
Did you mean:
distribuir
2004 Apr 17
2
Is dovecot distributed with RHEL 3.0
I can't seem to find out if dovecot is packaged with RHEL 3.0. It seems
redhat makes it hard to find what packages you get when you purchase their
RHEL. Does anyone know if dovecot is disributed with Red Hat Enterprise
Linux ES 3.0?
I know dovecot is distribured with redhat 9.0 and fedora.
Thanks,
--
Avery
2013 Feb 21
6
Using Facter to find the Java version running on the machine
Hello all,
I am currently trying to setup a Custom Fact that will can be used to
determine the version of the Java JRE running on a machine, in order to use
it in my manifests to ensure the proper JARS are distribured based on
environment. I''m trying to use the java -version command and then capture
the JRE release (eg "1.6.0_37"). No matter what I have tried, the output is
always the full display from the Java -version command. Has anyone done
this or something similar before? Any sugge...