From 3d5c64b4ffbc56debf882e096bddced4ddec5e13 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Wed, 10 Apr 2002 02:05:55 +0000 Subject: [PATCH] - Use &a.joe; for referring to Joe Karthauser. - Fix description of chown(8) when changing only the gid of a file and not uid too. --- en_US.ISO8859-1/articles/cvs-freebsd/article.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/articles/cvs-freebsd/article.sgml b/en_US.ISO8859-1/articles/cvs-freebsd/article.sgml index a1214db840..8572589907 100644 --- a/en_US.ISO8859-1/articles/cvs-freebsd/article.sgml +++ b/en_US.ISO8859-1/articles/cvs-freebsd/article.sgml @@ -20,7 +20,7 @@ Stijn Hoop - $Date: 2002-04-07 23:52:32 $ + $Date: 2002-04-10 02:05:55 $ $FreeBSD$ @@ -47,8 +47,8 @@ FreeBSD is one of the projects using CVS. It also has a large base of developers located around the world. They developed some scripts to make management of the repository easier. - Recently, these scripts were revisited and normalized by Joseph - Karthauser to make it easier to reuse them in other projects. This + Recently, these scripts were revisited and normalized by &a.joe; + to make it easier to reuse them in other projects. This article describes one method of using the new scripts. To make the most use of the information in this article, you need to @@ -88,7 +88,7 @@ &prompt.root; pw groupadd ncvs - Next, you should &man.chown.8; the directory to the user and group + Next, you should &man.chown.8; the directory to the group you just added: &prompt.root; chown -R :ncvs path-to-your-repository