diff options
Diffstat (limited to 'sbin/sunlabel')
| -rw-r--r-- | sbin/sunlabel/Makefile | 2 | ||||
| -rw-r--r-- | sbin/sunlabel/runtest.sh | 2 | ||||
| -rw-r--r-- | sbin/sunlabel/sunlabel.8 | 2 | ||||
| -rw-r--r-- | sbin/sunlabel/sunlabel.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile index 143b6c72bb0f..c5e5e5bc3167 100644 --- a/sbin/sunlabel/Makefile +++ b/sbin/sunlabel/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/sunlabel/Makefile,v 1.12 2004/02/01 13:09:26 ceri Exp $ .PATH: ${.CURDIR}/../../sys/geom diff --git a/sbin/sunlabel/runtest.sh b/sbin/sunlabel/runtest.sh index 73833e0b7fee..fe784b8bae18 100644 --- a/sbin/sunlabel/runtest.sh +++ b/sbin/sunlabel/runtest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sbin/sunlabel/runtest.sh,v 1.3 2003/04/23 08:25:44 phk Exp $ TMP=/tmp/$$. set -e diff --git a/sbin/sunlabel/sunlabel.8 b/sbin/sunlabel/sunlabel.8 index 60096048dafa..f40540661488 100644 --- a/sbin/sunlabel/sunlabel.8 +++ b/sbin/sunlabel/sunlabel.8 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/sunlabel/sunlabel.8,v 1.6 2005/03/30 18:54:41 joerg Exp $ .\" .Dd March 30, 2005 .Dt SUNLABEL 8 diff --git a/sbin/sunlabel/sunlabel.c b/sbin/sunlabel/sunlabel.c index 7bf051ef4786..de020bcb2ab2 100644 --- a/sbin/sunlabel/sunlabel.c +++ b/sbin/sunlabel/sunlabel.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/sunlabel/sunlabel.c,v 1.13 2005/03/30 09:33:09 joerg Exp $"); #include <sys/types.h> #include <sys/param.h> |
