diff options
Diffstat (limited to 'sbin/mount_portal')
| -rw-r--r-- | sbin/mount_portal/activate.c | 2 | ||||
| -rw-r--r-- | sbin/mount_portal/conf.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 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sbin/mount_portal/activate.c b/sbin/mount_portal/activate.c index 33617988f7df..f5e1722efa9f 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.2 1992/05/27 07:09:27 jsp Exp jsp $ + * activate.c,v 1.1.1.1 1994/05/26 06:34:32 rgrimes Exp */ #include <stdio.h> diff --git a/sbin/mount_portal/conf.c b/sbin/mount_portal/conf.c index 18833b608093..d2a36b518d7d 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 1992/05/27 07:09:27 jsp Exp jsp $ + * conf.c,v 1.1.1.1 1994/05/26 06:34:30 rgrimes Exp */ #include <stdio.h> diff --git a/sbin/mount_portal/pathnames.h b/sbin/mount_portal/pathnames.h index 25321145d990..07d745fbde31 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 $ + * 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..8d5e82d18d01 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 $ +# 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..113d48678a03 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 $ + * 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..6745c828d4bf 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 $ + * 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..32f6fc33c4a9 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 $ + * 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 929f2616d3cc..0e624fc243a2 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.1.1.1 1994/05/26 06:34:34 rgrimes Exp $ + * pt_file.c,v 1.2 1994/09/19 13:52:38 ache Exp */ #include <stdio.h> diff --git a/sbin/mount_portal/pt_tcp.c b/sbin/mount_portal/pt_tcp.c index 18a53ce26aba..acf59d6d743d 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 1992/05/25 21:43:09 jsp Exp jsp $ + * pt_tcp.c,v 1.1.1.1 1994/05/26 06:34:34 rgrimes Exp */ #include <stdio.h> |
