OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Marc Espie (espiecvs.openbsd.org)
Date: Fri Aug 06 2004 - 05:23:45 CDT


CVSROOT: /cvs
Module name: src
Changes by: espiecvs.openbsd.org 2004/08/06 04:23:45

Modified files:
        usr.sbin/pkg_add: pkg_add pkg_delete
        usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm

Log message:
lib shared library marker.

- runs ldconfig to find out search library path.
- if library is in path, mark directory for updating cache.
- run ldconfig when needed, e.g., right before executing something that
might depend on the library.

Doesn't handle destdir case yet.