diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 05:45:17 +0000 |
commit | a9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch) | |
tree | 50188ea5c781ddc35338e77f24e94f1aa22aae1c /sbin/geom | |
parent | ba209d619d07461cc752dcdd596ab0d9b50e847a (diff) |
Diffstat (limited to 'sbin/geom')
50 files changed, 50 insertions, 50 deletions
diff --git a/sbin/geom/Makefile b/sbin/geom/Makefile index 95f00d914756b..6967e80d1b21a 100644 --- a/sbin/geom/Makefile +++ b/sbin/geom/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/Makefile,v 1.1 2004/05/20 10:09:55 pjd Exp $ SUBDIR= core class diff --git a/sbin/geom/Makefile.inc b/sbin/geom/Makefile.inc index 94ca09f3889c2..153d99c883d31 100644 --- a/sbin/geom/Makefile.inc +++ b/sbin/geom/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/Makefile.inc,v 1.5 2004/08/02 09:05:29 pjd Exp $ WARNS?= 6 CLASS_DIR?=/lib/geom diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile index 7b556a8f2d33b..9a9f80d9f2a81 100644 --- a/sbin/geom/class/Makefile +++ b/sbin/geom/class/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/Makefile,v 1.16 2007/09/23 07:34:22 pjd Exp $ .include <bsd.own.mk> diff --git a/sbin/geom/class/Makefile.inc b/sbin/geom/class/Makefile.inc index 63109c29df6a3..7901d72109cf3 100644 --- a/sbin/geom/class/Makefile.inc +++ b/sbin/geom/class/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/Makefile.inc,v 1.7 2005/04/07 15:57:38 pjd Exp $ SHLIBDIR?=${CLASS_DIR} SHLIB_NAME?=geom_${CLASS}.so diff --git a/sbin/geom/class/cache/Makefile b/sbin/geom/class/cache/Makefile index 6ca37e6c05e8e..9b205cd6a2b63 100644 --- a/sbin/geom/class/cache/Makefile +++ b/sbin/geom/class/cache/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/cache/Makefile,v 1.1 2006/10/06 08:27:06 ru Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/cache/geom_cache.c b/sbin/geom/class/cache/geom_cache.c index 636c54119ce15..8acad01914196 100644 --- a/sbin/geom/class/cache/geom_cache.c +++ b/sbin/geom/class/cache/geom_cache.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/cache/geom_cache.c,v 1.3 2007/05/15 20:25:15 marcel Exp $"); #include <errno.h> #include <stdio.h> diff --git a/sbin/geom/class/concat/Makefile b/sbin/geom/class/concat/Makefile index b3a3e23c449df..70473f791d40b 100644 --- a/sbin/geom/class/concat/Makefile +++ b/sbin/geom/class/concat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/concat/Makefile,v 1.3 2004/05/21 22:12:24 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/concat/gconcat.8 b/sbin/geom/class/concat/gconcat.8 index 2e1b79dadd1a2..fa3ea0695d918 100644 --- a/sbin/geom/class/concat/gconcat.8 +++ b/sbin/geom/class/concat/gconcat.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/concat/gconcat.8,v 1.18 2006/01/30 22:47:07 pjd Exp $ .\" .Dd May 21, 2004 .Dt GCONCAT 8 diff --git a/sbin/geom/class/concat/geom_concat.c b/sbin/geom/class/concat/geom_concat.c index e1b7342a03765..816bd86ec88f2 100644 --- a/sbin/geom/class/concat/geom_concat.c +++ b/sbin/geom/class/concat/geom_concat.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/concat/geom_concat.c,v 1.13 2007/05/15 20:25:16 marcel Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/eli/Makefile b/sbin/geom/class/eli/Makefile index 041e738465cfb..6f79c6e34cc6e 100644 --- a/sbin/geom/class/eli/Makefile +++ b/sbin/geom/class/eli/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/eli/Makefile,v 1.3 2005/07/29 10:06:57 pjd Exp $ .PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/eli ${.CURDIR}/../../../../sys/crypto/sha2 diff --git a/sbin/geom/class/eli/geli.8 b/sbin/geom/class/eli/geli.8 index d087e640eaea2..efa3e08b7589e 100644 --- a/sbin/geom/class/eli/geli.8 +++ b/sbin/geom/class/eli/geli.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/eli/geli.8,v 1.22 2007/09/01 06:33:01 pjd Exp $ .\" .Dd September 16, 2006 .Dt GELI 8 diff --git a/sbin/geom/class/eli/geom_eli.c b/sbin/geom/class/eli/geom_eli.c index 46f1bce684a50..320fe5c4dacd9 100644 --- a/sbin/geom/class/eli/geom_eli.c +++ b/sbin/geom/class/eli/geom_eli.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/eli/geom_eli.c,v 1.24 2007/05/15 20:25:16 marcel Exp $"); #include <stdio.h> #include <stdint.h> diff --git a/sbin/geom/class/journal/Makefile b/sbin/geom/class/journal/Makefile index 95f66de2085e3..222f424951847 100644 --- a/sbin/geom/class/journal/Makefile +++ b/sbin/geom/class/journal/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/journal/Makefile,v 1.2 2007/02/10 17:59:46 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/journal/geom_journal.c b/sbin/geom/class/journal/geom_journal.c index 37169990ac4e2..93e6f2acf586d 100644 --- a/sbin/geom/class/journal/geom_journal.c +++ b/sbin/geom/class/journal/geom_journal.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/journal/geom_journal.c,v 1.4 2007/05/15 20:25:16 marcel Exp $"); #include <sys/types.h> #include <errno.h> diff --git a/sbin/geom/class/journal/geom_journal.h b/sbin/geom/class/journal/geom_journal.h index 63d35b487926f..673b61bb994de 100644 --- a/sbin/geom/class/journal/geom_journal.h +++ b/sbin/geom/class/journal/geom_journal.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/geom/class/journal/geom_journal.h,v 1.1 2006/10/31 21:32:54 pjd Exp $ */ #ifndef _GEOM_JOURNAL_H_ diff --git a/sbin/geom/class/journal/geom_journal_ufs.c b/sbin/geom/class/journal/geom_journal_ufs.c index c847a880d64b5..f610618abe721 100644 --- a/sbin/geom/class/journal/geom_journal_ufs.c +++ b/sbin/geom/class/journal/geom_journal_ufs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/journal/geom_journal_ufs.c,v 1.1 2006/10/31 21:32:54 pjd Exp $"); #include <sys/param.h> #include <sys/disklabel.h> diff --git a/sbin/geom/class/journal/gjournal.8 b/sbin/geom/class/journal/gjournal.8 index 248431e82d09b..b50eba5c92192 100644 --- a/sbin/geom/class/journal/gjournal.8 +++ b/sbin/geom/class/journal/gjournal.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/journal/gjournal.8,v 1.1.2.1 2007/11/20 07:32:54 ru Exp $ .\" .Dd November 14, 2007 .Dt GJOURNAL 8 diff --git a/sbin/geom/class/label/Makefile b/sbin/geom/class/label/Makefile index cba7ac6b44830..c6dee337c35e8 100644 --- a/sbin/geom/class/label/Makefile +++ b/sbin/geom/class/label/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/label/Makefile,v 1.1 2004/07/02 19:40:34 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/label/geom_label.c b/sbin/geom/class/label/geom_label.c index 9e27eec376e80..ffea296109071 100644 --- a/sbin/geom/class/label/geom_label.c +++ b/sbin/geom/class/label/geom_label.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/label/geom_label.c,v 1.10 2007/05/15 20:25:16 marcel Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/label/glabel.8 b/sbin/geom/class/label/glabel.8 index cbff2b467ef2a..1f78424f88bf2 100644 --- a/sbin/geom/class/label/glabel.8 +++ b/sbin/geom/class/label/glabel.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/label/glabel.8,v 1.14 2005/08/26 11:39:38 takawata Exp $ .\" .Dd July 2, 2004 .Dt GLABEL 8 diff --git a/sbin/geom/class/mirror/Makefile b/sbin/geom/class/mirror/Makefile index f07a790539b63..451002f63c27e 100644 --- a/sbin/geom/class/mirror/Makefile +++ b/sbin/geom/class/mirror/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/mirror/Makefile,v 1.2 2004/08/18 15:48:18 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/mirror/geom_mirror.c b/sbin/geom/class/mirror/geom_mirror.c index 38912a34958b6..3e94c02773fb6 100644 --- a/sbin/geom/class/mirror/geom_mirror.c +++ b/sbin/geom/class/mirror/geom_mirror.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/mirror/geom_mirror.c,v 1.17 2007/05/15 20:25:16 marcel Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/mirror/gmirror.8 b/sbin/geom/class/mirror/gmirror.8 index 185b3d3838c1e..41138af14658d 100644 --- a/sbin/geom/class/mirror/gmirror.8 +++ b/sbin/geom/class/mirror/gmirror.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/mirror/gmirror.8,v 1.23 2006/12/21 18:30:23 ceri Exp $ .\" .Dd November 1, 2006 .Dt GMIRROR 8 diff --git a/sbin/geom/class/multipath/Makefile b/sbin/geom/class/multipath/Makefile index b4eb7837e8eb1..63fd216fd42f8 100644 --- a/sbin/geom/class/multipath/Makefile +++ b/sbin/geom/class/multipath/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/multipath/Makefile,v 1.2 2007/02/27 07:29:15 mjacob Exp $ .PATH: ${.CURDIR}/../../misc CLASS= multipath diff --git a/sbin/geom/class/multipath/geom_multipath.c b/sbin/geom/class/multipath/geom_multipath.c index 1bb3f32239a29..4fd6b1173255b 100644 --- a/sbin/geom/class/multipath/geom_multipath.c +++ b/sbin/geom/class/multipath/geom_multipath.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/multipath/geom_multipath.c,v 1.2 2007/05/15 20:25:17 marcel Exp $"); #include <sys/param.h> #include <errno.h> #include <paths.h> diff --git a/sbin/geom/class/multipath/gmultipath.8 b/sbin/geom/class/multipath/gmultipath.8 index 13978c5e20be8..cfac608ee57a5 100644 --- a/sbin/geom/class/multipath/gmultipath.8 +++ b/sbin/geom/class/multipath/gmultipath.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/multipath/gmultipath.8,v 1.4 2007/05/06 00:31:38 pjd Exp $ .\" .Dd February 26, 2007 .Dt GMULTIPATH 8 diff --git a/sbin/geom/class/nop/Makefile b/sbin/geom/class/nop/Makefile index 75a20376ff452..b7867a1c6fad8 100644 --- a/sbin/geom/class/nop/Makefile +++ b/sbin/geom/class/nop/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/nop/Makefile,v 1.3 2004/05/21 22:12:24 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/nop/geom_nop.c b/sbin/geom/class/nop/geom_nop.c index 7306add3674ba..97a9ba8a53d05 100644 --- a/sbin/geom/class/nop/geom_nop.c +++ b/sbin/geom/class/nop/geom_nop.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/nop/geom_nop.c,v 1.11 2007/05/15 20:25:17 marcel Exp $"); #include <stdio.h> #include <stdint.h> diff --git a/sbin/geom/class/nop/gnop.8 b/sbin/geom/class/nop/gnop.8 index 83c33232647b3..f7d7a76202ea3 100644 --- a/sbin/geom/class/nop/gnop.8 +++ b/sbin/geom/class/nop/gnop.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/nop/gnop.8,v 1.21.2.1 2007/12/18 20:13:43 brueffer Exp $ .\" .Dd September 8, 2006 .Dt GNOP 8 diff --git a/sbin/geom/class/part/Makefile b/sbin/geom/class/part/Makefile index 0588646f09b71..b266a43e64938 100644 --- a/sbin/geom/class/part/Makefile +++ b/sbin/geom/class/part/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/part/Makefile,v 1.1 2007/05/15 20:25:17 marcel Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/part/geom_part.c b/sbin/geom/class/part/geom_part.c index f70b4879260d7..ebc8be7727e24 100644 --- a/sbin/geom/class/part/geom_part.c +++ b/sbin/geom/class/part/geom_part.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/part/geom_part.c,v 1.1.2.1 2007/10/29 06:18:03 marcel Exp $"); #include <stdio.h> #include <stdint.h> diff --git a/sbin/geom/class/part/gpart.8 b/sbin/geom/class/part/gpart.8 index 1f664ca5ec24a..444fe1cd9e0e1 100644 --- a/sbin/geom/class/part/gpart.8 +++ b/sbin/geom/class/part/gpart.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/part/gpart.8,v 1.1.2.1 2007/10/29 06:18:03 marcel Exp $ .\" .Dd Oct 20, 2007 .Dt GPART 8 diff --git a/sbin/geom/class/raid3/Makefile b/sbin/geom/class/raid3/Makefile index 1791669dec92f..4640a7488be18 100644 --- a/sbin/geom/class/raid3/Makefile +++ b/sbin/geom/class/raid3/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/raid3/Makefile,v 1.2 2004/08/18 16:41:29 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/raid3/geom_raid3.c b/sbin/geom/class/raid3/geom_raid3.c index 4a2dbe201ef2b..27b49b173be94 100644 --- a/sbin/geom/class/raid3/geom_raid3.c +++ b/sbin/geom/class/raid3/geom_raid3.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/raid3/geom_raid3.c,v 1.20 2007/05/15 20:25:17 marcel Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/raid3/graid3.8 b/sbin/geom/class/raid3/graid3.8 index 21c6f181e773f..fc4db0565972f 100644 --- a/sbin/geom/class/raid3/graid3.8 +++ b/sbin/geom/class/raid3/graid3.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/raid3/graid3.8,v 1.18 2006/11/02 10:44:02 ceri Exp $ .\" .Dd November 1, 2006 .Dt GRAID3 8 diff --git a/sbin/geom/class/shsec/Makefile b/sbin/geom/class/shsec/Makefile index ea38f159241a3..634a704d97a7a 100644 --- a/sbin/geom/class/shsec/Makefile +++ b/sbin/geom/class/shsec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/shsec/Makefile,v 1.1 2005/01/11 18:06:44 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/shsec/geom_shsec.c b/sbin/geom/class/shsec/geom_shsec.c index 8af47ee62d1f6..9959b9f14871a 100644 --- a/sbin/geom/class/shsec/geom_shsec.c +++ b/sbin/geom/class/shsec/geom_shsec.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/shsec/geom_shsec.c,v 1.10 2007/05/15 20:25:17 marcel Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/shsec/gshsec.8 b/sbin/geom/class/shsec/gshsec.8 index 67dff5d596169..8806c75332db6 100644 --- a/sbin/geom/class/shsec/gshsec.8 +++ b/sbin/geom/class/shsec/gshsec.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/shsec/gshsec.8,v 1.8 2005/03/14 13:14:03 pjd Exp $ .\" .Dd January 8, 2005 .Dt GSHSEC 8 diff --git a/sbin/geom/class/stripe/Makefile b/sbin/geom/class/stripe/Makefile index 53a35fff46bf8..9024ebd44ce05 100644 --- a/sbin/geom/class/stripe/Makefile +++ b/sbin/geom/class/stripe/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/stripe/Makefile,v 1.3 2004/05/21 22:12:24 pjd Exp $ .PATH: ${.CURDIR}/../../misc diff --git a/sbin/geom/class/stripe/geom_stripe.c b/sbin/geom/class/stripe/geom_stripe.c index 13243c7505a56..60e2381f41de6 100644 --- a/sbin/geom/class/stripe/geom_stripe.c +++ b/sbin/geom/class/stripe/geom_stripe.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/stripe/geom_stripe.c,v 1.16 2007/05/24 09:21:20 ru Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/stripe/gstripe.8 b/sbin/geom/class/stripe/gstripe.8 index ee70184bdb3a5..7097d31d54308 100644 --- a/sbin/geom/class/stripe/gstripe.8 +++ b/sbin/geom/class/stripe/gstripe.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/stripe/gstripe.8,v 1.25 2005/04/26 09:23:21 pjd Exp $ .\" .Dd May 21, 2004 .Dt GSTRIPE 8 diff --git a/sbin/geom/class/virstor/Makefile b/sbin/geom/class/virstor/Makefile index 0b4d5cdda31b5..fca21be289359 100644 --- a/sbin/geom/class/virstor/Makefile +++ b/sbin/geom/class/virstor/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/class/virstor/Makefile,v 1.1 2007/09/23 07:34:22 pjd Exp $ .PATH: ${.CURDIR}/../../misc ${.CURDIR}/../../../../sys/geom/virstor diff --git a/sbin/geom/class/virstor/geom_virstor.c b/sbin/geom/class/virstor/geom_virstor.c index 6b29bbe16fc5b..43ef4b43f315a 100644 --- a/sbin/geom/class/virstor/geom_virstor.c +++ b/sbin/geom/class/virstor/geom_virstor.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/class/virstor/geom_virstor.c,v 1.1 2007/09/23 07:34:22 pjd Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/sbin/geom/class/virstor/gvirstor.8 b/sbin/geom/class/virstor/gvirstor.8 index 5807af9259332..1c8725add07f1 100644 --- a/sbin/geom/class/virstor/gvirstor.8 +++ b/sbin/geom/class/virstor/gvirstor.8 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/class/virstor/gvirstor.8,v 1.1 2007/09/23 07:34:22 pjd Exp $ .\" .Dd July 8, 2006 .Dt GVIRSTOR 8 diff --git a/sbin/geom/core/Makefile b/sbin/geom/core/Makefile index d76c35b0512dc..0209bcb5819ae 100644 --- a/sbin/geom/core/Makefile +++ b/sbin/geom/core/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/geom/core/Makefile,v 1.10 2004/12/21 09:59:42 ru Exp $ .PATH: ${.CURDIR}/../misc diff --git a/sbin/geom/core/geom.8 b/sbin/geom/core/geom.8 index bb79f785f1fe0..40c84f535c77a 100644 --- a/sbin/geom/core/geom.8 +++ b/sbin/geom/core/geom.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/geom/core/geom.8,v 1.19 2007/09/23 07:34:22 pjd Exp $ .\" .Dd May 21, 2004 .Dt GEOM 8 diff --git a/sbin/geom/core/geom.c b/sbin/geom/core/geom.c index cfa1e6074ad44..fadbcade1e82a 100644 --- a/sbin/geom/core/geom.c +++ b/sbin/geom/core/geom.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/core/geom.c,v 1.32 2007/09/21 10:00:05 pjd Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sbin/geom/core/geom.h b/sbin/geom/core/geom.h index e79e8559cf03a..940876b4a237a 100644 --- a/sbin/geom/core/geom.h +++ b/sbin/geom/core/geom.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/geom/core/geom.h,v 1.6 2007/05/16 23:32:40 marcel Exp $ */ #ifndef _GEOM_H_ diff --git a/sbin/geom/misc/subr.c b/sbin/geom/misc/subr.c index 745d91955d3d7..4be3716b5a423 100644 --- a/sbin/geom/misc/subr.c +++ b/sbin/geom/misc/subr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/geom/misc/subr.c,v 1.7 2007/01/25 11:35:27 pjd Exp $"); #include <sys/param.h> #include <sys/disk.h> diff --git a/sbin/geom/misc/subr.h b/sbin/geom/misc/subr.h index 4c54142891bc0..baf95cec815a8 100644 --- a/sbin/geom/misc/subr.h +++ b/sbin/geom/misc/subr.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/geom/misc/subr.h,v 1.8 2007/01/25 11:35:27 pjd Exp $ */ #ifndef _SUBR_H_ |