diff options
author | Silvino Silva <silvino@bk.ru> | 2019-03-13 02:26:21 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-03-13 02:26:21 +0000 |
commit | 63f3bb20e0f4d48f2053b2b1587eec23f5d46e95 (patch) | |
tree | 804c107675f8699bb76fc8c86ed4106280c7c4ca | |
parent | 5b0c7a21c26f5ec3fcc227fda2b35cccaba93daa (diff) | |
download | doc-63f3bb20e0f4d48f2053b2b1587eec23f5d46e95.tar.gz |
logwatch document revision
-rw-r--r-- | tools/logwatch.html | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/tools/logwatch.html b/tools/logwatch.html index 4f35571..ea4f933 100644 --- a/tools/logwatch.html +++ b/tools/logwatch.html @@ -2,16 +2,17 @@ <html dir="ltr" lang="en"> <head> <meta charset='utf-8'> - <title>1. Logwatch</title> + <title>Logwatch</title> </head> <body> - <h1>1. Logwatch</h1> - <p>Get <a href="https://crux.nu/portdb/index.php?a=getup&q=deepthought">deepthought.httpup</a> - and move it to /etc/ports. Activate collection in /etc/prt-get.conf and run;</p> + <a href="index.html">Tools Index</a> + + <h1>Logwatch</h1> + + <p>Install logwatch, ports collection contains <a href="https://crux.nu/portdb/index.php?a=getup&q=deepthought">deepthought.httpup</a> port;</p> <pre> - $ ports -u $ prt-get depinst logwatch </pre> @@ -68,5 +69,12 @@ $ sudo chmod +x /etc/cron/daily/logwatch </pre> + <a href="index.html">Tools Index</a> + + <p> + This is part of the Hive System Documentation. + Copyright (C) 2019 + Hive Team. + See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p> </body> </html> |