aboutsummaryrefslogtreecommitdiff
path: root/src/pies.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pies.c')
-rw-r--r--src/pies.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pies.c b/src/pies.c
index 74e71f7..49c4060 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -32,6 +32,7 @@ int inetd_mode;
char *pidfile = LOCALSTATEDIR "/pies.pid";
char *ctlfile = LOCALSTATEDIR "/pies.ctl";
char *statfile = LOCALSTATEDIR "/pies.stat";
+char *qotdfile = LOCALSTATEDIR "/pies.qotd";
mode_t pies_umask = 0;
unsigned long shutdown_timeout = 5;
size_t default_max_rate;
@@ -1273,6 +1274,11 @@ struct grecs_keyword pies_keywords[] = {
grecs_type_string, &statfile, 0,
NULL,
},
+ {"qotd-file",
+ NULL,
+ N_("Set location of the QOTD file."),
+ grecs_type_string, &qotdfile, 0,
+ NULL },
{"user",
NULL,
N_("Run with this user privileges."),

Return to:

Send suggestions and report system problems to the System administrator.