From: Ben Walton Date: Sun, 18 Sep 2011 23:46:13 +0000 (-0400) Subject: Define MANUAL_AUTH_URL in baconfig.h X-Git-Tag: Release-5.2.1~80 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0529400b13d9d5958c2cfe76027976557f0665bb;p=bacula%2Fbacula Define MANUAL_AUTH_URL in baconfig.h This value will reference the currently applicable Manual URL for authentication troublshooting. Currently the same URL is referenced in multiple files. This will allow updating them all (save for .po translation files) with a single change. Signed-off-by: Ben Walton --- diff --git a/bacula/src/baconfig.h b/bacula/src/baconfig.h index 67be788d6a..cbcd954ce0 100644 --- a/bacula/src/baconfig.h +++ b/bacula/src/baconfig.h @@ -58,6 +58,8 @@ #define ioctl_req_t int #endif +#define MANUAL_AUTH_URL "http://www.bacula.org/en/rel-manual/Bacula_Freque_Asked_Questi.html#SECTION003760000000000000000" + #ifdef PROTOTYPES # define __PROTO(p) p #else