diff options
author | peter <peter@FreeBSD.org> | 1997-05-16 00:12:16 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-05-16 00:12:16 +0000 |
commit | 12c4ced9facdc83ee17709502465428fa1b4c5ed (patch) | |
tree | ab25349316e3f8b6fc83e348fb28c42825927caf /contrib/cvs/src/server.c | |
parent | 174a377378c64117a2cf5eaf7b0b7116dcd2dded (diff) | |
download | FreeBSD-src-12c4ced9facdc83ee17709502465428fa1b4c5ed.zip FreeBSD-src-12c4ced9facdc83ee17709502465428fa1b4c5ed.tar.gz |
Initial round of support for a local $Id$ keyword in cvs, eg: $FreeBSD$.
This is not complete yet in that it doesn't drive our version of RCS
completely, but it does work fine when you do the appropriate magic.
Obtained from: OpenBSD source tree
Diffstat (limited to 'contrib/cvs/src/server.c')
-rw-r--r-- | contrib/cvs/src/server.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cvs/src/server.c b/contrib/cvs/src/server.c index 65b1dd3..432e9f9 100644 --- a/contrib/cvs/src/server.c +++ b/contrib/cvs/src/server.c @@ -565,6 +565,7 @@ Sorry, you don't have read/write access to the history file %s", path); (void) putenv (env); /* do not free env, as putenv has control of it */ #endif + parseopts(CVSroot_directory); } static int max_dotdot_limit = 0; |