aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_portalfs
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-01-14 07:20:47 +0000
commit1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch)
tree1ee435de0c816086549d85bbabfe30ead7f413ec /sbin/mount_portalfs
parentaac45e814cf997f0df77795a3c06385075ef005a (diff)
downloadsrc-1130b656e5fe4c2d1ba299e024d1b40eaeebd380.tar.gz
src-1130b656e5fe4c2d1ba299e024d1b40eaeebd380.zip
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
Notes
Notes: svn path=/head/; revision=21673
Diffstat (limited to 'sbin/mount_portalfs')
-rw-r--r--sbin/mount_portalfs/Makefile2
-rw-r--r--sbin/mount_portalfs/activate.c2
-rw-r--r--sbin/mount_portalfs/conf.c2
-rw-r--r--sbin/mount_portalfs/mount_portalfs.c2
-rw-r--r--sbin/mount_portalfs/pathnames.h2
-rw-r--r--sbin/mount_portalfs/portal.conf2
-rw-r--r--sbin/mount_portalfs/portald.h2
-rw-r--r--sbin/mount_portalfs/pt_conf.c2
-rw-r--r--sbin/mount_portalfs/pt_exec.c2
-rw-r--r--sbin/mount_portalfs/pt_file.c2
-rw-r--r--sbin/mount_portalfs/pt_tcp.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/sbin/mount_portalfs/Makefile b/sbin/mount_portalfs/Makefile
index 85eca128f4db..1218514c77d7 100644
--- a/sbin/mount_portalfs/Makefile
+++ b/sbin/mount_portalfs/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 3/27/94
-# $Id$
+# $FreeBSD$
PROG= mount_portal
SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
diff --git a/sbin/mount_portalfs/activate.c b/sbin/mount_portalfs/activate.c
index 33617988f7df..7de746a62660 100644
--- a/sbin/mount_portalfs/activate.c
+++ b/sbin/mount_portalfs/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 $
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/sbin/mount_portalfs/conf.c b/sbin/mount_portalfs/conf.c
index 3eb4af3c748b..5400baf0e87b 100644
--- a/sbin/mount_portalfs/conf.c
+++ b/sbin/mount_portalfs/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 $
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/sbin/mount_portalfs/mount_portalfs.c b/sbin/mount_portalfs/mount_portalfs.c
index 1608e22b00e1..e396370fd895 100644
--- a/sbin/mount_portalfs/mount_portalfs.c
+++ b/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[] =
- "$Id: mount_portal.c,v 1.6 1996/05/13 17:43:09 wollman Exp $";
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/param.h>
diff --git a/sbin/mount_portalfs/pathnames.h b/sbin/mount_portalfs/pathnames.h
index 25321145d990..6b557704e38f 100644
--- a/sbin/mount_portalfs/pathnames.h
+++ b/sbin/mount_portalfs/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 $
+ * $FreeBSD$
*/
#include <paths.h>
diff --git a/sbin/mount_portalfs/portal.conf b/sbin/mount_portalfs/portal.conf
index 5b5a773eaa3c..53a07a92231c 100644
--- a/sbin/mount_portalfs/portal.conf
+++ b/sbin/mount_portalfs/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 $
+# $FreeBSD$
tcplisten/ tcplisten tcplisten/
tcp/ tcp tcp/
fs/ file fs/
diff --git a/sbin/mount_portalfs/portald.h b/sbin/mount_portalfs/portald.h
index fbe111b1a7ad..61f1b96b4dae 100644
--- a/sbin/mount_portalfs/portald.h
+++ b/sbin/mount_portalfs/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 $
+ * $FreeBSD$
*/
#include <sys/cdefs.h>
diff --git a/sbin/mount_portalfs/pt_conf.c b/sbin/mount_portalfs/pt_conf.c
index d1eba94ea3fe..dc98fbf5a5b7 100644
--- a/sbin/mount_portalfs/pt_conf.c
+++ b/sbin/mount_portalfs/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 $
+ * $FreeBSD$
*/
#include <sys/types.h>
diff --git a/sbin/mount_portalfs/pt_exec.c b/sbin/mount_portalfs/pt_exec.c
index 06e3382da85b..df50dc19fb33 100644
--- a/sbin/mount_portalfs/pt_exec.c
+++ b/sbin/mount_portalfs/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 $
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/sbin/mount_portalfs/pt_file.c b/sbin/mount_portalfs/pt_file.c
index a9cd2ca3ea20..f1189d1cc108 100644
--- a/sbin/mount_portalfs/pt_file.c
+++ b/sbin/mount_portalfs/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 $
+ * $FreeBSD$
*/
#include <stdio.h>
diff --git a/sbin/mount_portalfs/pt_tcp.c b/sbin/mount_portalfs/pt_tcp.c
index 11f1453cefb8..d2001c83556e 100644
--- a/sbin/mount_portalfs/pt_tcp.c
+++ b/sbin/mount_portalfs/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 $
+ * $FreeBSD$
*/
#include <stdio.h>