diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-06 19:24:14 +0000 |
commit | 26c52663cb5e53422c188e65b45755f348c2fbf3 (patch) | |
tree | ce5e00519cf30405f3c973b12ab6ef8fa8f2b338 /libexec/lukemftpd | |
parent | 28a0f029fa9aaa57207a31a0c27b2bbc2688e22b (diff) |
Diffstat (limited to 'libexec/lukemftpd')
-rw-r--r-- | libexec/lukemftpd/Makefile | 2 | ||||
-rw-r--r-- | libexec/lukemftpd/config.h | 2 | ||||
-rw-r--r-- | libexec/lukemftpd/nbsd2fbsd.h | 2 | ||||
-rw-r--r-- | libexec/lukemftpd/pamize.h | 2 | ||||
-rw-r--r-- | libexec/lukemftpd/util.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/libexec/lukemftpd/Makefile b/libexec/lukemftpd/Makefile index 532f85c55c5f1..eca81f0d0e5f7 100644 --- a/libexec/lukemftpd/Makefile +++ b/libexec/lukemftpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/4/94 -# $FreeBSD$ +# $FreeBSD: src/libexec/lukemftpd/Makefile,v 1.16 2004/12/21 12:49:23 ru Exp $ LUKEMFTPD= ${.CURDIR}/../../contrib/lukemftpd .PATH: ${LUKEMFTPD}/src ${LUKEMFTPD}/libnetbsd diff --git a/libexec/lukemftpd/config.h b/libexec/lukemftpd/config.h index 0d4566a924c04..03b6d4452a088 100644 --- a/libexec/lukemftpd/config.h +++ b/libexec/lukemftpd/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/config.h,v 1.4 2004/08/21 03:36:47 obrien Exp $ */ /* config.h. Generated automatically by configure. */ diff --git a/libexec/lukemftpd/nbsd2fbsd.h b/libexec/lukemftpd/nbsd2fbsd.h index d060af6cd5b64..9802aec6cc83b 100644 --- a/libexec/lukemftpd/nbsd2fbsd.h +++ b/libexec/lukemftpd/nbsd2fbsd.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/nbsd2fbsd.h,v 1.4 2003/09/11 03:28:21 obrien Exp $ */ /* XXX: Depend on our system headers protecting against multiple includes. */ #include <paths.h> diff --git a/libexec/lukemftpd/pamize.h b/libexec/lukemftpd/pamize.h index 345f4bbd7e02c..a526d3eade56d 100644 --- a/libexec/lukemftpd/pamize.h +++ b/libexec/lukemftpd/pamize.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/pamize.h,v 1.1 2003/02/02 21:06:10 obrien Exp $ */ #ifdef USE_PAM diff --git a/libexec/lukemftpd/util.h b/libexec/lukemftpd/util.h index 91ce241953ea4..32eacdd9c045f 100644 --- a/libexec/lukemftpd/util.h +++ b/libexec/lukemftpd/util.h @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/lukemftpd/util.h,v 1.1 2003/01/06 03:03:53 obrien Exp $ */ #include <libutil.h> |