Remove revision IDs from files
This commit is contained in:
parent
16493465f9
commit
40fb96b838
14 changed files with 0 additions and 15 deletions
|
@ -14,4 +14,3 @@ Version 1.3
|
|||
- Merged code from usyslogd.c to handle kernel messages.
|
||||
- Reworked Makefile to make a correct installation
|
||||
|
||||
$Id$
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
## @(#)Makefile 1.00 Jan. 11, 2000
|
||||
##
|
||||
## Makefile for syslogd/klogd
|
||||
## $Id$
|
||||
|
||||
PROG= syslogd
|
||||
PIDFILE= -DPIDFILE=\"/var/run/syslogd.pid\"
|
||||
|
|
|
@ -24,5 +24,3 @@
|
|||
|
||||
Giovanni Falzoni <gfalzoni@inwind.it>
|
||||
|
||||
$Id$
|
||||
|
||||
|
|
|
@ -35,4 +35,3 @@ operational and I could not appreciate the results.
|
|||
For this reason the changes done to the interface
|
||||
to I/O for 8 and 16 bits are not tested.
|
||||
|
||||
$Id$
|
||||
|
|
|
@ -17,5 +17,4 @@
|
|||
## Debug informations (tracing programs)
|
||||
#*.debug /var/log/debug
|
||||
|
||||
## $Id$
|
||||
## end syslog.conf
|
||||
|
|
|
@ -72,7 +72,6 @@ d0|vt100|vt100-am|vt100am|dec-vt100|dec vt100:\
|
|||
# - copied the following screen* entries from
|
||||
# http://www.catb.org/terminfo/termtypes.tc.gz
|
||||
# Version 11.0.1
|
||||
# $Date$
|
||||
# ("This file deliberately has no copyright. It belongs to no one and
|
||||
# everyone.")
|
||||
#
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
|
||||
#
|
||||
# Version 11.0.1
|
||||
# $Date$
|
||||
# termcap syntax
|
||||
#
|
||||
# Eric S. Raymond (current maintainer)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
$Revision$
|
||||
|
||||
This is a line-editing library. It can be linked into almost any
|
||||
program to provide command-line editing and recall.
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
.\" SOFTWARE.
|
||||
.\" -
|
||||
.\" --Copyright--
|
||||
.\" $Id$
|
||||
.TH HOST 1
|
||||
.SH NAME
|
||||
host \- look up host names using domain server
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
.\"
|
||||
.\" from: @(#)logger.1 8.1 (Berkeley) 6/6/93
|
||||
.\" Modified for Minix porting by G. Falzoni <gfalzoni@inwind.it>
|
||||
.\" $Id$
|
||||
.\"
|
||||
.\" Local macros
|
||||
.de Xr
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
.\" $Revision$
|
||||
.TH EDITLINE 3
|
||||
.SH NAME
|
||||
editline \- command-line editing library with history
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
.\"
|
||||
.\" from SYSLOG 3 "15 Feb 1994" "Linux" "Linux Programmer's Manual"
|
||||
.\" Modified for Minix porting by G. Falzoni <gfalzoni@inwind.it>
|
||||
.\" $Id$
|
||||
.\"
|
||||
.\" Local macros
|
||||
.de Xr
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
.\" syslog.conf - syslogd(8) configuration file
|
||||
.\" Copyright (c) 1995 Martin Schulze <Martin.Schulze@Linux.DE>
|
||||
.\" Modified for Minix porting by G. Falzoni <gfalzoni@inwind.it>
|
||||
.\" $Id$
|
||||
.\"
|
||||
.\" This file is part of the sysklogd package, a kernel and system log daemon.
|
||||
.\"
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
.\"
|
||||
.\" from SYSKLOGD 8 "13 December 1995" "Version 1.3" "Linux System Administration"
|
||||
.\" Modified for Minix porting by G. Falzoni <gfalzoni@inwind.it>
|
||||
.\" $Id$
|
||||
.\"
|
||||
.\" Local macros
|
||||
.de Xr
|
||||
|
|
Loading…
Reference in a new issue