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 /usr.sbin | |
parent | 090fb430f117cbbf541214c39f88eb57afb71d15 (diff) | |
download | FreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.zip FreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/mount_portalfs/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/mount_portalfs/activate.c | 2 | ||||
-rw-r--r-- | usr.sbin/mount_portalfs/conf.c | 2 | ||||
-rw-r--r-- | usr.sbin/mount_portalfs/mount_portalfs.c | 2 | ||||
-rw-r--r-- | usr.sbin/mount_portalfs/pathnames.h | 2 | ||||
-rw-r--r-- | usr.sbin/mount_portalfs/portal.conf | 2 | ||||
-rw-r--r-- | usr.sbin/mount_portalfs/portald.h | 2 | ||||
-rw-r--r-- | usr.sbin/mount_portalfs/pt_conf.c | 2 | ||||
-rw-r--r-- | usr.sbin/mount_portalfs/pt_exec.c | 2 | ||||
-rw-r--r-- | usr.sbin/mount_portalfs/pt_file.c | 2 | ||||
-rw-r--r-- | usr.sbin/mount_portalfs/pt_tcp.c | 2 | ||||
-rw-r--r-- | usr.sbin/mountd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/mountd/mountd.8 | 2 | ||||
-rw-r--r-- | usr.sbin/mountd/mountd.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile index 1218514..85eca12 100644 --- a/usr.sbin/mount_portalfs/Makefile +++ b/usr.sbin/mount_portalfs/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/usr.sbin/mount_portalfs/activate.c b/usr.sbin/mount_portalfs/activate.c index 7de746a..18e30ab 100644 --- a/usr.sbin/mount_portalfs/activate.c +++ b/usr.sbin/mount_portalfs/activate.c @@ -36,7 +36,7 @@ * * @(#)activate.c 8.2 (Berkeley) 3/27/94 * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/mount_portalfs/conf.c b/usr.sbin/mount_portalfs/conf.c index 5400baf..b7f3e57 100644 --- a/usr.sbin/mount_portalfs/conf.c +++ b/usr.sbin/mount_portalfs/conf.c @@ -36,7 +36,7 @@ * * @(#)conf.c 8.2 (Berkeley) 3/27/94 * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/mount_portalfs/mount_portalfs.c b/usr.sbin/mount_portalfs/mount_portalfs.c index e396370..9ed05e5 100644 --- a/usr.sbin/mount_portalfs/mount_portalfs.c +++ b/usr.sbin/mount_portalfs/mount_portalfs.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/usr.sbin/mount_portalfs/pathnames.h b/usr.sbin/mount_portalfs/pathnames.h index 6b55770..3203b00 100644 --- a/usr.sbin/mount_portalfs/pathnames.h +++ b/usr.sbin/mount_portalfs/pathnames.h @@ -36,7 +36,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ #include <paths.h> diff --git a/usr.sbin/mount_portalfs/portal.conf b/usr.sbin/mount_portalfs/portal.conf index 53a07a9..3a4ddf0a 100644 --- a/usr.sbin/mount_portalfs/portal.conf +++ b/usr.sbin/mount_portalfs/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/usr.sbin/mount_portalfs/portald.h b/usr.sbin/mount_portalfs/portald.h index 61f1b96..23fce24 100644 --- a/usr.sbin/mount_portalfs/portald.h +++ b/usr.sbin/mount_portalfs/portald.h @@ -36,7 +36,7 @@ * * @(#)portald.h 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ #include <sys/cdefs.h> diff --git a/usr.sbin/mount_portalfs/pt_conf.c b/usr.sbin/mount_portalfs/pt_conf.c index dc98fbf..ae588ad 100644 --- a/usr.sbin/mount_portalfs/pt_conf.c +++ b/usr.sbin/mount_portalfs/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/usr.sbin/mount_portalfs/pt_exec.c b/usr.sbin/mount_portalfs/pt_exec.c index df50dc1..6ee2bf5 100644 --- a/usr.sbin/mount_portalfs/pt_exec.c +++ b/usr.sbin/mount_portalfs/pt_exec.c @@ -36,7 +36,7 @@ * * @(#)pt_exec.c 8.1 (Berkeley) 6/5/93 * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/mount_portalfs/pt_file.c b/usr.sbin/mount_portalfs/pt_file.c index f1189d1..1c29e6d 100644 --- a/usr.sbin/mount_portalfs/pt_file.c +++ b/usr.sbin/mount_portalfs/pt_file.c @@ -36,7 +36,7 @@ * * @(#)pt_file.c 8.2 (Berkeley) 3/27/94 * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/mount_portalfs/pt_tcp.c b/usr.sbin/mount_portalfs/pt_tcp.c index d2001c8..3c4962c 100644 --- a/usr.sbin/mount_portalfs/pt_tcp.c +++ b/usr.sbin/mount_portalfs/pt_tcp.c @@ -36,7 +36,7 @@ * * @(#)pt_tcp.c 8.3 (Berkeley) 3/27/94 * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile index 0096b0a..f32e11b 100644 --- a/usr.sbin/mountd/Makefile +++ b/usr.sbin/mountd/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.3 (Berkeley) 1/25/94 -# $FreeBSD$ +# $Id$ PROG= mountd CFLAGS+=-DNFS -DMFS -DCD9660 -DMSDOSFS diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8 index f4425ba..099ac55 100644 --- a/usr.sbin/mountd/mountd.8 +++ b/usr.sbin/mountd/mountd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)mountd.8 8.1 (Berkeley) 6/9/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd September 22, 1994 .Dt MOUNTD 8 diff --git a/usr.sbin/mountd/mountd.c b/usr.sbin/mountd/mountd.c index 7411228..9e57342 100644 --- a/usr.sbin/mountd/mountd.c +++ b/usr.sbin/mountd/mountd.c @@ -43,7 +43,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "From: @(#)mountd.c 8.8 (Berkeley) 2/20/94";*/ static const char rcsid[] = - "$FreeBSD$"; + "$Id$"; #endif /*not lint*/ #include <sys/param.h> |