diff options
author | joakim <joakim> | 2001-07-31 02:34:13 +0000 |
---|---|---|
committer | joakim <joakim> | 2001-07-31 02:34:13 +0000 |
commit | 7fb99bde660d035b71e8b5d925611e1cb6329728 (patch) | |
tree | 9c96d50e3ef57ff2ef9db609da3ddc5246bb577d /time-conf.in | |
parent | 970ac2c17b89762e48221a76aee0fad7f3319d5c (diff) |
Added Mandrake 7.1 to the supported distros list for all tools to be shipped.
Diffstat (limited to 'time-conf.in')
-rwxr-xr-x | time-conf.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/time-conf.in b/time-conf.in index 1a0708c..48cb39e 100755 --- a/time-conf.in +++ b/time-conf.in @@ -52,7 +52,7 @@ require "___scriptsdir___/replace.pl"; $name = "time"; $version = "___version___"; @platforms = ("redhat-5.2", "redhat-6.0", "redhat-6.1", "redhat-6.2", "redhat-7.0", "redhat-7.1", - "mandrake-7.2", "debian-2.2", "debian-woody", "suse-7.0", "turbolinux-7.0"); + "mandrake-7.1", "mandrake-7.2", "debian-2.2", "debian-woody", "suse-7.0", "turbolinux-7.0"); $description =<<"end_of_description;"; Configures your system clock, timezone and time server list. @@ -383,6 +383,8 @@ sub conf_get_parse_table "redhat-7.0" => "redhat-7.0", "redhat-7.1" => "redhat-7.0", + + "mandrake-7.1" => "redhat-7.0", "mandrake-7.2" => "redhat-7.0", "debian-2.2" => "debian-2.2", @@ -486,6 +488,8 @@ sub conf_get_replace_table "redhat-7.0" => "redhat-7.0", "redhat-7.1" => "redhat-7.0", + + "mandrake-7.1" => "redhat-7.0", "mandrake-7.2" => "redhat-7.0", "debian-2.2" => "debian-2.2", |