From 7586b8eda6b6cb13e176d2b4b5eb28c4c57ef708 Mon Sep 17 00:00:00 2001 From: Kim Holviala Date: Thu, 1 Jan 2015 08:38:59 +0200 Subject: [PATCH] Added ServerSupportsStdinScripts to automatic caps.txt --- ChangeLog | 1 + INSTALL | 2 -- file.c | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b3cdb8e..5b45001 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ 2014-12-19 Kim Holviala + * Fixed a comment & formatting * Added detection for CRUX Linux * Added $SESSION_ID environment variable for CGI scripts diff --git a/INSTALL b/INSTALL index f9b2c7a..edff0aa 100644 --- a/INSTALL +++ b/INSTALL @@ -110,5 +110,3 @@ Tested (and semi-supported) platforms include: NetBSD 5 x86_64 gcc 4 Haiku R1 i386 gcc 2 - - diff --git a/file.c b/file.c index 1fa682d..33e91bc 100644 --- a/file.c +++ b/file.c @@ -259,6 +259,7 @@ void caps_txt(state *st, shm_state *shm) "PathParent=.." CRLF "PathParentDouble=FALSE" CRLF "PathKeepPreDelimeter=FALSE" CRLF + "ServerSupportsStdinScripts=TRUE" CRLF CRLF "ServerSoftware=" SERVER_SOFTWARE CRLF "ServerSoftwareVersion=" VERSION CRLF