diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
| commit | 14d01796b1ab61a57dbd60da66d8dac699a0a2e7 (patch) | |
| tree | 9444b2a63ad5396b894abd07c85ff08c9c031d26 /gnu/usr.bin/ld/ldconfig | |
| parent | 58fda9eaaeb697cef01d825dfe2b6f045659c15c (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvs
'RELENG_2_2_5_RELEASE'.
This commit was manufactured to restore the state of the 2.2.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'gnu/usr.bin/ld/ldconfig')
| -rw-r--r-- | gnu/usr.bin/ld/ldconfig/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/ldconfig/ldconfig.8 | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/ld/ldconfig/ldconfig.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/ld/ldconfig/Makefile b/gnu/usr.bin/ld/ldconfig/Makefile index a9708c127f4d..d7c3a6b0e12b 100644 --- a/gnu/usr.bin/ld/ldconfig/Makefile +++ b/gnu/usr.bin/ld/ldconfig/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1997/06/29 21:40:54 bde Exp $ +# $Id: Makefile,v 1.8.2.1 1997/08/08 02:18:06 jdp Exp $ PROG= ldconfig SRCS= ldconfig.c shlib.c support.c diff --git a/gnu/usr.bin/ld/ldconfig/ldconfig.8 b/gnu/usr.bin/ld/ldconfig/ldconfig.8 index 63b7f0602c38..4da35c9ce074 100644 --- a/gnu/usr.bin/ld/ldconfig/ldconfig.8 +++ b/gnu/usr.bin/ld/ldconfig/ldconfig.8 @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: ldconfig.8,v 1.13 1997/07/11 14:45:40 jkh Exp $ +.\" $Id: ldconfig.8,v 1.9.2.2 1997/08/08 02:18:07 jdp Exp $ .\" .Dd October 3, 1993 .Dt LDCONFIG 8 diff --git a/gnu/usr.bin/ld/ldconfig/ldconfig.c b/gnu/usr.bin/ld/ldconfig/ldconfig.c index e8e0e3b965a0..01acc8f4b5f0 100644 --- a/gnu/usr.bin/ld/ldconfig/ldconfig.c +++ b/gnu/usr.bin/ld/ldconfig/ldconfig.c @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ldconfig.c,v 1.19 1997/07/11 14:45:41 jkh Exp $ + * $Id: ldconfig.c,v 1.15.2.2 1997/08/08 02:18:10 jdp Exp $ */ #include <sys/param.h> |
