diff options
author | jkh <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
commit | 808a36ef658c1810327b5d329469bcf5dad24b28 (patch) | |
tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /sys/modules/ibcs2 | |
parent | 058c86d9e8b4a705d2d3f2c0b52d63a2534e97e3 (diff) | |
download | FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.zip FreeBSD-src-808a36ef658c1810327b5d329469bcf5dad24b28.tar.gz |
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.
Diffstat (limited to 'sys/modules/ibcs2')
-rw-r--r-- | sys/modules/ibcs2/Makefile | 2 | ||||
-rwxr-xr-x | sys/modules/ibcs2/ibcs2 | 2 | ||||
-rw-r--r-- | sys/modules/ibcs2/ibcs2.8 | 2 | ||||
-rw-r--r-- | sys/modules/ibcs2/ibcs2.c | 2 | ||||
-rw-r--r-- | sys/modules/ibcs2/ibcs2.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile index c72f985..a7f162d 100644 --- a/sys/modules/ibcs2/Makefile +++ b/sys/modules/ibcs2/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ .PATH: ${.CURDIR}/../../sys/i386/ibcs2 KMOD= ibcs2_mod diff --git a/sys/modules/ibcs2/ibcs2 b/sys/modules/ibcs2/ibcs2 index 21f591e..3f804bf 100755 --- a/sys/modules/ibcs2/ibcs2 +++ b/sys/modules/ibcs2/ibcs2 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: ibcs2,v 1.3 1995/10/10 08:38:11 swallace Exp $ +# $FreeBSD$ if [ $# -le 1 ]; then LOADERS="coff" # elf fi diff --git a/sys/modules/ibcs2/ibcs2.8 b/sys/modules/ibcs2/ibcs2.8 index eb43254..04b8ab2 100644 --- a/sys/modules/ibcs2/ibcs2.8 +++ b/sys/modules/ibcs2/ibcs2.8 @@ -25,7 +25,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: ibcs2.8,v 1.1 1995/11/28 21:12:06 joerg Exp $ +.\" $FreeBSD$ .\" .Dd November 27, 1995 .Dt IBCS2 8 diff --git a/sys/modules/ibcs2/ibcs2.c b/sys/modules/ibcs2/ibcs2.c index f7f9ec1..6184ec6 100644 --- a/sys/modules/ibcs2/ibcs2.c +++ b/sys/modules/ibcs2/ibcs2.c @@ -25,7 +25,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: ibcs2.c,v 1.6 1995/11/13 07:18:27 bde Exp $ + * $FreeBSD$ */ #include <sys/param.h> diff --git a/sys/modules/ibcs2/ibcs2.sh b/sys/modules/ibcs2/ibcs2.sh index 21f591e..3f804bf 100644 --- a/sys/modules/ibcs2/ibcs2.sh +++ b/sys/modules/ibcs2/ibcs2.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: ibcs2,v 1.3 1995/10/10 08:38:11 swallace Exp $ +# $FreeBSD$ if [ $# -le 1 ]; then LOADERS="coff" # elf fi |