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/NTP.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/NTP.pm')
-rw-r--r-- | Time/NTP.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Time/NTP.pm b/Time/NTP.pm index 21acc2b..91802f1 100644 --- a/Time/NTP.pm +++ b/Time/NTP.pm @@ -35,6 +35,7 @@ sub get_config_file () "redhat-8.0" => "redhat-6.2", "mandrake-9.0" => "redhat-6.2", "debian-3.0" => "redhat-6.2", + "ubuntu-7.04" => "redhat-6.2", "suse-9.0" => "redhat-6.2", "slackware-9.1.0" => "redhat-6.2", "gentoo" => "redhat-6.2", |