summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-08-13 18:09:06 +0000
committerhubertf <hubertf>2001-08-13 18:09:06 +0000
commit03f86b979487b126080b35610e7aa5cb6e555938 (patch)
tree1ec2cadf641a3ac32d83593ddc4305e9f7d927b3 /Packages.txt
parenta19034c804b1f6ca48a894f321d83dfc9b2f8644 (diff)
downloadpkgsrc-03f86b979487b126080b35610e7aa5cb6e555938.tar.gz
* Add 10.22: What's the proper way to create an account from a package?
* Re-format things so they don't get into the TOC XXX I don't think 10.19 and 10.20 really belong into the FAQ section...
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt44
1 files changed, 25 insertions, 19 deletions
diff --git a/Packages.txt b/Packages.txt
index e34eac0399a..7e8f214e3a2 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.176 2001/07/30 17:17:20 jlam Exp $
+# $NetBSD: Packages.txt,v 1.177 2001/08/13 18:09:06 hubertf Exp $
###########################################################################
==========================
@@ -2123,24 +2123,24 @@ Use of the audit-packages package is strongly recommended.
The following message is displayed as part of the audit-packages
installation procedure:
-======================================================================
-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
-======================================================================
+ ======================================================================
+ 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
+ ======================================================================
Note to package developers: When a vulnerability is found, this should be
@@ -2149,6 +2149,12 @@ commit of that file, it should be copied to
/pub/NetBSD/packages/distfiles/vulnerabilities on ftp.netbsd.org.
+ 10.22 What's the proper way to create an account from a package?
+ ================================================================
+
+Look at what e.g. sysutils/amanda-common/{Makefile,pkg/INSTALL} do.
+
+
11 Submitting & Committing
==========================