2000-12-16 18:25:36 -05:00
|
|
|
# $OpenBSD: ldconfig-new.sed,v 1.3 2000/12/16 23:25:36 espie Exp $
|
2000-06-30 17:39:36 -04:00
|
|
|
#
|
|
|
|
s,^DYNLIBDIR(\(.*\))$,@exec /sbin/ldconfig -m \1\
|
2000-07-01 13:16:48 -04:00
|
|
|
@unexec /sbin/ldconfig -R,
|
2000-06-30 17:39:36 -04:00
|
|
|
#
|
|
|
|
# This needs an ldconfig with -U support
|
|
|
|
s,^NEWDYNLIBDIR(\(.*\))$,@exec /sbin/ldconfig -m \1\
|
2000-12-16 18:25:36 -05:00
|
|
|
@exec echo "Remember to add \1 to shlib_dirs in /etc/rc.conf"\
|
|
|
|
@unexec /sbin/ldconfig -U \1\
|
|
|
|
@unexec echo "Remember to remove \1 from shlib_dirs in /etc/rc.conf",
|