diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
commit | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (patch) | |
tree | 0cf37f427c704496510156e28ccd8cd233f9d688 /sbin/mount_portal | |
parent | e6c8b48d908090e196f36bb181e0f8b5c7c80f1a (diff) | |
download | src-7f3dea244c40159a41ab22da77a434d7c5b5e85a.tar.gz src-7f3dea244c40159a41ab22da77a434d7c5b5e85a.zip |
Notes
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 7734df49eee6..23a5bd771be8 100644 --- a/sbin/mount_portal/Makefile +++ b/sbin/mount_portal/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 3/27/94 -# $Id: Makefile,v 1.8 1998/01/20 10:40:04 bde Exp $ +# $FreeBSD$ 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 6eb0c582753a..56464981471c 100644 --- a/sbin/mount_portal/activate.c +++ b/sbin/mount_portal/activate.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$Id: activate.c,v 1.5 1998/07/06 07:19:23 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_portal/conf.c b/sbin/mount_portal/conf.c index 373e62d6fb47..d5833e4b2136 100644 --- a/sbin/mount_portal/conf.c +++ b/sbin/mount_portal/conf.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$Id: conf.c,v 1.6 1998/07/06 07:19:24 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8 index 68183392eb3b..afaa3d7175f5 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: mount_portal.8,v 1.5 1999/08/06 04:19:27 dwhite Exp $ +.\" $FreeBSD$ .\" .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 6de71ea947e7..c0b1852a44b3 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.6 (Berkeley) 4/26/95"; #endif static const char rcsid[] = - "$Id: mount_portal.c,v 1.13 1998/07/06 07:19:25 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> diff --git a/sbin/mount_portal/pathnames.h b/sbin/mount_portal/pathnames.h index 3203b00c1483..6b557704e38f 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$ + * $FreeBSD$ */ #include <paths.h> diff --git a/sbin/mount_portal/portal.conf b/sbin/mount_portal/portal.conf index 3a4ddf0a1a9b..53a07a92231c 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$ +# $FreeBSD$ tcplisten/ tcplisten tcplisten/ tcp/ tcp tcp/ fs/ file fs/ diff --git a/sbin/mount_portal/portald.h b/sbin/mount_portal/portald.h index f01e8a88ca78..4131834c5575 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.3 1997/02/22 14:32:55 peter Exp $ + * $FreeBSD$ */ #include <sys/cdefs.h> diff --git a/sbin/mount_portal/pt_conf.c b/sbin/mount_portal/pt_conf.c index 11088ea2934d..f158a73dd03d 100644 --- a/sbin/mount_portal/pt_conf.c +++ b/sbin/mount_portal/pt_conf.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pt_conf.c,v 1.4 1998/07/06 07:19:25 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/sbin/mount_portal/pt_exec.c b/sbin/mount_portal/pt_exec.c index 6ee326d50a00..359c78e92164 100644 --- a/sbin/mount_portal/pt_exec.c +++ b/sbin/mount_portal/pt_exec.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_portal/pt_file.c b/sbin/mount_portal/pt_file.c index 32207f31931e..f22ebd7d2b51 100644 --- a/sbin/mount_portal/pt_file.c +++ b/sbin/mount_portal/pt_file.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include <errno.h> diff --git a/sbin/mount_portal/pt_tcp.c b/sbin/mount_portal/pt_tcp.c index 954388ee03fd..49056163aae3 100644 --- a/sbin/mount_portal/pt_tcp.c +++ b/sbin/mount_portal/pt_tcp.c @@ -39,7 +39,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pt_tcp.c,v 1.7 1998/07/06 07:19:27 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <errno.h> |