summaryrefslogtreecommitdiffstats
path: root/util/lg/lg.conf.in
diff options
context:
space:
mode:
authorTar Committer <tar@ocjtech.us>2002-01-04 21:31:49 +0000
committerTar Committer <tar@ocjtech.us>2002-01-04 21:31:49 +0000
commit9f2402b0d86333f5f7e9d50437036cd3124bde47 (patch)
tree163861dc0a0052447f838d3674a35870a80026f5 /util/lg/lg.conf.in
parentb0d71377c1854271b4511488422427f73d9473d1 (diff)
downloadrancid-58fb4b4b009f5fe48946bc6a18478323d97fcb89.tar.gz
rancid-58fb4b4b009f5fe48946bc6a18478323d97fcb89.tar.xz
rancid-58fb4b4b009f5fe48946bc6a18478323d97fcb89.zip
Imported from rancid-2.2.tar.gz.rancid-2.2
Diffstat (limited to 'util/lg/lg.conf.in')
-rw-r--r--util/lg/lg.conf.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/util/lg/lg.conf.in b/util/lg/lg.conf.in
index 7b78c3f..d13d9fd 100644
--- a/util/lg/lg.conf.in
+++ b/util/lg/lg.conf.in
@@ -35,7 +35,14 @@ $ENV{PATH}="@prefix@/bin:@ENV_PATH@";
#$LG_IMAGE="<img src=rancid.gif hspace=0>\n";
#
#
-# LG_LOG is either a FQPN (fully qualified path name) the syslog
+# LG_INFO is info in html format to output at the bottom of main form.
+# it might be local contact information, disclaimer, etc. this
+# is just handed to print, so \n and the like will work.
+#
+#$LG_INFO="For support, contact <a href=\"mailto:webmaster\@localhost\">webmaster</a>";
+#
+#
+# LG_LOG is either a FQPN (fully qualified path name) or the syslog
# facility to use for logging. if not defined, the LG
# will log to LG_CACHE_DIR/lg.log. possible syslog facility
# values are from the facility codes in /usr/include/syslog.h
@@ -56,7 +63,7 @@ $ENV{PATH}="@prefix@/bin:@ENV_PATH@";
# option; the group directories and router.db files' modes may
# have to be changed, depending upon the UID/GID of the user
# your server (httpd) runs under, since rancid's default mask
-# is 007 (see bin/env). routers marked 'down' are skipped.
+# is 007 (see bin/env). routers not marked 'up' are skipped.
#
#$LG_ROUTERDB="@prefix@/util/lg/router.db";
#