[Midnightbsd-cvs] src [10469] trunk/usr.sbin/lptcontrol/lptcontrol.c: tag
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Jun 6 20:13:08 EDT 2018
Revision: 10469
http://svnweb.midnightbsd.org/src/?rev=10469
Author: laffer1
Date: 2018-06-06 20:13:08 -0400 (Wed, 06 Jun 2018)
Log Message:
-----------
tag
Modified Paths:
--------------
trunk/usr.sbin/lptcontrol/Makefile
trunk/usr.sbin/lptcontrol/lptcontrol.8
trunk/usr.sbin/lptcontrol/lptcontrol.c
Property Changed:
----------------
trunk/usr.sbin/lptcontrol/lptcontrol.8
Modified: trunk/usr.sbin/lptcontrol/Makefile
===================================================================
--- trunk/usr.sbin/lptcontrol/Makefile 2018-06-07 00:12:28 UTC (rev 10468)
+++ trunk/usr.sbin/lptcontrol/Makefile 2018-06-07 00:13:08 UTC (rev 10469)
@@ -1,8 +1,7 @@
-# $FreeBSD: src/usr.sbin/lptcontrol/Makefile,v 1.7 2004/10/01 20:04:20 schweikh Exp $
+# $MidnightBSD$
+# $FreeBSD: stable/10/usr.sbin/lptcontrol/Makefile 201390 2010-01-02 11:07:44Z ed $
PROG= lptcontrol
MAN= lptcontrol.8
-WARNS?= 6
-
.include <bsd.prog.mk>
Modified: trunk/usr.sbin/lptcontrol/lptcontrol.8
===================================================================
--- trunk/usr.sbin/lptcontrol/lptcontrol.8 2018-06-07 00:12:28 UTC (rev 10468)
+++ trunk/usr.sbin/lptcontrol/lptcontrol.8 2018-06-07 00:13:08 UTC (rev 10469)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\"
.\" lptcontrol - a utility for manipulating the lpt driver
.\"
@@ -10,7 +11,7 @@
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
-.\" $FreeBSD: src/usr.sbin/lptcontrol/lptcontrol.8,v 1.23 2005/01/18 20:02:37 ru Exp $
+.\" $FreeBSD: stable/10/usr.sbin/lptcontrol/lptcontrol.8 140442 2005-01-18 20:02:45Z ru $
.Dd October 1, 2004
.Dt LPTCONTROL 8
.Os
Property changes on: trunk/usr.sbin/lptcontrol/lptcontrol.8
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/usr.sbin/lptcontrol/lptcontrol.c
===================================================================
--- trunk/usr.sbin/lptcontrol/lptcontrol.c 2018-06-07 00:12:28 UTC (rev 10468)
+++ trunk/usr.sbin/lptcontrol/lptcontrol.c 2018-06-07 00:13:08 UTC (rev 10469)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
/*
* Copyright (c) 1994 Geoffrey M. Rehmet
* All rights reserved.
@@ -29,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/usr.sbin/lptcontrol/lptcontrol.c,v 1.16 2005/01/25 14:25:18 ssouhlal Exp $");
+__FBSDID("$FreeBSD: stable/10/usr.sbin/lptcontrol/lptcontrol.c 140814 2005-01-25 14:25:18Z ssouhlal $");
#include <dev/ppbus/lptio.h>
More information about the Midnightbsd-cvs
mailing list