]> git.sur5r.net Git - bacula/bacula/commitdiff
Define MANUAL_AUTH_URL in baconfig.h
authorBen Walton <bwalton@artsci.utoronto.ca>
Sun, 18 Sep 2011 23:46:13 +0000 (19:46 -0400)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 19 Sep 2011 07:54:23 +0000 (09:54 +0200)
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 <bwalton@artsci.utoronto.ca>
bacula/src/baconfig.h

index 67be788d6a59aabf95bad27f646311c28d3b24b3..cbcd954ce0ad0c68f5d0a4967aed7d78e4e939ab 100644 (file)
@@ -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