about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tools/logwatch.html18
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>