Bug 6281 - Many ports don't execute `ldconfig' at the pkg_delete stage.
Summary: Many ports don't execute `ldconfig' at the pkg_delete stage.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-04-12 16:50 UTC by sada
Modified: 1998-05-05 14:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sada 1998-04-12 16:50:02 UTC
	It's recommended that if a port registers any shared libralies,
	it should execute `ldconfig -R' at the pkg_delete stage and unregister.
	So I've added the `ldconfig' lines to the `PLIST' files of the
	ports-current distribution.

Fix: 

Placed at the url:
	http://hippo.ail-inc.co.jp/air/ports/patches/ports.ldconfig.diff.gz

--
SADA Kenji <sada@e-mail.ne.jp> <http://hippo.ail-inc.co.jp/>
Comment 1 Thomas Gellekum freebsd_committer freebsd_triage 1998-05-05 14:21:24 UTC
State Changed
From-To: open->closed

Committed, thanks very much.