A couple of lines should be added in system-tools-
backends/Utils/Platform.pm to recognize ubuntu-7.04 like ubuntu-6.10,
but given that feisty is supposed to fully use upstart (being
incompatible with the sysV-like init in Edgy), upstream will not add
Feisty support until there is code to handle upstart init.

inline patch:

===================================================================
RCS file: /cvs/system-tools-backends/system-tools-backends/Utils/Platform.pm,v
retrieving revision 1.12
diff -u -r1.12 Platform.pm
--- Utils/Platform.pm   20 Nov 2006 12:47:53 -0000      1.12
+++ Utils/Platform.pm   25 Nov 2006 17:57:43 -0000
@@ -49,6 +49,7 @@
   "ubuntu-5.10"     => [ "Ubuntu Linux", "5.10", "Breezy" ],
   "ubuntu-6.06"     => [ "Ubuntu Linux", "6.06", "Dapper" ],
   "ubuntu-6.10"     => [ "Ubuntu Linux", "6.10", "Edgy" ],
+  "ubuntu-7.04"     => [ "Ubuntu Linux", "7.04", "Feisty" ],
   "redhat-5.2"      => [ "Red Hat Linux", "5.2", "Apollo" ],
   "redhat-6.0"      => [ "Red Hat Linux", "6.0", "Hedwig" ],
   "redhat-6.1"      => [ "Red Hat Linux", "6.1", "Cartman" ],
@@ -147,6 +148,7 @@
      "ubuntu-5.10"      => "debian-3.0",
      "ubuntu-6.06"      => "debian-3.0",
      "ubuntu-6.10"      => "debian-3.0",
+     "ubuntu-7.04"      => "debian-3.0",
      "vine-3.1"         => "vine-3.0",
      "vlos-1.2"         => "gentoo",
      "nexenta-1.0"      => "solaris-2.11",

-- 
[users-admin] unsuported distribution
https://launchpad.net/bugs/72722

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to