diff options
author | brueffer <brueffer@FreeBSD.org> | 2014-02-17 22:26:21 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2014-02-17 22:26:21 +0000 |
commit | 932796ca360e81457caaedba9c9e12810176b088 (patch) | |
tree | 348093dbb85dcdb5d380f0c861a55172718c8059 /libexec | |
parent | dea7bea336e9dce30cf5a83d7139b0b96c8934cf (diff) | |
download | FreeBSD-src-932796ca360e81457caaedba9c9e12810176b088.zip FreeBSD-src-932796ca360e81457caaedba9c9e12810176b088.tar.gz |
Add $FreeBSD$.
MFC after: 1 week
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/fingerd/pathnames.h | 2 | ||||
-rw-r--r-- | libexec/rbootd/pathnames.h | 2 | ||||
-rw-r--r-- | libexec/rbootd/rmp.h | 2 | ||||
-rw-r--r-- | libexec/rbootd/rmp_var.h | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/libexec/fingerd/pathnames.h b/libexec/fingerd/pathnames.h index 864a8f6..b2ca4e7 100644 --- a/libexec/fingerd/pathnames.h +++ b/libexec/fingerd/pathnames.h @@ -31,6 +31,8 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 + * + * $FreeBSD$ */ #define _PATH_FINGER "/usr/bin/finger" diff --git a/libexec/rbootd/pathnames.h b/libexec/rbootd/pathnames.h index 56b9deb..b5937ad 100644 --- a/libexec/rbootd/pathnames.h +++ b/libexec/rbootd/pathnames.h @@ -42,6 +42,8 @@ * * From: Utah Hdr: pathnames.h 3.1 92/07/06 * Author: Jeff Forys, University of Utah CSS + * + * $FreeBSD$ */ #define _PATH_BPF "/dev/bpf%d" diff --git a/libexec/rbootd/rmp.h b/libexec/rbootd/rmp.h index c4285c9..4900d14 100644 --- a/libexec/rbootd/rmp.h +++ b/libexec/rbootd/rmp.h @@ -42,6 +42,8 @@ * * From: Utah Hdr: rmp.h 3.1 92/07/06 * Author: Jeff Forys, University of Utah CSS + * + * $FreeBSD$ */ /* diff --git a/libexec/rbootd/rmp_var.h b/libexec/rbootd/rmp_var.h index 3a9c7f4..b62f325 100644 --- a/libexec/rbootd/rmp_var.h +++ b/libexec/rbootd/rmp_var.h @@ -42,6 +42,8 @@ * * from: Utah Hdr: rmp_var.h 3.1 92/07/06 * Author: Jeff Forys, University of Utah CSS + * + * $FreeBSD$ */ /* |