summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2001-04-25 01:46:25 +0000
committerlukem <lukem@NetBSD.org>2001-04-25 01:46:25 +0000
commit7e903ba2b0159f4fb1d3541d6c0f1e565aff94ae (patch)
treee8a6b159dd57497541c9cec96675022850e0fcdb /libexec
parentc0da9e56cb696c747b734e025eabe9e915f26da5 (diff)
crank copyrights of files changed this year
remove superfluous byte_count update in send_file_list crank version
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/cmds.c6
-rw-r--r--libexec/ftpd/conf.c6
-rw-r--r--libexec/ftpd/extern.h4
-rw-r--r--libexec/ftpd/ftpcmd.y6
-rw-r--r--libexec/ftpd/ftpd.c8
-rw-r--r--libexec/ftpd/ftpusers.54
-rw-r--r--libexec/ftpd/popen.c6
-rw-r--r--libexec/ftpd/version.h6
8 files changed, 22 insertions, 24 deletions
diff --git a/libexec/ftpd/cmds.c b/libexec/ftpd/cmds.c
index 0c371ed2576..a30869d33aa 100644
--- a/libexec/ftpd/cmds.c
+++ b/libexec/ftpd/cmds.c
@@ -1,7 +1,7 @@
-/* $NetBSD: cmds.c,v 1.12 2001/01/09 06:07:01 itojun Exp $ */
+/* $NetBSD: cmds.c,v 1.13 2001/04/25 01:46:25 lukem Exp $ */
/*
- * Copyright (c) 1999-2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -101,7 +101,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: cmds.c,v 1.12 2001/01/09 06:07:01 itojun Exp $");
+__RCSID("$NetBSD: cmds.c,v 1.13 2001/04/25 01:46:25 lukem Exp $");
#endif /* not lint */
#include <sys/param.h>
diff --git a/libexec/ftpd/conf.c b/libexec/ftpd/conf.c
index 36d81d14f75..a05794e50c8 100644
--- a/libexec/ftpd/conf.c
+++ b/libexec/ftpd/conf.c
@@ -1,7 +1,7 @@
-/* $NetBSD: conf.c,v 1.40 2001/03/18 22:42:22 christos Exp $ */
+/* $NetBSD: conf.c,v 1.41 2001/04/25 01:46:25 lukem Exp $ */
/*-
- * Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: conf.c,v 1.40 2001/03/18 22:42:22 christos Exp $");
+__RCSID("$NetBSD: conf.c,v 1.41 2001/04/25 01:46:25 lukem Exp $");
#endif /* not lint */
#include <sys/types.h>
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h
index 61b20574588..7216ca82a26 100644
--- a/libexec/ftpd/extern.h
+++ b/libexec/ftpd/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.40 2001/04/01 23:11:55 aidan Exp $ */
+/* $NetBSD: extern.h,v 1.41 2001/04/25 01:46:25 lukem Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -36,7 +36,7 @@
*/
/*-
- * Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y
index 2ae7a1d8c75..149daf04317 100644
--- a/libexec/ftpd/ftpcmd.y
+++ b/libexec/ftpd/ftpcmd.y
@@ -1,7 +1,7 @@
-/* $NetBSD: ftpcmd.y,v 1.64 2001/04/17 01:37:04 lukem Exp $ */
+/* $NetBSD: ftpcmd.y,v 1.65 2001/04/25 01:46:25 lukem Exp $ */
/*-
- * Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -83,7 +83,7 @@
#if 0
static char sccsid[] = "@(#)ftpcmd.y 8.3 (Berkeley) 4/6/94";
#else
-__RCSID("$NetBSD: ftpcmd.y,v 1.64 2001/04/17 01:37:04 lukem Exp $");
+__RCSID("$NetBSD: ftpcmd.y,v 1.65 2001/04/25 01:46:25 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 5c62dc16702..e20d41d8e27 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -1,7 +1,7 @@
-/* $NetBSD: ftpd.c,v 1.124 2001/04/12 02:28:59 lukem Exp $ */
+/* $NetBSD: ftpd.c,v 1.125 2001/04/25 01:46:26 lukem Exp $ */
/*
- * Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -109,7 +109,7 @@ __COPYRIGHT(
#if 0
static char sccsid[] = "@(#)ftpd.c 8.5 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: ftpd.c,v 1.124 2001/04/12 02:28:59 lukem Exp $");
+__RCSID("$NetBSD: ftpd.c,v 1.125 2001/04/25 01:46:26 lukem Exp $");
#endif
#endif /* not lint */
@@ -2714,7 +2714,6 @@ send_file_list(const char *whichf)
}
cprintf(dout, "%s%s\n", dirname,
type == TYPE_A ? "\r" : "");
- byte_count += strlen(dirname) + 1;
continue;
} else if (!S_ISDIR(st.st_mode))
continue;
@@ -2760,7 +2759,6 @@ send_file_list(const char *whichf)
p = &nbuf[2];
cprintf(dout, "%s%s\n", p,
type == TYPE_A ? "\r" : "");
- byte_count += strlen(nbuf) + 1;
}
}
(void) closedir(dirp);
diff --git a/libexec/ftpd/ftpusers.5 b/libexec/ftpd/ftpusers.5
index 51431cd7750..85f500f0929 100644
--- a/libexec/ftpd/ftpusers.5
+++ b/libexec/ftpd/ftpusers.5
@@ -1,6 +1,6 @@
-.\" $NetBSD: ftpusers.5,v 1.9 2001/04/04 09:55:26 wiz Exp $
+.\" $NetBSD: ftpusers.5,v 1.10 2001/04/25 01:46:26 lukem Exp $
.\"
-.\" Copyright (c) 1997-2000 The NetBSD Foundation, Inc.
+.\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c
index a72992fa31f..4cd7c848432 100644
--- a/libexec/ftpd/popen.c
+++ b/libexec/ftpd/popen.c
@@ -1,7 +1,7 @@
-/* $NetBSD: popen.c,v 1.25 2001/03/18 22:42:22 christos Exp $ */
+/* $NetBSD: popen.c,v 1.26 2001/04/25 01:46:26 lukem Exp $ */
/*-
- * Copyright (c) 1999 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -78,7 +78,7 @@
#if 0
static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94";
#else
-__RCSID("$NetBSD: popen.c,v 1.25 2001/03/18 22:42:22 christos Exp $");
+__RCSID("$NetBSD: popen.c,v 1.26 2001/04/25 01:46:26 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/libexec/ftpd/version.h b/libexec/ftpd/version.h
index d2c3577bdf3..1a075c7c8f6 100644
--- a/libexec/ftpd/version.h
+++ b/libexec/ftpd/version.h
@@ -1,6 +1,6 @@
-/* $NetBSD: version.h,v 1.31 2001/04/17 01:37:04 lukem Exp $ */
+/* $NetBSD: version.h,v 1.32 2001/04/25 01:46:26 lukem Exp $ */
/*-
- * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
@@ -36,5 +36,5 @@
*/
#ifndef FTPD_VERSION
-#define FTPD_VERSION "NetBSD-ftpd 20010417a"
+#define FTPD_VERSION "NetBSD-ftpd 20010425"
#endif