diff options
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/Makefile | 2 | ||||
| -rw-r--r-- | libexec/telnetd/ext.h | 2 | ||||
| -rw-r--r-- | libexec/telnetd/pathnames.h | 2 | ||||
| -rw-r--r-- | libexec/telnetd/slc.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/state.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/sys_term.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/telnetd.8 | 2 | ||||
| -rw-r--r-- | libexec/telnetd/telnetd.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/termstat.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/utility.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 7c9919effb41..f23142523a36 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $Id$ +# $Id: Makefile,v 1.8 1996/09/22 21:55:29 wosch Exp $ PROG= telnetd CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h index 05898fb5521d..4940af0f1327 100644 --- a/libexec/telnetd/ext.h +++ b/libexec/telnetd/ext.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ext.h 8.2 (Berkeley) 12/15/93 - * $Id$ + * $Id: ext.h,v 1.4 1996/09/22 21:55:33 wosch Exp $ */ /* diff --git a/libexec/telnetd/pathnames.h b/libexec/telnetd/pathnames.h index 979f4d00a4f8..27e511dd54a1 100644 --- a/libexec/telnetd/pathnames.h +++ b/libexec/telnetd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $Id$ + * $Id: pathnames.h,v 1.3 1996/09/22 21:55:35 wosch Exp $ */ #if BSD > 43 diff --git a/libexec/telnetd/slc.c b/libexec/telnetd/slc.c index a3799f3eeb9c..8acf2e208340 100644 --- a/libexec/telnetd/slc.c +++ b/libexec/telnetd/slc.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: slc.c,v 1.3 1996/09/22 21:55:37 wosch Exp $ */ #ifndef lint diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c index 4e72666d7cd5..17afcf0c8708 100644 --- a/libexec/telnetd/state.c +++ b/libexec/telnetd/state.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: state.c,v 1.4 1996/09/22 21:55:39 wosch Exp $ */ #ifndef lint diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index 8bbe3fe315cb..73514ddbd511 100644 --- a/libexec/telnetd/sys_term.c +++ b/libexec/telnetd/sys_term.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sys_term.c,v 1.14 1996/09/22 21:55:42 wosch Exp $ + * $Id: sys_term.c,v 1.14.2.1 1997/01/12 21:56:27 joerg Exp $ */ #ifndef lint diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index e2d375b0bf22..8dbc3c15acfb 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)telnetd.8 8.3 (Berkeley) 3/1/94 -.\" $Id: telnetd.8,v 1.5 1996/10/06 17:59:20 wosch Exp $ +.\" $Id: telnetd.8,v 1.5.2.1 1997/02/05 06:02:38 pst Exp $ .\" .Dd March 1, 1994 .Dt TELNETD 8 diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index 1c57eb0ba84e..8871605b4ab6 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: telnetd.c,v 1.7 1996/09/22 21:55:46 wosch Exp $ + * $Id: telnetd.c,v 1.7.2.1 1997/01/12 21:56:33 joerg Exp $ */ #ifndef lint diff --git a/libexec/telnetd/termstat.c b/libexec/telnetd/termstat.c index 9cb2b630b6b7..d481a0b8b789 100644 --- a/libexec/telnetd/termstat.c +++ b/libexec/telnetd/termstat.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: termstat.c,v 1.5 1996/09/22 21:55:49 wosch Exp $ */ #ifndef lint diff --git a/libexec/telnetd/utility.c b/libexec/telnetd/utility.c index 6786bba222f3..96e1408c7bb0 100644 --- a/libexec/telnetd/utility.c +++ b/libexec/telnetd/utility.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: utility.c,v 1.5 1996/09/22 21:55:52 wosch Exp $ + * $Id: utility.c,v 1.5.2.1 1997/01/12 21:56:36 joerg Exp $ */ #ifndef lint |
