diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
| commit | e1b05e3a6cd90b0bf91b47aeff71da2a9d048a9d (patch) | |
| tree | d57c49002f2656171c2f00359a26c3e3f414b6ad /sys/modules/linux | |
| parent | 7d5bc6320988857ad6ae9fe1d002ad6d8a7af0dd (diff) | |
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/linux/linux.8 | 2 | ||||
| -rw-r--r-- | sys/modules/linux/linux.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 480b5a0b154e..fbd8c6c28f95 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/linux/Makefile,v 1.34.2.11 2002/08/07 16:32:00 ru Exp $ MAINTAINER= marcel@FreeBSD.org diff --git a/sys/modules/linux/linux.8 b/sys/modules/linux/linux.8 index b2b0e5ae6e51..45fe6a481acf 100644 --- a/sys/modules/linux/linux.8 +++ b/sys/modules/linux/linux.8 @@ -22,7 +22,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. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sys/modules/linux/linux.8,v 1.8.2.2 2001/12/21 10:07:16 ru Exp $ .\" .Dd January 9, 1997 .Dt LINUX 8 diff --git a/sys/modules/linux/linux.sh b/sys/modules/linux/linux.sh index a9215cf0be71..8a3db5e4b512 100644 --- a/sys/modules/linux/linux.sh +++ b/sys/modules/linux/linux.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sys/modules/linux/linux.sh,v 1.8 1999/12/13 08:38:22 cracauer Exp $ FOUND=`kldstat -v | egrep 'linux(aout|elf)'` |
