diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-20 04:41:45 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-20 04:41:45 +0000 |
commit | 0d497cf6e989f7498cf5036a29fe7003a89abf83 (patch) | |
tree | 48a3225dfba4179815fb512c8ba7492fa4c83fbc /usr.sbin/inetd | |
parent | 94bb9d581468116c659950d31288ce30f661f3d4 (diff) |
Diffstat (limited to 'usr.sbin/inetd')
-rw-r--r-- | usr.sbin/inetd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/inetd/builtins.c | 2 | ||||
-rw-r--r-- | usr.sbin/inetd/inetd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/inetd/inetd.c | 2 | ||||
-rw-r--r-- | usr.sbin/inetd/inetd.h | 2 | ||||
-rw-r--r-- | usr.sbin/inetd/pathnames.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index a92e053fefe0..181a19ad214c 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/inetd/Makefile,v 1.18.2.1 2000/10/24 19:18:29 dwmalone Exp $ MAINTAINER= dwmalone diff --git a/usr.sbin/inetd/builtins.c b/usr.sbin/inetd/builtins.c index 7d7d7a1bff23..2817affa68ab 100644 --- a/usr.sbin/inetd/builtins.c +++ b/usr.sbin/inetd/builtins.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/inetd/builtins.c,v 1.19.2.2 2000/10/24 19:18:29 dwmalone Exp $ * */ diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index c10f9cd6eb3e..641ebad7a905 100644 --- a/usr.sbin/inetd/inetd.8 +++ b/usr.sbin/inetd/inetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94 -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/inetd/inetd.8,v 1.46.2.2 2000/10/24 19:18:29 dwmalone Exp $ .\" .Dd February 7, 1996 .Dt INETD 8 diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c index fce3afb8400c..adfcc908e34c 100644 --- a/usr.sbin/inetd/inetd.c +++ b/usr.sbin/inetd/inetd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: inetd.c 8.4 (Berkeley) 4/13/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/inetd/inetd.c,v 1.80.2.2 2000/10/24 19:18:29 dwmalone Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/inetd/inetd.h b/usr.sbin/inetd/inetd.h index fc1d31ab1223..ad5b7f846b02 100644 --- a/usr.sbin/inetd/inetd.h +++ b/usr.sbin/inetd/inetd.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/inetd/inetd.h,v 1.4.2.1 2000/10/24 19:18:29 dwmalone Exp $ */ #include <sys/time.h> diff --git a/usr.sbin/inetd/pathnames.h b/usr.sbin/inetd/pathnames.h index fc4ff5a127bf..187abd3d2f4b 100644 --- a/usr.sbin/inetd/pathnames.h +++ b/usr.sbin/inetd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/6/93 - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/inetd/pathnames.h,v 1.6 1999/08/28 01:16:35 peter Exp $ */ #include <paths.h> |