summaryrefslogtreecommitdiffstats
path: root/network/monkey/config_values_fix.patch
diff options
context:
space:
mode:
author Sergey Fedosoff <eleksir@gmail.com>2019-08-29 18:49:45 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-08-29 18:49:45 +0700
commit8c48f7024f16310e1774c52494378c23062e273a (patch)
treed3e65643bc44fa1417bab93caa5ba66c548a0689 /network/monkey/config_values_fix.patch
parentbc83f2cc782b3b99b7eef48af43598822a922d18 (diff)
downloadslackbuilds-8c48f7024f16310e1774c52494378c23062e273a.tar.gz
slackbuilds-8c48f7024f16310e1774c52494378c23062e273a.tar.xz
network/monkey: Updated for version 1.6.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/monkey/config_values_fix.patch')
-rw-r--r--network/monkey/config_values_fix.patch74
1 files changed, 0 insertions, 74 deletions
diff --git a/network/monkey/config_values_fix.patch b/network/monkey/config_values_fix.patch
deleted file mode 100644
index 58b17da6d8..0000000000
--- a/network/monkey/config_values_fix.patch
+++ /dev/null
@@ -1,74 +0,0 @@
-diff -ruN monkey-1.5.6/configure monkey-1.5.6.new/configure
---- monkey-1.5.6/configure 2015-03-03 00:52:16.000000000 +0300
-+++ monkey-1.5.6.new/configure 2015-03-13 11:51:55.984045498 +0300
-@@ -903,17 +903,17 @@
-
- create_banana_script()
- {
-- cat > bin/banana << EOF
-+ cat > bin/rc.monkey << EOF
- #!/bin/sh
- #
--# Monkey HTTP Daemon - Banana Script
-+# Monkey HTTP Daemon - rc.monkey Script
- # -----------------------------------
- # This script allow you to control monkey. Written by Eduardo Silva
- # ----------------------------
- # Date : 2002/09/01.
- # ----------------------------
- #
--# Use: ./banana OPTION
-+# Use: ./rc.monkey OPTION
- #
- # Options available to banana:
- #
-@@ -1000,16 +1000,16 @@
- exit 0
- ;;
- *)
-- echo "Use : banana [start|stop|restart|status|help]"
-+ echo "Use : \$0 [start|stop|restart|status|help]"
- exit 1
- ;;
- esac
- done
--echo "Use : banana [start|stop|restart|status|help]"
-+echo "Use : \$0 [start|stop|restart|status|help]"
-
- exit 0
- EOF
-- chmod 755 bin/banana
-+ chmod 755 bin/rc.monkey
- }
-
- #---------------------------#
-diff -ruN monkey-1.5.6/lang/en/mconf monkey-1.5.6.new/lang/en/mconf
---- monkey-1.5.6/lang/en/mconf 2015-03-03 00:52:16.000000000 +0300
-+++ monkey-1.5.6.new/lang/en/mconf 2015-03-13 11:52:36.464045763 +0300
-@@ -66,7 +66,7 @@
- # For security reasons, sometimes people want to hide the version of his
- # own webserver to clients (values on/off).
-
-- HideVersion off
-+ HideVersion on
-
-
- # Resume:
-@@ -124,7 +124,7 @@
- # --------
- # Allow request to symbolic link files.
-
-- SymLink Off
-+ SymLink On
-
- # TransportLayer:
- # ---------------
-diff -ruN monkey-1.5.6/plugins/cgi/conf/cgi.conf monkey-1.5.6.new/plugins/cgi/conf/cgi.conf
---- monkey-1.5.6/plugins/cgi/conf/cgi.conf 2015-03-03 00:52:16.000000000 +0300
-+++ monkey-1.5.6.new/plugins/cgi/conf/cgi.conf 2015-03-13 11:41:34.654041430 +0300
-@@ -19,4 +19,4 @@
- Match /cgi-bin/.*\.cgi
-
- # Execute PHP scripts through php-cgi interpreter:
-- Match /.*\.php /usr/bin/php-cgi application/x-httpd-php
-+ #Match /.*\.php /usr/bin/php-cgi application/x-httpd-php