summaryrefslogtreecommitdiff
path: root/Utils
diff options
context:
space:
mode:
authorcarlosg <carlosg>2006-05-29 11:44:57 +0000
committercarlosg <carlosg>2006-05-29 11:44:57 +0000
commitbe170fdbebd4d6f492d36d4f1278ff83451d9edf (patch)
tree8676ea9422a3b5e0cee8fadc4fb594804569a5dc /Utils
parent56145676db8657ccfa4dc77907d158c93f5dee56 (diff)
2006-05-29 Joe Marcus Clarke <marcus@freebsd.org>
* Network/Ifaces.pm: fix wireless support, improve interface type detection. * Init/Services.pm, Init/ServicesList.pm, Network/Hosts.pm, Network/Ifaces.pm, Shares/SMB.pm, Time/NTP.pm, Time/TimeDate.pm, Users/Users.pm, Utils/Platform.pm: add support for FreeBSD 7
Diffstat (limited to 'Utils')
-rw-r--r--Utils/Platform.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utils/Platform.pm b/Utils/Platform.pm
index d37c16b..972cbd3 100644
--- a/Utils/Platform.pm
+++ b/Utils/Platform.pm
@@ -87,6 +87,7 @@ my $PLATFORM_INFO = {
"freebsd-4" => [ "FreeBSD", "4", "" ],
"freebsd-5" => [ "FreeBSD", "5", "" ],
"freebsd-6" => [ "FreeBSD", "6", "" ],
+ "freebsd-7" => [ "FreeBSD", "7", "" ],
"gentoo" => [ "Gentoo Linux", "", "" ],
"vlos-1.2" => [ "Vida Linux OS", "1.2" ],
"archlinux" => [ "Arch Linux", "", "" ],