diff options
Diffstat (limited to 'sbin/devd')
| -rw-r--r-- | sbin/devd/Makefile | 2 | ||||
| -rw-r--r-- | sbin/devd/devd.8 | 2 | ||||
| -rw-r--r-- | sbin/devd/devd.cc | 2 | ||||
| -rw-r--r-- | sbin/devd/devd.conf.5 | 2 | ||||
| -rw-r--r-- | sbin/devd/devd.h | 2 | ||||
| -rw-r--r-- | sbin/devd/devd.hh | 2 | ||||
| -rw-r--r-- | sbin/devd/parse.y | 2 | ||||
| -rw-r--r-- | sbin/devd/token.l | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index 8f52d902782c..57800686464d 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sbin/devd/Makefile,v 1.8.10.1 2010/02/10 00:26:20 kensmith Exp $ PROG_CXX=devd SRCS= devd.cc token.l parse.y y.tab.h diff --git a/sbin/devd/devd.8 b/sbin/devd/devd.8 index 7377e254759c..76c9ca9dc600 100644 --- a/sbin/devd/devd.8 +++ b/sbin/devd/devd.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/devd/devd.8,v 1.17.12.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd November 24, 2005 .Dt DEVD 8 diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc index c6ac80c65173..ccf77acb18ac 100644 --- a/sbin/devd/devd.cc +++ b/sbin/devd/devd.cc @@ -34,7 +34,7 @@ // - devd.conf needs more details on the supported statements. #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sbin/devd/devd.cc,v 1.33.10.1 2010/02/10 00:26:20 kensmith Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index 41743a5aa835..6c9d64f607c6 100644 --- a/sbin/devd/devd.conf.5 +++ b/sbin/devd/devd.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sbin/devd/devd.conf.5,v 1.11.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $ .\" .\" The section on comments was taken from named.conf.5, which has the .\" following copyright: diff --git a/sbin/devd/devd.h b/sbin/devd/devd.h index a8d113b03439..47fed2c5c496 100644 --- a/sbin/devd/devd.h +++ b/sbin/devd/devd.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/devd/devd.h,v 1.5.24.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef DEVD_H diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh index a1ee9cd595d5..737706bceb51 100644 --- a/sbin/devd/devd.hh +++ b/sbin/devd/devd.hh @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/devd/devd.hh,v 1.4.10.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef DEVD_HH diff --git a/sbin/devd/parse.y b/sbin/devd/parse.y index 28b8a908adb1..590ad9b17b9f 100644 --- a/sbin/devd/parse.y +++ b/sbin/devd/parse.y @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/devd/parse.y,v 1.5.24.1 2010/02/10 00:26:20 kensmith Exp $ */ #include "devd.h" diff --git a/sbin/devd/token.l b/sbin/devd/token.l index 0fa78da4ebc3..d085a8d70fe6 100644 --- a/sbin/devd/token.l +++ b/sbin/devd/token.l @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sbin/devd/token.l,v 1.6.22.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <ctype.h> |
