summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-09-22 21:56:57 +0000
committerwosch <wosch@FreeBSD.org>1996-09-22 21:56:57 +0000
commit361a15b8f4a83afeff37ca3cdf0689db0bad4dd7 (patch)
tree4867a3bdc9ae39645860d414e03dc04a0418a63a /libexec/ftpd
parent880849a80eb75b12a7a46608998c601f529e2e36 (diff)
downloadFreeBSD-src-361a15b8f4a83afeff37ca3cdf0689db0bad4dd7.zip
FreeBSD-src-361a15b8f4a83afeff37ca3cdf0689db0bad4dd7.tar.gz
add forgotten $Id$
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 9805cab..ff1cdfb 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 4a162c6..5951e70 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 2017ad5..11d7254 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 d08bdba..9562795 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 02278e7..8842742 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 cdb6065..4ca4e5b 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 5c34b9b..8dedc18 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>
OpenPOWER on IntegriCloud