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.rwalld | |
| parent | b97fa2ef508bb1cc99621edb8b6d03845b55b8bd (diff) | |
Notes
Diffstat (limited to 'libexec/rpc.rwalld')
| -rw-r--r-- | libexec/rpc.rwalld/Makefile | 2 | ||||
| -rw-r--r-- | libexec/rpc.rwalld/rpc.rwalld.8 | 2 | ||||
| -rw-r--r-- | libexec/rpc.rwalld/rwalld.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rpc.rwalld/Makefile b/libexec/rpc.rwalld/Makefile index a867320ee3825..f9bf277da151a 100644 --- a/libexec/rpc.rwalld/Makefile +++ b/libexec/rpc.rwalld/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG = rpc.rwalld SRCS = rwalld.c diff --git a/libexec/rpc.rwalld/rpc.rwalld.8 b/libexec/rpc.rwalld/rpc.rwalld.8 index 9f2d66cff0cbe..cbd64a99548f8 100644 --- a/libexec/rpc.rwalld/rpc.rwalld.8 +++ b/libexec/rpc.rwalld/rpc.rwalld.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.RWALLD 8 diff --git a/libexec/rpc.rwalld/rwalld.c b/libexec/rpc.rwalld/rwalld.c index b0511a4b2c417..90b0ffe04d0e5 100644 --- a/libexec/rpc.rwalld/rwalld.c +++ b/libexec/rpc.rwalld/rwalld.c @@ -28,7 +28,7 @@ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* not lint */ #include <unistd.h> |
