~ubuntu-branches/ubuntu/lucid/kdeadmin/lucid-proposed

« back to all changes in this revision

Viewing changes to knetworkconf/backends/service.pl.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-08-01 23:38:57 UTC
  • mfrom: (1.2.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20090801233857-iadqweam8cr8hnd0
Tags: 4:4.3.0-0ubuntu1
* New upstream release
* Remove depends on hal-cups-utils, which no longer exists

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
       "mandriva-2006.1" => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
73
73
       "mandriva-2007.0" => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
74
74
       "mandriva-2007.1" => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
 
75
       "mandriva-2008.0" => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
 
76
       "mandriva-2008.1" => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
 
77
       "mandriva-2009.0" => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
 
78
       "mandriva-2009.1" => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
 
79
       "mandriva-2010.0" => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
75
80
 
76
81
       "blackpanther-4.0" => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
77
82
 
102
107
       "pld-1.1"      => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
103
108
       "pld-1.99"     => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
104
109
 
105
 
       "fedora-1"     => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
106
 
       "fedora-2"     => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
107
 
       "fedora-3"     => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
 
110
       "fedora"       => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
108
111
       
109
112
       "yoper-2.1"    => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
110
113
       "yoper-2.2"    => ["$gst_prefix/etc/rc.d", "$gst_prefix/etc/rc.d/init.d", "../init.d"],
152
155
       "mandriva-2006.1" => [3, 5],
153
156
       "mandriva-2007.0" => [3, 5],
154
157
       "mandriva-2007.1" => [3, 5],
 
158
       "mandriva-2008.0" => [3, 5],
 
159
       "mandriva-2008.1" => [3, 5],
 
160
       "mandriva-2009.0" => [3, 5],
 
161
       "mandriva-2009.1" => [3, 5],
 
162
       "mandriva-2010.0" => [3, 5],
155
163
 
156
164
       "blackpanther-4.0" => [3, 5],
157
165
 
182
190
       "pld-1.1"        => [3, 5],
183
191
       "pld-1.99"       => [3, 5],
184
192
 
185
 
       "fedora-1"       => [3, 5],
186
 
       "fedora-2"       => [3, 5],
187
 
       "fedora-3"       => [3, 5],
 
193
       "fedora"         => [3, 5],
188
194
       
189
195
       "yoper-2.1"      => [3, 5],
190
196
       "yoper-2.2"      => [3, 5],
262
268
     "pld-1.0"        => "redhat-5.2",
263
269
     "pld-1.1"        => "redhat-5.2",
264
270
     "pld-1.99"       => "redhat-5.2",
265
 
     "fedora-1"       => "redhat-5.2",
266
 
     "fedora-2"       => "redhat-5.2",
267
 
     "fedora-3"       => "redhat-5.2",
 
271
     "fedora"         => "redhat-5.2",
268
272
 
269
273
     "yoper-2.1"      => "redhat-5.2",
270
274
     "yoper-2.2"      => "redhat-5.2",
1625
1629
       "redhat-8.0"   => \&gst_service_redhat_get_status,
1626
1630
       "redhat-9"     => \&gst_service_redhat_get_status,
1627
1631
       "mandrake-7.2" => \&gst_service_redhat_get_status,
1628
 
       "fedora-1"     => \&gst_service_redhat_get_status,
1629
 
       "fedora-2"     => \&gst_service_redhat_get_status,
1630
 
       "fedora-3"     => \&gst_service_redhat_get_status,
 
1632
       "fedora"       => \&gst_service_redhat_get_status,
1631
1633
       "yoper-2.1"    => \&gst_service_redhat_get_status,
1632
1634
       "yoper-2.2"    => \&gst_service_redhat_get_status,       
1633
1635
       "specifix"     => \&gst_service_redhat_get_status,