From 808a36ef658c1810327b5d329469bcf5dad24b28 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 14 Jan 1997 07:20:47 +0000 Subject: Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. --- sbin/ldconfig/Makefile | 2 +- sbin/ldconfig/ldconfig.8 | 2 +- sbin/ldconfig/ldconfig.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin/ldconfig') diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 1dfb159..2467270 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1994/04/13 20:49:42 ats Exp $ +# $FreeBSD$ PROG= ldconfig SRCS= ldconfig.c shlib.c support.c diff --git a/sbin/ldconfig/ldconfig.8 b/sbin/ldconfig/ldconfig.8 index 652ebf9..b05a011 100644 --- a/sbin/ldconfig/ldconfig.8 +++ b/sbin/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.9 1996/10/10 23:14:22 jdp Exp $ +.\" $FreeBSD$ .\" .Dd October 3, 1993 .Dt LDCONFIG 8 diff --git a/sbin/ldconfig/ldconfig.c b/sbin/ldconfig/ldconfig.c index 1189d6d..e1f6de4 100644 --- a/sbin/ldconfig/ldconfig.c +++ b/sbin/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.15 1996/10/10 23:14:23 jdp Exp $ + * $FreeBSD$ */ #include -- cgit v1.1