aboutsummaryrefslogtreecommitdiff
path: root/src/usr.opt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2014-05-18 11:25:40 +0300
committerSergey Poznyakoff <gray@gnu.org>2014-05-18 11:25:40 +0300
commitbc0eeb7706bf5ba3d89f7f5e3563827c3981cc70 (patch)
tree5ba01fa967b924d32d8520f041f5f73b7d2cd6bc /src/usr.opt
parent9087acb001afd6fefa0fe4f2e4fbdcb3ae524e02 (diff)
downloadanubis-bc0eeb7706bf5ba3d89f7f5e3563827c3981cc70.tar.gz
anubis-bc0eeb7706bf5ba3d89f7f5e3563827c3981cc70.tar.bz2
Support for MySQL options file.
* NEWS: Document the use of MySQL options file. * doc/anubis.texi: Document all anubisusr options. Describe the use of MySQL options file. * src/mysql.c (mysql_db_open): Use MySQL options file. Two new URL parameters: options-file and options-group. * src/usr.opt: New option --tls-priorities.
Diffstat (limited to 'src/usr.opt')
-rw-r--r--src/usr.opt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/usr.opt b/src/usr.opt
index 72ab222..fa9d859 100644
--- a/src/usr.opt
+++ b/src/usr.opt
@@ -34,12 +34,19 @@ OPTION(tls-cafile,C,FILE,
34BEGIN 34BEGIN
35#ifdef HAVE_TLS 35#ifdef HAVE_TLS
36 secure.cafile = optarg; 36 secure.cafile = optarg;
37#endif 37#endif
38END 38END
39 39
40OPTION(tls-priorities,,PRIO,Set TLS priorities)
41BEGIN
42#ifdef HAVE_TLS
43 secure.prio = optarg;
44#endif
45END
46
40OPTION(file,f,FILE, 47OPTION(file,f,FILE,
41 Set user configuration file name.) 48 Set user configuration file name.)
42BEGIN 49BEGIN
43 rcfile_name = optarg; 50 rcfile_name = optarg;
44END 51END
45 52

Return to:

Send suggestions and report system problems to the System administrator.