aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/asf
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/asf')
-rw-r--r--usr.sbin/asf/Makefile2
-rw-r--r--usr.sbin/asf/asf.82
-rw-r--r--usr.sbin/asf/asf.c2
-rw-r--r--usr.sbin/asf/asf.h2
-rw-r--r--usr.sbin/asf/asf_kld.c2
-rw-r--r--usr.sbin/asf/asf_kvm.c2
-rw-r--r--usr.sbin/asf/asf_prog.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/asf/Makefile b/usr.sbin/asf/Makefile
index b4b7af350138..f43b5d1bddab 100644
--- a/usr.sbin/asf/Makefile
+++ b/usr.sbin/asf/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/asf/Makefile,v 1.3 2006/06/18 11:14:40 yar Exp $
PROG= asf
SRCS= asf.c asf_kld.c asf_kvm.c asf_prog.c
diff --git a/usr.sbin/asf/asf.8 b/usr.sbin/asf/asf.8
index 25b03089c7a6..19243d5d0933 100644
--- a/usr.sbin/asf/asf.8
+++ b/usr.sbin/asf/asf.8
@@ -21,7 +21,7 @@
.\" out of the use of this software, even if advised of the possibility of
.\" such damage.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/asf/asf.8,v 1.12 2006/12/20 06:21:51 yar Exp $
.\"
.Dd December 20, 2006
.Os
diff --git a/usr.sbin/asf/asf.c b/usr.sbin/asf/asf.c
index c913e3deb2ed..006f4326724e 100644
--- a/usr.sbin/asf/asf.c
+++ b/usr.sbin/asf/asf.c
@@ -26,7 +26,7 @@
/* $Id: asf.c,v 1.4 2003/05/04 02:55:20 grog Exp grog $ */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/asf/asf.c,v 1.12 2006/12/20 06:20:04 yar Exp $");
#include <sys/types.h>
#include <sys/queue.h>
diff --git a/usr.sbin/asf/asf.h b/usr.sbin/asf/asf.h
index d03493620d71..b976714c2283 100644
--- a/usr.sbin/asf/asf.h
+++ b/usr.sbin/asf/asf.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/asf/asf.h,v 1.1 2006/06/18 11:14:40 yar Exp $
*/
#define KERNFILE "kernel"
diff --git a/usr.sbin/asf/asf_kld.c b/usr.sbin/asf/asf_kld.c
index 1d6a2b7d51e6..8cb6e85aa72e 100644
--- a/usr.sbin/asf/asf_kld.c
+++ b/usr.sbin/asf/asf_kld.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/asf/asf_kld.c,v 1.1 2006/06/18 11:14:40 yar Exp $");
#include <sys/param.h>
#include <sys/linker.h>
diff --git a/usr.sbin/asf/asf_kvm.c b/usr.sbin/asf/asf_kvm.c
index aa4effe3bff6..35f1ae497e5a 100644
--- a/usr.sbin/asf/asf_kvm.c
+++ b/usr.sbin/asf/asf_kvm.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/asf/asf_kvm.c,v 1.1 2006/06/18 11:14:40 yar Exp $");
#include <sys/types.h>
#include <sys/param.h>
diff --git a/usr.sbin/asf/asf_prog.c b/usr.sbin/asf/asf_prog.c
index 9a13cd65f725..3000d2bc7b01 100644
--- a/usr.sbin/asf/asf_prog.c
+++ b/usr.sbin/asf/asf_prog.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.sbin/asf/asf_prog.c,v 1.1 2006/06/18 11:14:40 yar Exp $");
#include <sys/types.h>
#include <err.h>