diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 14:22:49 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 14:22:49 +0000 |
commit | 090fb430f117cbbf541214c39f88eb57afb71d15 (patch) | |
tree | 675e78759fe0f81ec0897b596c2b111ceedef8ad /libexec/ftpd | |
parent | 83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd (diff) | |
download | FreeBSD-src-090fb430f117cbbf541214c39f88eb57afb71d15.zip FreeBSD-src-090fb430f117cbbf541214c39f88eb57afb71d15.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'libexec/ftpd')
-rw-r--r-- | libexec/ftpd/Makefile | 2 | ||||
-rw-r--r-- | libexec/ftpd/extern.h | 2 | ||||
-rw-r--r-- | libexec/ftpd/ftpcmd.y | 2 | ||||
-rw-r--r-- | libexec/ftpd/ftpd.8 | 2 | ||||
-rw-r--r-- | libexec/ftpd/ftpd.c | 2 | ||||
-rw-r--r-- | libexec/ftpd/logwtmp.c | 2 | ||||
-rw-r--r-- | libexec/ftpd/pathnames.h | 2 | ||||
-rw-r--r-- | libexec/ftpd/popen.c | 2 | ||||
-rw-r--r-- | libexec/ftpd/skey-stuff.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index a606963..75df272 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 4/4/94 -# $FreeBSD$ +# $Id$ PROG= ftpd MAN8= ftpd.8 diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index 84bb309..ff1cdfb 100644 --- a/libexec/ftpd/extern.h +++ b/libexec/ftpd/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)extern.h 8.2 (Berkeley) 4/4/94 - * $FreeBSD$ + * $Id$ */ void blkfree __P((char **)); diff --git a/libexec/ftpd/ftpcmd.y b/libexec/ftpd/ftpcmd.y index 15d59ce..5951e70 100644 --- a/libexec/ftpd/ftpcmd.y +++ b/libexec/ftpd/ftpcmd.y @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ftpcmd.y 8.3 (Berkeley) 4/6/94 - * $FreeBSD$ + * $Id$ */ /* diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 0b6daec..98fb588 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 19, 1994 .Dt FTPD 8 diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index 4327994..64ddc4b 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #if 0 diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c index b5b8192..9562795 100644 --- a/libexec/ftpd/logwtmp.c +++ b/libexec/ftpd/logwtmp.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint diff --git a/libexec/ftpd/pathnames.h b/libexec/ftpd/pathnames.h index 491dd34..8842742 100644 --- a/libexec/ftpd/pathnames.h +++ b/libexec/ftpd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $Id$ */ #include <paths.h> diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index d0c9bb6..b00235a 100644 --- a/libexec/ftpd/popen.c +++ b/libexec/ftpd/popen.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #if 0 diff --git a/libexec/ftpd/skey-stuff.c b/libexec/ftpd/skey-stuff.c index 2ab0cb5..b6aba40 100644 --- a/libexec/ftpd/skey-stuff.c +++ b/libexec/ftpd/skey-stuff.c @@ -1,6 +1,6 @@ /* Author: Wietse Venema, Eindhoven University of Technology. * - * $FreeBSD$ + * $Id$ */ #include <stdio.h> |