diff options
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 3a8b424cc75d..d8969af2fdf5 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 2000/02/09 09:04:36 luigi Exp $ PROG= inetd SRCS= inetd.c builtins.c diff --git a/usr.sbin/inetd/builtins.c b/usr.sbin/inetd/builtins.c index b49ecba15baa..857a7d322574 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 2000/03/11 11:28:07 shin Exp $ * */ diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8 index 3c823e05c5c9..57e4a8e7abdf 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 2000/03/01 08:20:17 sheldonh Exp $ .\" .Dd February 7, 1996 .Dt INETD 8 diff --git a/usr.sbin/inetd/inetd.c b/usr.sbin/inetd/inetd.c index a17c4e830868..2fc64b731aeb 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 2000/03/11 11:28:08 shin Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/inetd/inetd.h b/usr.sbin/inetd/inetd.h index f956c1a8669e..48b1c726ca90 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 2000/01/25 14:52:10 shin 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> |
