15826054 SUNBT7207160 sample cgi script has wrong perl path s11-update
authorPetr Sumbera <petr.sumbera@oracle.com>
Tue, 07 May 2013 12:53:03 -0700
branchs11-update
changeset 2600 9fb5ff186455
parent 2599 1f79ee48ae83
child 2601 af823e6595c2
15826054 SUNBT7207160 sample cgi script has wrong perl path
components/apache2/patches/printenv.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/apache2/patches/printenv.patch	Tue May 07 12:53:03 2013 -0700
@@ -0,0 +1,8 @@
+--- docs/cgi-examples/printenv	Fri Dec 10 21:52:29 2004
++++ docs/cgi-examples/printenv	Mon Nov 12 07:06:02 2012
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ ##
+ ##  printenv -- demo CGI program which just prints its environment
+ ##