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/uucpd | |
parent | 83b3c2c1614c7caa6fd6a6eb52f6b74876ae61dd (diff) | |
download | FreeBSD-src-090fb430f117cbbf541214c39f88eb57afb71d15.zip FreeBSD-src-090fb430f117cbbf541214c39f88eb57afb71d15.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'libexec/uucpd')
-rw-r--r-- | libexec/uucpd/Makefile | 2 | ||||
-rw-r--r-- | libexec/uucpd/pathnames.h | 2 | ||||
-rw-r--r-- | libexec/uucpd/uucpd.8 | 2 | ||||
-rw-r--r-- | libexec/uucpd/uucpd.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index 96efb14..9a296c9 100644 --- a/libexec/uucpd/Makefile +++ b/libexec/uucpd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $Id$ PROG= uucpd MAN8= uucpd.8 diff --git a/libexec/uucpd/pathnames.h b/libexec/uucpd/pathnames.h index e597a38..782f23e 100644 --- a/libexec/uucpd/pathnames.h +++ b/libexec/uucpd/pathnames.h @@ -32,7 +32,7 @@ * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 * - * $FreeBSD$ + * $Id$ */ #include <paths.h> diff --git a/libexec/uucpd/uucpd.8 b/libexec/uucpd/uucpd.8 index d95b3d2..654f65e 100644 --- a/libexec/uucpd/uucpd.8 +++ b/libexec/uucpd/uucpd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)rshd.8 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd Feb 18, 1996 .Dt UUCPD 8 diff --git a/libexec/uucpd/uucpd.c b/libexec/uucpd/uucpd.c index 8366812..266831d 100644 --- a/libexec/uucpd/uucpd.c +++ b/libexec/uucpd/uucpd.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $Id$ */ #ifndef lint |