diff options
author | israel <israel> | 2001-12-14 02:26:57 +0000 |
---|---|---|
committer | israel <israel> | 2001-12-14 02:26:57 +0000 |
commit | be37368f7e8f71d51abe80261d87e8a350d80b49 (patch) | |
tree | 9c213d2ecfd7402fbb2bba3c7e811c9d2434d38a | |
parent | afa8d9380879ecee0cf50dac57f5bea75adff173 (diff) |
2001-12-13 Israel Escalante <israel@ximian.com>XST_0_9_0
* ishare.pl.in: Added R.H. 7.2 to the list of supported plataforms.
* internetsharing-conf.in: Added R.H. 7.2 to the list
of supported platforms.
-rw-r--r-- | ChangeLog | 7 | ||||
-rwxr-xr-x | internetsharing-conf.in | 2 | ||||
-rw-r--r-- | ishare.pl.in | 6 |
3 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2001-12-13 Israel Escalante <israel@ximian.com> + + * ishare.pl.in: Added R.H. 7.2 to the list of supported plataforms. + + * internetsharing-conf.in: Added R.H. 7.2 to the list + of supported platforms. + 2001-12-13 Arturo Espinosa Aldama <arturo@ximian.com> * boot-grub.pl.in (xst_boot_grub_replace_label): fix: wrong regexp. diff --git a/internetsharing-conf.in b/internetsharing-conf.in index 95d449b..ab63524 100755 --- a/internetsharing-conf.in +++ b/internetsharing-conf.in @@ -46,7 +46,7 @@ BEGIN { $name = "internetsharing"; $version = "___version___"; -@platforms = ("redhat-7.1", "redhat-7.0", "mandrake-7.2", "debian-2.2", "debian-woody"); +@platforms = ("redhat-7.1", "redhat-7.0", "redhat-7.2","mandrake-7.2", "debian-2.2", "debian-woody"); $description =<<"end_of_description;"; Sets up firewall rules for a basic internet sharing (masq) diff --git a/ishare.pl.in b/ishare.pl.in index eb9fe8a..fa90358 100644 --- a/ishare.pl.in +++ b/ishare.pl.in @@ -260,6 +260,7 @@ sub xst_ishare_conf_get_parse_table ( "redhat-7.0" => "mandrake-7.2", "redhat-7.1" => "mandrake-7.2", + "redhat-7.2" => "mandrake-7.2", "mandrake-7.2" => "mandrake-7.2", "debian-2.2" => "mandrake-7.2", "debian-woody" => "mandrake-7.2" @@ -292,6 +293,7 @@ sub xst_ishare_fwrules_get_parse_table ( "redhat-7.0" => "mandrake-7.2", "redhat-7.1" => "mandrake-7.2", + "redhat-7.2" => "mandrake-7.2", "mandrake-7.2" => "mandrake-7.2", "debian-2.2" => "mandrake-7.2", "debian-woody" => "mandrake-7.2" @@ -332,6 +334,7 @@ sub xst_ishare_dhcp_get_parse_table ( "redhat-7.0" => "mandrake-7.2", "redhat-7.1" => "mandrake-7.2", + "redhat-7.2" => "mandrake-7.2", "mandrake-7.2" => "mandrake-7.2", "debian-2.2" => "debian-2.2", "debian-woody" => "debian-2.2" @@ -385,6 +388,7 @@ sub xst_ishare_conf_get_replace_table ( "redhat-7.0" => "mandrake-7.2", "redhat-7.1" => "mandrake-7.2", + "redhat-7.2" => "mandrake-7.2", "mandrake-7.2" => "mandrake-7.2", "debian-2.2" => "mandrake-7.2", "debian-woody" => "mandrake-7.2" @@ -417,6 +421,7 @@ sub xst_ishare_fwrules_get_replace_table ( "redhat-7.0" => "mandrake-7.2", "redhat-7.1" => "mandrake-7.2", + "redhat-7.2" => "mandrake-7.2", "mandrake-7.2" => "mandrake-7.2", "debian-2.2" => "debian-2.2", "debian-woody" => "debian-2.2" @@ -474,6 +479,7 @@ sub xst_ishare_dhcp_get_replace_table ( "redhat-7.0" => "mandrake-7.2", "redhat-7.1" => "mandrake-7.2", + "redhat-7.2" => "mandrake-7.2", "mandrake-7.2" => "mandrake-7.2", "debian-2.2" => "debian-2.2", "debian-woody" => "debian-2.2" |