aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-09-22 21:56:57 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-09-22 21:56:57 +0000
commit148531ef1e6681bf21fa82c8afd667377b9c057f (patch)
tree4867a3bdc9ae39645860d414e03dc04a0418a63a /libexec/ftpd
parent3f8ba9ae3e5875d5550eb586b6c3a64adbabb639 (diff)
Notes
Diffstat (limited to 'libexec/ftpd')
-rw-r--r--libexec/ftpd/extern.h1
-rw-r--r--libexec/ftpd/ftpcmd.y1
-rw-r--r--libexec/ftpd/ftpd.81
-rw-r--r--libexec/ftpd/logwtmp.c1
-rw-r--r--libexec/ftpd/pathnames.h1
-rw-r--r--libexec/ftpd/popen.c2
-rw-r--r--libexec/ftpd/skey-stuff.c5
7 files changed, 11 insertions, 1 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h
index 9805cabc5013..ff1cdfbf8589 100644
--- a/libexec/ftpd/extern.h
+++ b/libexec/ftpd/extern.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)extern.h 8.2 (Berkeley) 4/4/94
+ * $Id$
*/
void blkfree __P((char **));
diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y
index 4a162c609d66..5951e7099e11 100644
--- a/libexec/ftpd/ftpcmd.y
+++ b/libexec/ftpd/ftpcmd.y
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)ftpcmd.y 8.3 (Berkeley) 4/6/94
+ * $Id$
*/
/*
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 2017ad5213cf..11d72546ee98 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94
+.\" $Id$
.\"
.Dd April 19, 1994
.Dt FTPD 8
diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c
index d08bdba85bd3..9562795fa8c3 100644
--- a/libexec/ftpd/logwtmp.c
+++ b/libexec/ftpd/logwtmp.c
@@ -30,6 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
#ifndef lint
diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h
index 02278e79caba..8842742acfe2 100644
--- a/libexec/ftpd/pathnames.h
+++ b/libexec/ftpd/pathnames.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)pathnames.h 8.1 (Berkeley) 6/4/93
+ * $Id$
*/
#include <paths.h>
diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c
index cdb60651de11..4ca4e5b72406 100644
--- a/libexec/ftpd/popen.c
+++ b/libexec/ftpd/popen.c
@@ -33,7 +33,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
+ * $Id$
*/
+
#if 0
#ifndef lint
static char sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94";
diff --git a/libexec/ftpd/skey-stuff.c b/libexec/ftpd/skey-stuff.c
index 5c34b9b7395d..8dedc18e6f1c 100644
--- a/libexec/ftpd/skey-stuff.c
+++ b/libexec/ftpd/skey-stuff.c
@@ -1,4 +1,7 @@
-/* Author: Wietse Venema, Eindhoven University of Technology. */
+/* Author: Wietse Venema, Eindhoven University of Technology.
+ *
+ * $Id$
+ */
#include <stdio.h>
#include <pwd.h>