summaryrefslogtreecommitdiff
path: root/Time/TimeDate.pm
diff options
context:
space:
mode:
authorcarlosg <carlosg>2007-01-04 17:50:09 +0000
committercarlosg <carlosg>2007-01-04 17:50:09 +0000
commitf798ad3683df847b86d0edf7603e9b1d1963ff34 (patch)
tree87f9d55081a8bee815f7ac264c071056cf034b38 /Time/TimeDate.pm
parentbb432268ce79611156d734315c69c2e70d45b89a (diff)
2007-01-04 Carlos Garnacho <carlosg@gnome.org>
* */*.pm: Add support for Ubuntu Feisty, separated from the rest of the debian based ones, because there are supposed to be important changes. * Network/Ifaces.pm (get_available_configuration_methods): add ipv4ll support for Ubuntu Feisty. * Utils/Platform.pm (init): do not use cache at the moment, might give incorrect results if the underlying system requires different treatment, and as it's called just one in all s-t-b app lifecicle, there shouldn't be any noticeable performance decrease.
Diffstat (limited to 'Time/TimeDate.pm')
-rw-r--r--Time/TimeDate.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Time/TimeDate.pm b/Time/TimeDate.pm
index 415f342..65e0952 100644
--- a/Time/TimeDate.pm
+++ b/Time/TimeDate.pm
@@ -166,6 +166,7 @@ sub get_dist
"redhat-8.0" => "redhat-6.2",
"mandrake-9.0" => "redhat-6.2",
"debian-3.0" => "debian-3.0",
+ "ubuntu-7.04" => "debian-3.0",
"suse-9.0" => "redhat-6.2",
"slackware-9.1.0" => "redhat-6.2",
"gentoo" => "redhat-6.2",