diff options
author | carlosg <carlosg> | 2007-01-04 17:50:09 +0000 |
---|---|---|
committer | carlosg <carlosg> | 2007-01-04 17:50:09 +0000 |
commit | f798ad3683df847b86d0edf7603e9b1d1963ff34 (patch) | |
tree | 87f9d55081a8bee815f7ac264c071056cf034b38 /Time/TimeDate.pm | |
parent | bb432268ce79611156d734315c69c2e70d45b89a (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.pm | 1 |
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", |