aboutsummaryrefslogtreecommitdiffstats
path: root/testing/poweradmin/0010-fix-installer-config.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
commit6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch)
tree1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/poweradmin/0010-fix-installer-config.patch
parent66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff)
downloadaports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2
aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/poweradmin/0010-fix-installer-config.patch')
-rw-r--r--testing/poweradmin/0010-fix-installer-config.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/poweradmin/0010-fix-installer-config.patch b/testing/poweradmin/0010-fix-installer-config.patch
deleted file mode 100644
index 11dd435163..0000000000
--- a/testing/poweradmin/0010-fix-installer-config.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- ./install/index.php.orig
-+++ ./install/index.php
-@@ -287,11 +287,27 @@
- "\$db_port\t\t= '" . $_POST['db_port'] . "';\n" .
- "\$db_type\t\t= '" . $_POST['db_type'] . "';\n" .
- "\n" .
-- "\$iface_lang\t\t= '" . $_POST['language'] . "';\n" .
-+ "\$iface_lang\t\t= '" . $_POST['language'] . "';\n" .
-+ "\$iface_style\t\t= ". "'example';\n" .
-+ "\$iface_rowamount\t=". "50;\n" .
-+ "\$iface_expire\t\t=". "1800;\n" .
-+ "\$iface_zonelist_serial\t=". "false;\n" .
-+ "\$iface_title\t\t=". "'Poweradmin';\n" .
- "\n" .
- "\$dns_hostmaster\t\t= '" . $_POST['dns_hostmaster'] . "';\n" .
- "\$dns_ns1\t\t= '" . $_POST['dns_ns1'] . "';\n" .
- "\$dns_ns2\t\t= '" . $_POST['dns_ns2'] . "';\n" .
-+ "\n" .
-+ "// See <http://www.php.net/manual/en/timezones.php> for help.\n" .
-+ "//\$timezone\t\t=". "'UTC';\n" .
-+ "\n" .
-+ "/* Syslog usage - writes authentication attempts to syslog\n" .
-+ " This facility could be used in combination with fail2ban to\n" .
-+ " ban IPs with break-in attempts\n" .
-+ "*/\n" .
-+ "\$syslog_use = false;\n" .
-+ "\$syslog_ident = 'poweradmin';\n" .
-+ "\$syslog_facility = LOG_USER;\n" .
- "\n?>\n";
-
- if (is_writeable($local_config_file)) {