|
From: Martin M. <mm...@me...> - 2005-10-12 17:47:27
|
Hello, Suspect <pr...@re...> wrote: > Any reason why FreeBSD 5.4 is showing as FreeBSD 2005 under the > Operating System module in webmin? The reason is the new "Who am I" feature in Webmin. If you take a closer look at $webmin_install_dir/os_list.txt you will finde the following lines: # All FreeBSD versions FreeBSD $1 freebsd $1 $uname \ =~ /FreeBSD.*?\s([0-9\.]+)/i which means that all FreeBSD-Versions are named because of the uname-line output and not because of a version number. bis dahin/kind regards Martin Mewes -- FAQ fuer sus...@su... -> http://www.suse-faq.de.vu/ FAQ fuer deb...@li... -> http://www.de.debian.org/debian-user-german-FAQ/ |