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/modload/Makefile | 2 +- sbin/modload/modload.8 | 2 +- sbin/modload/modload.c | 2 +- sbin/modload/pathnames.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin/modload') diff --git a/sbin/modload/Makefile b/sbin/modload/Makefile index 265869f..d55588d 100644 --- a/sbin/modload/Makefile +++ b/sbin/modload/Makefile @@ -33,7 +33,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: Makefile,v 1.4 1994/02/09 15:00:32 deraadt Exp $ +# $FreeBSD$ # PROG= modload diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index c0338cd..80e11fd 100644 --- a/sbin/modload/modload.8 +++ b/sbin/modload/modload.8 @@ -23,7 +23,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: modload.8,v 1.7 1995/10/28 17:06:02 peter Exp $ +.\" $FreeBSD$ .\" .Dd September 22, 1994 .Dt MODLOAD 8 diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c index 71dffc3..d2aac78 100644 --- a/sbin/modload/modload.c +++ b/sbin/modload/modload.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: modload.c,v 1.13 1996/08/13 00:50:59 pst Exp $ + * $FreeBSD$ */ #include diff --git a/sbin/modload/pathnames.h b/sbin/modload/pathnames.h index 4359013..d4e33f0 100644 --- a/sbin/modload/pathnames.h +++ b/sbin/modload/pathnames.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $FreeBSD$ */ #include #define _PATH_LKM "/dev/lkm" -- cgit v1.1