[Setup-tool-hackers] Slackware 8.1 platform detection patch
- From: Todd Kulesza <todd dropline net>
- To: setup-tool-hackers lists ximian com
- Subject: [Setup-tool-hackers] Slackware 8.1 platform detection patch
- Date: Wed, 12 Mar 2003 15:56:39 -0500
Hi,
First, great work on the GNOME Setup Tools. I've been testing them out
on Slackware 8.1 and can confirm that the Boot Admin, Time Admin, and
User Admin tools are all functional. The attached patch adds Slackware
8.1 to the list of supported platforms for those tools. Is there any
interest in commiting this to CVS?
Todd
--- backends/time-conf.in 2003-01-14 16:26:20.000000000 -0500
+++ backends/time-conf.in.new 2003-03-12 14:21:29.000000000 -0500
@@ -68,7 +68,7 @@
"suse-7.0", "turbolinux-7.0",
- "slackware-8.0.0", "slackware-9.0",
+ "slackware-8.0.0", "slackware-8.1", "slackware-9.0",
"gentoo");
@@ -437,6 +437,7 @@
"turbolinux-7.0" => "redhat-7.0",
"slackware-8.0.0" => "debian-2.2",
+ "slackware-8.1" => "debian-2.2",
"slackware-9.0" => "debian-2.2",
"gentoo" => "redhat-7.0"
--- backends/boot-conf.in 2003-03-07 20:02:01.000000000 -0500
+++ backends/boot-conf.in.new 2003-03-12 14:21:42.000000000 -0500
@@ -68,7 +68,7 @@
"suse-7.0", "turbolinux-7.0",
- "slackware-9.0");
+ "slackware-8.1", "slackware-9.0");
$description =<<"end_of_description;";
Configures Boot manager (LILO and GRUB at the moment).
--- backends/users-conf.in 2003-01-14 16:26:20.000000000 -0500
+++ backends/users-conf.in.new 2003-03-12 14:20:38.000000000 -0500
@@ -76,7 +76,7 @@
"suse-7.0", "turbolinux-7.0",
- "slackware-8.0.0", "slackware-9.0",
+ "slackware-8.0.0", "slackware-8.1", "slackware-9.0",
"freebsd-4", "freebsd-5");
@@ -237,6 +237,7 @@
'suse-7.0' => $rh_logindefs_defaults,
'turbolinux-7.0' => $rh_logindefs_defaults,
'slackware-8.0.0' => $rh_logindefs_defaults,
+ 'slackware-8.1' => $rh_logindefs_defaults,
'slackware-9.0' => $rh_logindefs_defaults,
'freebsd-4' => $rh_logindefs_defaults,
'freebsd-5' => $rh_logindefs_defaults,
--- backends/platform.pl.in 2003-01-14 16:33:55.000000000 -0500
+++ backends/platform.pl.in.new 2003-03-12 14:39:15.000000000 -0500
@@ -56,6 +56,7 @@
"suse-7.0" => "SuSE Linux 7.0",
"turbolinux-7.0" => "Turbolinux 7.0",
"slackware-8.0.0" => "Slackware 8.0.0",
+ "slackware-8.1" => "Slackware 8.1",
"slackware-9.0" => "Slackware 9.0",
"freebsd-4" => "FreeBSD 4",
"freebsd-5" => "FreeBSD 5",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]