summaryrefslogtreecommitdiff
path: root/net/tnftp/files/src
diff options
context:
space:
mode:
authorgrant <grant>2004-03-11 13:01:01 +0000
committergrant <grant>2004-03-11 13:01:01 +0000
commitdba57bcb6a167974762bd4e69d11a298b01cebc3 (patch)
tree35c516ff4feb2355038a5938258c1cb2056c991f /net/tnftp/files/src
parent15d9e4f0322362d748ee1b20ec8decd7a247d333 (diff)
downloadpkgsrc-dba57bcb6a167974762bd4e69d11a298b01cebc3.tar.gz
put a copy of the extracted tnftp sources in files/, required for
bootstrap. ok'd by lukem.
Diffstat (limited to 'net/tnftp/files/src')
-rw-r--r--net/tnftp/files/src/Makefile.in2
-rw-r--r--net/tnftp/files/src/cmds.c4
-rw-r--r--net/tnftp/files/src/cmdtab.c2
-rw-r--r--net/tnftp/files/src/complete.c2
-rw-r--r--net/tnftp/files/src/domacro.c2
-rw-r--r--net/tnftp/files/src/extern.h2
-rw-r--r--net/tnftp/files/src/fetch.c4
-rw-r--r--net/tnftp/files/src/ftp.12
-rw-r--r--net/tnftp/files/src/ftp.c4
-rw-r--r--net/tnftp/files/src/ftp_var.h2
-rw-r--r--net/tnftp/files/src/main.c4
-rw-r--r--net/tnftp/files/src/progressbar.c4
-rw-r--r--net/tnftp/files/src/progressbar.h2
-rw-r--r--net/tnftp/files/src/ruserpass.c2
-rw-r--r--net/tnftp/files/src/util.c4
-rw-r--r--net/tnftp/files/src/version.h2
16 files changed, 22 insertions, 22 deletions
diff --git a/net/tnftp/files/src/Makefile.in b/net/tnftp/files/src/Makefile.in
index 627310e4ca7..b9d6d7df583 100644
--- a/net/tnftp/files/src/Makefile.in
+++ b/net/tnftp/files/src/Makefile.in
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.in,v 1.1.1.1 2003/03/01 00:02:21 lukem Exp $
+# $Id: Makefile.in,v 1.1 2004/03/11 13:01:01 grant Exp $
#
srcdir = @srcdir@
diff --git a/net/tnftp/files/src/cmds.c b/net/tnftp/files/src/cmds.c
index 5bc10ea6ac2..e588093b053 100644
--- a/net/tnftp/files/src/cmds.c
+++ b/net/tnftp/files/src/cmds.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cmds.c,v 1.1.1.1 2003/07/31 07:18:23 lukem Exp $ */
+/* $NetBSD: cmds.c,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*-
* Copyright (c) 1996-2002 The NetBSD Foundation, Inc.
@@ -108,7 +108,7 @@
#if 0
static char sccsid[] = "@(#)cmds.c 8.6 (Berkeley) 10/9/94";
#else
-__RCSID("$NetBSD: cmds.c,v 1.1.1.1 2003/07/31 07:18:23 lukem Exp $");
+__RCSID("$NetBSD: cmds.c,v 1.1 2004/03/11 13:01:01 grant Exp $");
#endif
#endif /* not lint */
#endif
diff --git a/net/tnftp/files/src/cmdtab.c b/net/tnftp/files/src/cmdtab.c
index 32d2b6df690..dd41e40144f 100644
--- a/net/tnftp/files/src/cmdtab.c
+++ b/net/tnftp/files/src/cmdtab.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cmdtab.c,v 1.1.1.1 2003/02/28 10:44:52 lukem Exp $ */
+/* $NetBSD: cmdtab.c,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*-
* Copyright (c) 1996-2000 The NetBSD Foundation, Inc.
diff --git a/net/tnftp/files/src/complete.c b/net/tnftp/files/src/complete.c
index fb8def2ac8f..d911ab271fd 100644
--- a/net/tnftp/files/src/complete.c
+++ b/net/tnftp/files/src/complete.c
@@ -1,4 +1,4 @@
-/* $NetBSD: complete.c,v 1.1.1.1 2003/02/28 10:44:52 lukem Exp $ */
+/* $NetBSD: complete.c,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*-
* Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
diff --git a/net/tnftp/files/src/domacro.c b/net/tnftp/files/src/domacro.c
index ad6956cd0f8..073f65cd04f 100644
--- a/net/tnftp/files/src/domacro.c
+++ b/net/tnftp/files/src/domacro.c
@@ -1,4 +1,4 @@
-/* $NetBSD: domacro.c,v 1.1.1.1 2003/02/28 10:44:53 lukem Exp $ */
+/* $NetBSD: domacro.c,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*
* Copyright (c) 1985, 1993, 1994
diff --git a/net/tnftp/files/src/extern.h b/net/tnftp/files/src/extern.h
index 3a85055990d..703c7faff27 100644
--- a/net/tnftp/files/src/extern.h
+++ b/net/tnftp/files/src/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.1.1.1 2003/02/28 10:44:53 lukem Exp $ */
+/* $NetBSD: extern.h,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*-
* Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
diff --git a/net/tnftp/files/src/fetch.c b/net/tnftp/files/src/fetch.c
index 845bd189631..e4848c16463 100644
--- a/net/tnftp/files/src/fetch.c
+++ b/net/tnftp/files/src/fetch.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fetch.c,v 1.1.1.1 2003/07/31 06:18:43 lukem Exp $ */
+/* $NetBSD: fetch.c,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*-
* Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
#if 0
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: fetch.c,v 1.1.1.1 2003/07/31 06:18:43 lukem Exp $");
+__RCSID("$NetBSD: fetch.c,v 1.1 2004/03/11 13:01:01 grant Exp $");
#endif /* not lint */
#endif
diff --git a/net/tnftp/files/src/ftp.1 b/net/tnftp/files/src/ftp.1
index 11bed2d9eb2..f3a60ad5ba9 100644
--- a/net/tnftp/files/src/ftp.1
+++ b/net/tnftp/files/src/ftp.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: ftp.1,v 1.1.1.1 2003/07/31 06:18:44 lukem Exp $
+.\" $NetBSD: ftp.1,v 1.1 2004/03/11 13:01:01 grant Exp $
.\"
.\" Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
diff --git a/net/tnftp/files/src/ftp.c b/net/tnftp/files/src/ftp.c
index 12f58f92d56..37cda5a7f67 100644
--- a/net/tnftp/files/src/ftp.c
+++ b/net/tnftp/files/src/ftp.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ftp.c,v 1.1.1.1 2003/07/31 07:18:24 lukem Exp $ */
+/* $NetBSD: ftp.c,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*-
* Copyright (c) 1996-2002 The NetBSD Foundation, Inc.
@@ -106,7 +106,7 @@
#if 0
static char sccsid[] = "@(#)ftp.c 8.6 (Berkeley) 10/27/94";
#else
-__RCSID("$NetBSD: ftp.c,v 1.1.1.1 2003/07/31 07:18:24 lukem Exp $");
+__RCSID("$NetBSD: ftp.c,v 1.1 2004/03/11 13:01:01 grant Exp $");
#endif
#endif /* not lint */
#endif
diff --git a/net/tnftp/files/src/ftp_var.h b/net/tnftp/files/src/ftp_var.h
index a99c9728b87..ae2b7657fd6 100644
--- a/net/tnftp/files/src/ftp_var.h
+++ b/net/tnftp/files/src/ftp_var.h
@@ -1,4 +1,4 @@
-/* $NetBSD: ftp_var.h,v 1.1.1.1 2003/02/28 10:44:54 lukem Exp $ */
+/* $NetBSD: ftp_var.h,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*-
* Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
diff --git a/net/tnftp/files/src/main.c b/net/tnftp/files/src/main.c
index 5823130dc4b..f17f8fe87d2 100644
--- a/net/tnftp/files/src/main.c
+++ b/net/tnftp/files/src/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.1.1.1 2003/07/31 06:18:44 lukem Exp $ */
+/* $NetBSD: main.c,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*-
* Copyright (c) 1996-2002 The NetBSD Foundation, Inc.
@@ -109,7 +109,7 @@ __COPYRIGHT("@(#) Copyright (c) 1985, 1989, 1993, 1994\n\
#if 0
static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94";
#else
-__RCSID("$NetBSD: main.c,v 1.1.1.1 2003/07/31 06:18:44 lukem Exp $");
+__RCSID("$NetBSD: main.c,v 1.1 2004/03/11 13:01:01 grant Exp $");
#endif
#endif /* not lint */
#endif
diff --git a/net/tnftp/files/src/progressbar.c b/net/tnftp/files/src/progressbar.c
index 980ab6f6514..b33ce7c4eec 100644
--- a/net/tnftp/files/src/progressbar.c
+++ b/net/tnftp/files/src/progressbar.c
@@ -1,4 +1,4 @@
-/* $NetBSD: progressbar.c,v 1.1.1.1 2003/07/31 06:18:44 lukem Exp $ */
+/* $NetBSD: progressbar.c,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*-
* Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
#if 0
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: progressbar.c,v 1.1.1.1 2003/07/31 06:18:44 lukem Exp $");
+__RCSID("$NetBSD: progressbar.c,v 1.1 2004/03/11 13:01:01 grant Exp $");
#endif /* not lint */
#endif
diff --git a/net/tnftp/files/src/progressbar.h b/net/tnftp/files/src/progressbar.h
index f696da893be..d5f8bba1c01 100644
--- a/net/tnftp/files/src/progressbar.h
+++ b/net/tnftp/files/src/progressbar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: progressbar.h,v 1.1.1.1 2003/02/28 10:44:54 lukem Exp $ */
+/* $NetBSD: progressbar.h,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*-
* Copyright (c) 1996-2003 The NetBSD Foundation, Inc.
diff --git a/net/tnftp/files/src/ruserpass.c b/net/tnftp/files/src/ruserpass.c
index 625b566ee56..9afa5faffaf 100644
--- a/net/tnftp/files/src/ruserpass.c
+++ b/net/tnftp/files/src/ruserpass.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ruserpass.c,v 1.1.1.1 2003/02/28 10:44:55 lukem Exp $ */
+/* $NetBSD: ruserpass.c,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*
* Copyright (c) 1985, 1993, 1994
diff --git a/net/tnftp/files/src/util.c b/net/tnftp/files/src/util.c
index 9b0a9aa11dd..63f1e91f0fa 100644
--- a/net/tnftp/files/src/util.c
+++ b/net/tnftp/files/src/util.c
@@ -1,4 +1,4 @@
-/* $NetBSD: util.c,v 1.1.1.1 2003/07/31 07:18:24 lukem Exp $ */
+/* $NetBSD: util.c,v 1.1 2004/03/11 13:01:01 grant Exp $ */
/*-
* Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
#if 0
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: util.c,v 1.1.1.1 2003/07/31 07:18:24 lukem Exp $");
+__RCSID("$NetBSD: util.c,v 1.1 2004/03/11 13:01:01 grant Exp $");
#endif /* not lint */
#endif
diff --git a/net/tnftp/files/src/version.h b/net/tnftp/files/src/version.h
index 32dc885e7cb..99a5a3c8340 100644
--- a/net/tnftp/files/src/version.h
+++ b/net/tnftp/files/src/version.h
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.1.1.1 2003/07/31 07:13:01 lukem Exp $ */
+/* $NetBSD: version.h,v 1.1 2004/03/11 13:01:02 grant Exp $ */
/*-
* Copyright (c) 1999-2003 The NetBSD Foundation, Inc.
* All rights reserved.