tbrehm
2008-12-12 8d06004c60463cacf599bad416b4b4666c1c545c
Open mysql port in firewall by default.
2 files modified
4 ■■■■ changed files
install/dist/lib/fedora.lib.php 2 ●●● patch | view | raw | blame | history
install/dist/lib/opensuse.lib.php 2 ●●● patch | view | raw | blame | history
install/dist/lib/fedora.lib.php
@@ -437,7 +437,7 @@
            $tcp_public_services = trim(str_replace(',',' ',$row["tcp_port"]));
            $udp_public_services = trim(str_replace(',',' ',$row["udp_port"]));
          } else {
            $tcp_public_services = '21 22 25 53 80 110 443 8080 10000';
            $tcp_public_services = '21 22 25 53 80 110 443 3306 8080 10000';
            $udp_public_services = '53';
          }
          $content = str_replace("{TCP_PUBLIC_SERVICES}", $tcp_public_services, $content);
install/dist/lib/opensuse.lib.php
@@ -455,7 +455,7 @@
            $tcp_public_services = trim(str_replace(',',' ',$row["tcp_port"]));
            $udp_public_services = trim(str_replace(',',' ',$row["udp_port"]));
          } else {
            $tcp_public_services = '21 22 25 53 80 110 443 8080 10000';
            $tcp_public_services = '21 22 25 53 80 110 443 3306 8080 10000';
            $udp_public_services = '53';
          }
          $content = str_replace("{TCP_PUBLIC_SERVICES}", $tcp_public_services, $content);