From 590c411955d6975551ffeaf41d7faf4b26f836d1 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 2 Oct 2000 06:33:59 +0000 Subject: Import cvs-1.11 onto vendor branch. --- contrib/cvs/src/create_adm.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'contrib/cvs/src/create_adm.c') diff --git a/contrib/cvs/src/create_adm.c b/contrib/cvs/src/create_adm.c index 7f8f581..878b058 100644 --- a/contrib/cvs/src/create_adm.c +++ b/contrib/cvs/src/create_adm.c @@ -22,7 +22,8 @@ don't print warnings; all errors are fatal then. */ int -Create_Admin (dir, update_dir, repository, tag, date, nonbranch, warn) +Create_Admin (dir, update_dir, repository, tag, date, nonbranch, warn, + dotemplate) char *dir; char *update_dir; char *repository; @@ -30,6 +31,7 @@ Create_Admin (dir, update_dir, repository, tag, date, nonbranch, warn) char *date; int nonbranch; int warn; + int dotemplate; { FILE *fout; char *cp; @@ -168,7 +170,7 @@ Create_Admin (dir, update_dir, repository, tag, date, nonbranch, warn) WriteTag (dir, tag, date, nonbranch, update_dir, repository); #ifdef SERVER_SUPPORT - if (server_active) + if (server_active && dotemplate) { server_template (update_dir, repository); } -- cgit v1.1