[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdeadmin/knetworkconf/backends
From:       Juan Luis Baptiste <juan.baptiste () kdemail ! net>
Date:       2006-06-11 22:11:02
Message-ID: 1150063862.766073.23521.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 550478 by jbaptiste:

FEATURE: Added support for FC5. Thanks to Than Ngo.

 M  +1 -1      network-conf.in  
 M  +7 -0      network.pl.in  
 M  +1 -0      platform.pl.in  
 M  +4 -0      service.pl.in  


--- branches/KDE/3.5/kdeadmin/knetworkconf/backends/network-conf.in #550477:550478
@@ -71,7 +71,7 @@
               "debian-2.2", "debian-3.0", "debian-sarge",
               "ubuntu-5.04", "ubuntu-5.10", "ubuntu-6.06",
               "suse-7.0", "suse-9.0", "suse-9.1",
-              "turbolinux-7.0", "fedora-1", "fedora-2", "fedora-3", "fedora-4", "rpath",
+              "turbolinux-7.0", "fedora-1", "fedora-2", "fedora-3", "fedora-4", "fedora-5", "rpath",
               "pld-1.0", "pld-1.1", "pld-1.99",
               "conectiva-9", "conectiva-10",
               "vine-3.0", "vine-3.1",
--- branches/KDE/3.5/kdeadmin/knetworkconf/backends/network.pl.in #550477:550478
@@ -523,6 +523,7 @@
        "fedora-2"     => "redhat-6.2",
        "fedora-3"     => "redhat-6.2",
        "fedora-4"     => "redhat-6.2",
+       "fedora-5"     => "redhat-6.2",
        "rpath"        => "redhat-6.2",
        "vine-3.0"     => "redhat-6.2",
        "vine-3.1"     => "redhat-6.2",
@@ -1827,6 +1828,7 @@
           "fedora-2"     => \&gst_network_rh72_get_file,
           "fedora-3"     => \&gst_network_rh72_get_file,
           "fedora-4"     => \&gst_network_rh72_get_file,
+          "fedora-5"     => \&gst_network_rh72_get_file,
           "rpath"        => \&gst_network_rh72_get_file,
           "vine-3.0"     => \&gst_network_rh62_get_file,
           "vine-3.1"     => \&gst_network_rh62_get_file,
@@ -3947,6 +3949,7 @@
           "fedora-2"     => "",
           "fedora-3"     => "",
           "fedora-4"     => "",
+          "fedora-5"     => "",
           "rpath"        => "",
           "vine-3.0"     => "lo",
           "vine-3.1"     => "lo",
@@ -4112,6 +4115,7 @@
           "fedora-2"     => "redhat-7.2",
           "fedora-3"     => "redhat-7.2",
           "fedora-4"     => "redhat-7.2",
+          "fedora-5"     => "redhat-7.2",
           "rpath"        => "redhat-7.2",
           "vine-3.0"     => "redhat-7.0",
           "vine-3.1"     => "redhat-7.0",
@@ -4533,6 +4537,7 @@
           "fedora-2"     => "redhat-7.2",
           "fedora-3"     => "redhat-7.2",
           "fedora-4"     => "redhat-7.2",
+          "fedora-5"     => "redhat-7.2",
           "rpath"        => "redhat-7.2",
           "vine-3.0"     => "vine-3.0",
           "vine-3.1"     => "vine-3.0",
@@ -5371,6 +5376,7 @@
           "fedora-2"     => "redhat-7.2",
           "fedora-3"     => "redhat-7.2",
           "fedora-4"     => "redhat-7.2",
+          "fedora-5"     => "redhat-7.2",
           "rpath"        => "redhat-7.2",
           "vine-3.0"     => "redhat-7.0",
           "vine-3.1"     => "redhat-7.0",
@@ -5777,6 +5783,7 @@
           "fedora-2"     => "redhat-7.2",
           "fedora-3"     => "redhat-7.2",
           "fedora-4"     => "redhat-7.2",
+          "fedora-5"     => "redhat-7.2",
           "rpath"        => "redhat-7.2",
           "vine-3.0"     => "vine-3.0",
           "vine-3.1"     => "vine-3.0",
--- branches/KDE/3.5/kdeadmin/knetworkconf/backends/platform.pl.in #550477:550478
@@ -96,6 +96,7 @@
   "fedora-2"        => "Fedora Core 2 (Tettnang)",
   "fedora-3"        => "Fedora Core 3 (Heidelberg)",
   "fedora-4"        => "Fedora Core 4 (Stentz)",
+  "fedora-5"        => "Fedora Core 5 (Bordeaux)",
   "rpath"           => "rPath Linux",
   "ark"             => "Ark Linux",
 };
--- branches/KDE/3.5/kdeadmin/knetworkconf/backends/service.pl.in #550477:550478
@@ -99,6 +99,7 @@
        "fedora-2"     => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
        "fedora-3"     => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
        "fedora-4"     => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
+       "fedora-5"     => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
        "rpath"        => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
 
        "vine-3.0"     => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
@@ -169,6 +170,7 @@
        "fedora-2"       => [3, 5],
        "fedora-3"       => [3, 5],
        "fedora-4"       => [3, 5],
+       "fedora-5"       => [3, 5],
        "rpath"          => [3, 5],
        
        "vine-3.0"       => [3, 5],
@@ -236,6 +238,7 @@
      "fedora-2"       => "redhat-5.2",
      "fedora-3"       => "redhat-5.2",
      "fedora-4"       => "redhat-5.2",
+     "fedora-5"       => "redhat-5.2",
      "rpath"          => "redhat-5.2",
 
      "vine-3.0"       => "redhat-5.2",
@@ -1713,6 +1716,7 @@
        "fedora-2"     => \&gst_service_redhat_get_status,
        "fedora-3"     => \&gst_service_redhat_get_status,
        "fedora-4"     => \&gst_service_redhat_get_status,
+       "fedora-5"     => \&gst_service_redhat_get_status,
 
        "rpath"        => \&gst_service_redhat_get_status,
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic