diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1998-07-24 04:57:32 +0000 |
| commit | a8a3fe17f40c9b40fdba5b5a54eccb48a980e821 (patch) | |
| tree | cbb644b4992b30708378efe709bfa84fe6caddf4 /sbin/mount_portal | |
| parent | 95b66175a329d81a892710c81f126f1071ac17a0 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.7_cvs
'RELENG_2_2_7_RELEASE'.
This commit was manufactured to restore the state of the 2.2.7-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
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.8 | 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 |
12 files changed, 12 insertions, 12 deletions
diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile index 85eca128f4db..20bd316d4e2f 100644 --- a/sbin/mount_portal/Makefile +++ b/sbin/mount_portal/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $Id$ +# $Id: Makefile,v 1.4 1995/02/21 04:05:17 wollman Exp $ 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 3ee9a0e27bc1..79dc92076f1a 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 * - * $Id: activate.c,v 1.1.1.1 1994/05/26 06:34:32 rgrimes Exp $ + * $Id: activate.c,v 1.1.1.1.8.1 1998/07/17 20:13:32 jkh Exp $ */ #include <stdio.h> diff --git a/sbin/mount_portal/conf.c b/sbin/mount_portal/conf.c index 3eb4af3c748b..4a79c7400134 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 * - * $Id: conf.c,v 1.2 1995/02/21 04:05:20 wollman Exp $ + * $Id: conf.c,v 1.3 1995/05/30 06:09:25 rgrimes Exp $ */ #include <stdio.h> diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8 index ed9434e557fe..aab427d1251a 100644 --- a/sbin/mount_portal/mount_portal.8 +++ b/sbin/mount_portal/mount_portal.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_portal.8 8.3 (Berkeley) 3/27/94 -.\" $Id$ +.\" $Id: mount_portal.8,v 1.2.2.1 1998/07/17 20:13:33 jkh Exp $ .\" .Dd March 27, 1994 .Dt MOUNT_PORTAL 8 diff --git a/sbin/mount_portal/mount_portal.c b/sbin/mount_portal/mount_portal.c index 08d7b7f2ad0e..97a23ae75e39 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[] = - "$Id: mount_portal.c,v 1.7.2.1 1997/03/24 05:53:41 imp Exp $"; + "$Id: mount_portal.c,v 1.7.2.2 1997/12/04 07:36:13 imp Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_portal/pathnames.h b/sbin/mount_portal/pathnames.h index 25321145d990..97bde75e7731 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 * - * $Id: pathnames.h,v 1.2 1992/05/27 07:09:27 jsp Exp jsp $ + * $Id: pathnames.h,v 1.1.1.1 1994/05/26 06:34:32 rgrimes Exp $ */ #include <paths.h> diff --git a/sbin/mount_portal/portal.conf b/sbin/mount_portal/portal.conf index 5b5a773eaa3c..51a88a014cfd 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 -# $Id: portal.conf,v 1.1 1992/05/27 06:50:13 jsp Exp jsp $ +# $Id: portal.conf,v 1.1.1.1 1994/05/26 06:34:33 rgrimes Exp $ tcplisten/ tcplisten tcplisten/ tcp/ tcp tcp/ fs/ file fs/ diff --git a/sbin/mount_portal/portald.h b/sbin/mount_portal/portald.h index fbe111b1a7ad..9bc75ac34925 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 * - * $Id: portald.h,v 1.1 1992/05/25 21:43:09 jsp Exp jsp $ + * $Id: portald.h,v 1.1.1.1 1994/05/26 06:34:33 rgrimes Exp $ */ #include <sys/cdefs.h> diff --git a/sbin/mount_portal/pt_conf.c b/sbin/mount_portal/pt_conf.c index d1eba94ea3fe..f84ddf4d08bb 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 * - * $Id: pt_conf.c,v 1.2 1992/05/27 07:09:27 jsp Exp jsp $ + * $Id: pt_conf.c,v 1.1.1.1 1994/05/26 06:34:33 rgrimes Exp $ */ #include <sys/types.h> diff --git a/sbin/mount_portal/pt_exec.c b/sbin/mount_portal/pt_exec.c index 06e3382da85b..6ae2b834ab3f 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 * - * $Id: pt_exec.c,v 1.1 1992/05/25 21:43:09 jsp Exp jsp $ + * $Id: pt_exec.c,v 1.1.1.1 1994/05/26 06:34:34 rgrimes Exp $ */ #include <stdio.h> diff --git a/sbin/mount_portal/pt_file.c b/sbin/mount_portal/pt_file.c index a9cd2ca3ea20..940e2b9d50e7 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 * - * $Id: pt_file.c,v 1.2 1994/09/19 13:52:38 ache Exp $ + * $Id: pt_file.c,v 1.3 1995/04/19 12:24:06 gpalmer Exp $ */ #include <stdio.h> diff --git a/sbin/mount_portal/pt_tcp.c b/sbin/mount_portal/pt_tcp.c index 11f1453cefb8..7485265809b9 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 * - * $Id: pt_tcp.c,v 1.1.1.1 1994/05/26 06:34:34 rgrimes Exp $ + * $Id: pt_tcp.c,v 1.2 1995/04/19 12:24:08 gpalmer Exp $ */ #include <stdio.h> |
