[Midnightbsd-cvs] src: usr.bin/lastcomm: tag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Nov 24 20:18:38 EST 2008


Log Message:
-----------
tag

Modified Files:
--------------
    src/usr.bin/lastcomm:
        Makefile (r1.1.1.2 -> r1.2)
        lastcomm.1 (r1.1.1.2 -> r1.2)
        lastcomm.c (r1.1.1.2 -> r1.2)
        pathnames.h (r1.1.1.1 -> r1.2)
        readrec.c (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: readrec.c
===================================================================
RCS file: /home/cvs/src/usr.bin/lastcomm/readrec.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L usr.bin/lastcomm/readrec.c -L usr.bin/lastcomm/readrec.c -u -r1.1.1.1 -r1.2
--- usr.bin/lastcomm/readrec.c
+++ usr.bin/lastcomm/readrec.c
@@ -27,6 +27,7 @@
 
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD: src/usr.bin/lastcomm/readrec.c,v 1.1 2007/05/22 06:51:37 dds Exp $");
+__MBSDID("$MidnightBSD$");
 
 #include <sys/param.h>
 #include <sys/stat.h>
Index: lastcomm.1
===================================================================
RCS file: /home/cvs/src/usr.bin/lastcomm/lastcomm.1,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -L usr.bin/lastcomm/lastcomm.1 -L usr.bin/lastcomm/lastcomm.1 -u -r1.1.1.2 -r1.2
--- usr.bin/lastcomm/lastcomm.1
+++ usr.bin/lastcomm/lastcomm.1
@@ -31,6 +31,7 @@
 .\"
 .\"	From: @(#)lastcomm.1	8.1 (Berkeley) 6/6/93
 .\" $FreeBSD: src/usr.bin/lastcomm/lastcomm.1,v 1.17 2007/05/14 09:05:22 dds Exp $
+.\" $MidnightBSD$
 .\"
 .Dd May 14, 2007
 .Dt LASTCOMM 1
Index: lastcomm.c
===================================================================
RCS file: /home/cvs/src/usr.bin/lastcomm/lastcomm.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -L usr.bin/lastcomm/lastcomm.c -L usr.bin/lastcomm/lastcomm.c -u -r1.1.1.2 -r1.2
--- usr.bin/lastcomm/lastcomm.c
+++ usr.bin/lastcomm/lastcomm.c
@@ -44,6 +44,7 @@
 #endif /* not lint */
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD: src/usr.bin/lastcomm/lastcomm.c,v 1.27 2007/05/22 06:51:37 dds Exp $");
+__MBSDID("$MidnightBSD$");
 
 #include <sys/param.h>
 #include <sys/stat.h>
Index: Makefile
===================================================================
RCS file: /home/cvs/src/usr.bin/lastcomm/Makefile,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -L usr.bin/lastcomm/Makefile -L usr.bin/lastcomm/Makefile -u -r1.1.1.2 -r1.2
--- usr.bin/lastcomm/Makefile
+++ usr.bin/lastcomm/Makefile
@@ -1,5 +1,6 @@
 #	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
 # $FreeBSD: src/usr.bin/lastcomm/Makefile,v 1.5 2007/05/22 06:51:37 dds Exp $
+# $MidnightBSD$
 
 PROG=	lastcomm
 SRCS=	lastcomm.c readrec.c
Index: pathnames.h
===================================================================
RCS file: /home/cvs/src/usr.bin/lastcomm/pathnames.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L usr.bin/lastcomm/pathnames.h -L usr.bin/lastcomm/pathnames.h -u -r1.1.1.1 -r1.2
--- usr.bin/lastcomm/pathnames.h
+++ usr.bin/lastcomm/pathnames.h
@@ -30,6 +30,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
+ * $MidnightBSD$
  *	@(#)pathnames.h	8.1 (Berkeley) 6/6/93
  */
 


More information about the Midnightbsd-cvs mailing list