diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2014-02-17 22:26:21 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2014-02-17 22:26:21 +0000 |
| commit | 8fd6eb669de2587742261f10b8f64babcff7029c (patch) | |
| tree | 348093dbb85dcdb5d380f0c861a55172718c8059 | |
| parent | b9a9db10d4d3244e5a241c9241e4cbd7440ef36f (diff) | |
Notes
| -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 864a8f6c20d4..b2ca4e7174db 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 56b9deb39fc3..b5937adc19a6 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 c4285c9b37cc..4900d14eef83 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 3a9c7f4e20c4..b62f325adc5f 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$ */ /* |
