From 8f5e98579af3c3b86998e8b12250138f9586be5b Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 3 Apr 2013 19:02:22 +0200 Subject: [PATCH] updated doc --- src/ocserv-args.c | 8 ++++---- src/ocserv-args.def | 3 +++ src/ocserv-args.h | 6 +++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/ocserv-args.c b/src/ocserv-args.c index 3702532c..2a74dc21 100644 --- a/src/ocserv-args.c +++ b/src/ocserv-args.c @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ocserv-args.c) * - * It has been AutoGen-ed March 23, 2013 at 11:25:22 PM by AutoGen 5.16 + * It has been AutoGen-ed April 3, 2013 at 07:02:18 PM by AutoGen 5.16 * From the definitions ocserv-args.def * and the template file options * @@ -66,7 +66,7 @@ extern FILE * option_usage_fp; * ocserv option static const strings */ static char const ocserv_opt_strs[1810] = -/* 0 */ "ocserv 0.1.0\n" +/* 0 */ "ocserv 0.1.1\n" "Copyright (C) 2013 Nikos Mavrogiannopoulos, all rights reserved.\n" "This is free software. It is licensed for use, modification and\n" "redistribution under the terms of the\n" @@ -99,7 +99,7 @@ static char const ocserv_opt_strs[1810] = /* 1129 */ "Output version information and exit\0" /* 1165 */ "version\0" /* 1173 */ "OCSERV\0" -/* 1180 */ "ocserv - OpenConnect server - Ver. 0.1.0\n" +/* 1180 */ "ocserv - OpenConnect server - Ver. 0.1.1\n" "USAGE: %s [ - [] | --[{=| }] ]...\n\0" /* 1279 */ "openconnect-devel@lists.infradead.org\0" /* 1317 */ "\n\n\0" @@ -111,7 +111,7 @@ static char const ocserv_opt_strs[1810] = "authentication. Authenticated users are assigned an unprivileged worker\n" "process and obtain a networking (tun) device and IP from a configurable\n" "pool of addresses.\n\0" -/* 1722 */ "ocserv 0.1.0\0" +/* 1722 */ "ocserv 0.1.1\0" /* 1735 */ "Usage: ocserv [options] -c [config]\n" "ocserv --help for usage instructions.\n"; diff --git a/src/ocserv-args.def b/src/ocserv-args.def index 3c7c04cf..7b6896dd 100644 --- a/src/ocserv-args.def +++ b/src/ocserv-args.def @@ -201,6 +201,9 @@ use-utmp = true # PID file pid-file = /var/run/ocserv.pid +# The default server directory. Does not require any devices present. +#chroot-dir = /path/to/chroot + # socket file used for IPC, will be appended with .PID # It must be accessible within the chroot environment (if any) socket-file = /var/run/ocserv-socket diff --git a/src/ocserv-args.h b/src/ocserv-args.h index 10be17cc..8878729e 100644 --- a/src/ocserv-args.h +++ b/src/ocserv-args.h @@ -2,7 +2,7 @@ * * DO NOT EDIT THIS FILE (ocserv-args.h) * - * It has been AutoGen-ed March 23, 2013 at 11:25:22 PM by AutoGen 5.16 + * It has been AutoGen-ed April 3, 2013 at 07:02:18 PM by AutoGen 5.16 * From the definitions ocserv-args.def * and the template file options * @@ -76,8 +76,8 @@ typedef enum { } teOptIndex; #define OPTION_CT 7 -#define OCSERV_VERSION "0.1.0" -#define OCSERV_FULL_VERSION "ocserv 0.1.0" +#define OCSERV_VERSION "0.1.1" +#define OCSERV_FULL_VERSION "ocserv 0.1.1" /* * Interface defines for all options. Replace "n" with the UPPER_CASED