diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:13:54 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-14 17:13:54 -0500 |
commit | a271489a6be113e1eaf3ada6b9368441ded9bf61 (patch) | |
tree | 2dfde3cecaf4eba672af343de83763daed34904d /network/suphp/patches/suphp-0.7.1-nosuid.diff | |
parent | 7f8e2df2ae9c1e7f8460fcdbd1b7b4c0ac3204cf (diff) | |
download | slackbuilds-a271489a6be113e1eaf3ada6b9368441ded9bf61.tar.gz |
network/suphp: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/suphp/patches/suphp-0.7.1-nosuid.diff')
-rw-r--r-- | network/suphp/patches/suphp-0.7.1-nosuid.diff | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/network/suphp/patches/suphp-0.7.1-nosuid.diff b/network/suphp/patches/suphp-0.7.1-nosuid.diff deleted file mode 100644 index 7a9b35de4e..0000000000 --- a/network/suphp/patches/suphp-0.7.1-nosuid.diff +++ /dev/null @@ -1,18 +0,0 @@ -diff -ur suphp-0.7.1.orig/src/Application.cpp suphp-0.7.1/src/Application.cpp ---- suphp-0.7.1.orig/src/Application.cpp 2009-03-14 18:55:25.000000000 +0100 -+++ suphp-0.7.1/src/Application.cpp 2009-04-05 13:03:10.000000000 +0200 -@@ -174,12 +174,13 @@ - throw SecurityException("Calling user is not webserver user!", - __FILE__, __LINE__); - } -- -+#if 0 - if (!api.getEffectiveProcessUser().isSuperUser()) { - throw SecurityException( - "Do not have root privileges. Executable not set-uid root?", - __FILE__, __LINE__); - } -+#endif - } - - |