diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 14:40:44 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 14:40:44 +0000 |
commit | 4968036f61ba12b2d7bd7a825b0a79c67054a395 (patch) | |
tree | 6a3d976e25d26a7f7d12bdbe72ba026376cc00ff /sbin/mount_portal | |
parent | 090fb430f117cbbf541214c39f88eb57afb71d15 (diff) | |
download | FreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.zip FreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'sbin/mount_portal')
-rw-r--r-- | sbin/mount_portal/Makefile | 2 | ||||
-rw-r--r-- | sbin/mount_portal/activate.c | 2 | ||||
-rw-r--r-- | sbin/mount_portal/conf.c | 2 | ||||
-rw-r--r-- | sbin/mount_portal/mount_portal.c | 2 | ||||
-rw-r--r-- | sbin/mount_portal/pathnames.h | 2 | ||||
-rw-r--r-- | sbin/mount_portal/portal.conf | 2 | ||||
-rw-r--r-- | sbin/mount_portal/portald.h | 2 | ||||
-rw-r--r-- | sbin/mount_portal/pt_conf.c | 2 | ||||
-rw-r--r-- | sbin/mount_portal/pt_exec.c | 2 | ||||
-rw-r--r-- | sbin/mount_portal/pt_file.c | 2 | ||||
-rw-r--r-- | sbin/mount_portal/pt_tcp.c | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile index 1218514..85eca12 100644 --- a/sbin/mount_portal/Makefile +++ b/sbin/mount_portal/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $FreeBSD$ +# $Id$ PROG= mount_portal SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \ diff --git a/sbin/mount_portal/activate.c b/sbin/mount_portal/activate.c index 7de746a..18e30ab 100644 --- a/sbin/mount_portal/activate.c +++ b/sbin/mount_portal/activate.c @@ -36,7 +36,7 @@ * * @(#)activate.c 8.2 (Berkeley) 3/27/94 * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/sbin/mount_portal/conf.c b/sbin/mount_portal/conf.c index 5400baf..b7f3e57 100644 --- a/sbin/mount_portal/conf.c +++ b/sbin/mount_portal/conf.c @@ -36,7 +36,7 @@ * * @(#)conf.c 8.2 (Berkeley) 3/27/94 * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/sbin/mount_portal/mount_portal.c b/sbin/mount_portal/mount_portal.c index e396370..9ed05e5 100644 --- a/sbin/mount_portal/mount_portal.c +++ b/sbin/mount_portal/mount_portal.c @@ -45,7 +45,7 @@ char copyright[] = static char sccsid[] = "@(#)mount_portal.c 8.4 (Berkeley) 3/27/94"; */ static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_portal/pathnames.h b/sbin/mount_portal/pathnames.h index 6b55770..3203b00 100644 --- a/sbin/mount_portal/pathnames.h +++ b/sbin/mount_portal/pathnames.h @@ -36,7 +36,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ #include <paths.h> diff --git a/sbin/mount_portal/portal.conf b/sbin/mount_portal/portal.conf index 53a07a9..3a4ddf0a 100644 --- a/sbin/mount_portal/portal.conf +++ b/sbin/mount_portal/portal.conf @@ -1,5 +1,5 @@ # @(#)portal.conf 8.1 (Berkeley) 6/5/93 -# $FreeBSD$ +# $Id$ tcplisten/ tcplisten tcplisten/ tcp/ tcp tcp/ fs/ file fs/ diff --git a/sbin/mount_portal/portald.h b/sbin/mount_portal/portald.h index 61f1b96..23fce24 100644 --- a/sbin/mount_portal/portald.h +++ b/sbin/mount_portal/portald.h @@ -36,7 +36,7 @@ * * @(#)portald.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ #include <sys/cdefs.h> diff --git a/sbin/mount_portal/pt_conf.c b/sbin/mount_portal/pt_conf.c index dc98fbf..ae588ad 100644 --- a/sbin/mount_portal/pt_conf.c +++ b/sbin/mount_portal/pt_conf.c @@ -36,7 +36,7 @@ * * @(#)pt_conf.c 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ #include <sys/types.h> diff --git a/sbin/mount_portal/pt_exec.c b/sbin/mount_portal/pt_exec.c index df50dc1..6ee2bf5 100644 --- a/sbin/mount_portal/pt_exec.c +++ b/sbin/mount_portal/pt_exec.c @@ -36,7 +36,7 @@ * * @(#)pt_exec.c 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/sbin/mount_portal/pt_file.c b/sbin/mount_portal/pt_file.c index f1189d1..1c29e6d 100644 --- a/sbin/mount_portal/pt_file.c +++ b/sbin/mount_portal/pt_file.c @@ -36,7 +36,7 @@ * * @(#)pt_file.c 8.2 (Berkeley) 3/27/94 * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/sbin/mount_portal/pt_tcp.c b/sbin/mount_portal/pt_tcp.c index d2001c8..3c4962c 100644 --- a/sbin/mount_portal/pt_tcp.c +++ b/sbin/mount_portal/pt_tcp.c @@ -36,7 +36,7 @@ * * @(#)pt_tcp.c 8.3 (Berkeley) 3/27/94 * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> |