diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:22:49 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-02-22 14:22:49 +0000 |
commit | 9e522f7a18a64d3b9ea901ed70d0eee78342f0c6 (patch) | |
tree | 675e78759fe0f81ec0897b596c2b111ceedef8ad /libexec/rpc.rusersd | |
parent | b97fa2ef508bb1cc99621edb8b6d03845b55b8bd (diff) | |
download | src-test2-9e522f7a18a64d3b9ea901ed70d0eee78342f0c6.tar.gz src-test2-9e522f7a18a64d3b9ea901ed70d0eee78342f0c6.zip |
Notes
Diffstat (limited to 'libexec/rpc.rusersd')
-rw-r--r-- | libexec/rpc.rusersd/Makefile | 2 | ||||
-rw-r--r-- | libexec/rpc.rusersd/rpc.rusersd.8 | 2 | ||||
-rw-r--r-- | libexec/rpc.rusersd/rusers_proc.c | 2 | ||||
-rw-r--r-- | libexec/rpc.rusersd/rusersd.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile index 203db267d4de..48f38531dd9c 100644 --- a/libexec/rpc.rusersd/Makefile +++ b/libexec/rpc.rusersd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG = rpc.rusersd SRCS = rusersd.c rusers_proc.c diff --git a/libexec/rpc.rusersd/rpc.rusersd.8 b/libexec/rpc.rusersd/rpc.rusersd.8 index f65207e60d03..81345f8d191a 100644 --- a/libexec/rpc.rusersd/rpc.rusersd.8 +++ b/libexec/rpc.rusersd/rpc.rusersd.8 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $Id$ .\" .Dd June 7, 1993 .Dt RPC.RUSERSD 8 diff --git a/libexec/rpc.rusersd/rusers_proc.c b/libexec/rpc.rusersd/rusers_proc.c index 1289c3067673..db6288bcc800 100644 --- a/libexec/rpc.rusersd/rusers_proc.c +++ b/libexec/rpc.rusersd/rusers_proc.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* not lint */ #include <signal.h> diff --git a/libexec/rpc.rusersd/rusersd.c b/libexec/rpc.rusersd/rusersd.c index 919d1222454f..8538797e0f0a 100644 --- a/libexec/rpc.rusersd/rusersd.c +++ b/libexec/rpc.rusersd/rusersd.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* not lint */ #include <stdio.h> |