More changes to use __FBSDID() for setting rcsids. For the filter

programs, minor Makefile changes are needed to find lp.cdefs.h.
For lpf.c, the 'sccsid' line is formatted to match style(9), and
a 'From:' is removed so the sccsid returns to what it was back
in the days of '-r CSRG' (1994).

Reviewed by:	discussed with bde and obrien
MFC after:	15 days
This commit is contained in:
Garance A Drosehn 2003-07-15 07:01:01 +00:00
parent e90153536e
commit fdc632c823
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117609
6 changed files with 18 additions and 9 deletions

View File

@ -3,4 +3,6 @@
PROG= koi2855
NOMAN= #true
CFLAGS+= -I${.CURDIR}/../../common_source
.include <bsd.prog.mk>

View File

@ -23,10 +23,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*/
#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
__FBSDID("$FreeBSD$");
/*
* KOI8-R -> CP855 conversion filter (Russian character sets)
*/

View File

@ -3,4 +3,6 @@
PROG= koi2alt
NOMAN= #true
CFLAGS+= -I${.CURDIR}/../../common_source
.include <bsd.prog.mk>

View File

@ -22,10 +22,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD$
*/
#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
__FBSDID("$FreeBSD$");
/*
* KOI8-R -> CP866 conversion filter (Russian character sets)
*/

View File

@ -6,4 +6,6 @@ BINDIR= /usr/libexec/lpr
PROG= lpf
NOMAN= noman
CFLAGS+= -I${.CURDIR}/../common_source
.include <bsd.prog.mk>

View File

@ -37,13 +37,14 @@ static const char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#if 0
#ifndef lint
/*
static char sccsid[] = "From: @(#)lpf.c 8.1 (Berkeley) 6/6/93";
*/
static const char rcsid[] =
"$FreeBSD$";
static char sccsid[] = "@(#)lpf.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
#endif
#include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
__FBSDID("$FreeBSD$");
/*
* filter which reads the output of nroff and converts lines