summaryrefslogtreecommitdiff
path: root/security/audit-packages/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'security/audit-packages/MESSAGE')
-rw-r--r--security/audit-packages/MESSAGE21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/audit-packages/MESSAGE b/security/audit-packages/MESSAGE
new file mode 100644
index 00000000000..7b4a6cd3c7c
--- /dev/null
+++ b/security/audit-packages/MESSAGE
@@ -0,0 +1,21 @@
+======================================================================
+$NetBSD: MESSAGE,v 1.1 2001/11/01 01:16:32 zuntum Exp $
+
+You may wish to have the vulnerabilities file downloaded daily so that
+it remains current. This may be done by adding an appropriate entry
+to the root users crontab(5) entry. For example the entry
+
+# download vulnerabilities file
+0 3 * * * ${PREFIX}/sbin/download-vulnerability-list >/dev/null 2>&1
+
+will update the vulnerability list every day at 3AM.
+
+In addition, you may wish to run the package audit from the daily
+security script. This may be accomplished by adding the following
+lines to /etc/security.local
+
+if [ -x ${PREFIX}/sbin/audit-packages ]; then
+ ${PREFIX}/sbin/audit-packages
+fi
+
+======================================================================