aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-05-23 04:09:12 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-05-23 04:09:12 +0000
commit8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6 (patch)
tree81a52679e3e7f6958a04688cb683eaf21a140f5c /sbin/devd
parentde7242811fa5d383ece9325e6864e857b2997f20 (diff)
Diffstat (limited to 'sbin/devd')
-rw-r--r--sbin/devd/Makefile2
-rw-r--r--sbin/devd/devd.82
-rw-r--r--sbin/devd/devd.cc2
-rw-r--r--sbin/devd/devd.conf.52
-rw-r--r--sbin/devd/devd.h2
-rw-r--r--sbin/devd/devd.hh2
-rw-r--r--sbin/devd/parse.y2
-rw-r--r--sbin/devd/token.l2
8 files changed, 8 insertions, 8 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile
index 8e1122eaf3cb..0b8b433875a9 100644
--- a/sbin/devd/Makefile
+++ b/sbin/devd/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/sbin/devd/Makefile,v 1.5 2003/08/17 08:40:49 gordon 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 a3056ebe4dc5..d354a13ecde3 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.12.2.1 2004/12/06 18:10:02 ceri Exp $
.\"
.Dd October 17, 2002
.Dt DEVD 8
diff --git a/sbin/devd/devd.cc b/sbin/devd/devd.cc
index 49ad06407df4..07f64c72be23 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.18.2.4 2006/05/01 19:30:43 maxim Exp $");
#include <sys/param.h>
#include <sys/socket.h>
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5
index 1452eca524f2..638a8f07dd5e 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.8 2003/03/03 11:51:30 ru 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 8a032e4d4db2..80639b4b013b 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.4 2003/10/24 22:02:29 imp Exp $
*/
#ifndef DEVD_H
diff --git a/sbin/devd/devd.hh b/sbin/devd/devd.hh
index 4730267c938e..e67bed7265ce 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.2 2003/10/24 22:02:29 imp Exp $
*/
#ifndef DEVD_HH
diff --git a/sbin/devd/parse.y b/sbin/devd/parse.y
index 9269ef27800c..b2489f0f90b7 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.4 2003/10/24 22:02:29 imp Exp $
*/
#include "devd.h"
diff --git a/sbin/devd/token.l b/sbin/devd/token.l
index 0aa8cb6df5dd..e39fc4138f94 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.5 2003/10/24 22:02:29 imp Exp $
*/
#include <ctype.h>