summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-02-24 10:40:58 +0000
committeragc <agc@pkgsrc.org>1999-02-24 10:40:58 +0000
commit2d178604c128b1ec31eb401206b9feb02fa03453 (patch)
treea15beeb539c6b4b185dd8cb57172a3f49de7f902 /Packages.txt
parent5adec054d84b3928be8cdb05e06e6fb38974f760 (diff)
downloadpkgsrc-2d178604c128b1ec31eb401206b9feb02fa03453.tar.gz
Correct the wrong information about ldconfig in PLIST files.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/Packages.txt b/Packages.txt
index 5d7d4f9f39d..b626fa3a73c 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.51 1999/02/19 01:44:41 tv Exp $
+# $NetBSD: Packages.txt,v 1.52 1999/02/24 10:40:58 agc Exp $
###########################################################################
==========================
@@ -454,11 +454,9 @@ witticisms.
If you're updating a FreeBSD package to work for NetBSD, please pay special
attention to the following things in pkg/PLIST:
- - If there's a "@exec ldconfig ...", add an "@unexec ldconfig ...", so the
- hints-file for ld.so doesn't grow without end.
- - For @exec and @unexec rewrite any ldconfig-command as "ldconfig ||
- /usr/bin/true", as there's no ldconfig command on some of the platforms
- NetBSD runs on (e.g. alpha).
+ - If there are any "@exec ldconfig ..." statements, or any "@unexec
+ ldconfig ...", delete them. NetBSD works out automatically whether to
+ call ldconfig, since some NetBSD architectures do not have ldconfig.
- Add any missing @dirrm statements