Index: filed.1 ================================================================== --- filed.1 +++ filed.1 @@ -1,7 +1,7 @@ .PU -.TH FILED 1 "11 Feb 14" "filed 1.5" +.TH FILED 1 "12 Feb 14" "filed 1.6" .SH NAME filed \- serve files over HTTP .SH SYNOPSIS .ll +10 .B filed @@ -77,13 +77,13 @@ entries are made for various stages in transfering files. The log file is opened before switching users (see "-u") and root directories (see "-r"). The log file is never closed so log rotation without stopping the daemon is will not work. The value of "-" indicates that standard output -should be used for logging. If the filename begins with a "|" -then a process is started and used for logging instead of a -file. +should be used for logging. If the filename begins with a +pipe ("|") then a process is started and used for logging +instead of a file. .TP .B -u (or --user) Specifies the user to switch user IDs to before servicing requests. The default is not change user IDs. Index: filed.c ================================================================== --- filed.c +++ filed.c @@ -18,11 +18,11 @@ #include #include #include /* Compile time constants */ -#define FILED_VERSION "1.5" +#define FILED_VERSION "1.6" #define FILED_SENDFILE_MAX 16777215 #define FILED_MAX_FAILURE_COUNT 30 #define FILED_DEFAULT_TYPE "application/octet-stream" #define FILED_PATH_BUFFER_SIZE 1010