- 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.
This commit is contained in:
Giorgos Keramidas 2002-04-10 02:05:55 +00:00
parent 27bc2d0afb
commit 3d5c64b4ff
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12737

View file

@ -20,7 +20,7 @@
<holder role="mailto:stijn@win.tue.nl">Stijn Hoop</holder> <holder role="mailto:stijn@win.tue.nl">Stijn Hoop</holder>
</copyright> </copyright>
<pubdate role="rcs">$Date: 2002-04-07 23:52:32 $</pubdate> <pubdate role="rcs">$Date: 2002-04-10 02:05:55 $</pubdate>
<releaseinfo>$FreeBSD$</releaseinfo> <releaseinfo>$FreeBSD$</releaseinfo>
@ -47,8 +47,8 @@
<para>FreeBSD is one of the projects using <application>CVS</application>. <para>FreeBSD is one of the projects using <application>CVS</application>.
It also has a large base of developers located around the world. It also has a large base of developers located around the world.
They developed some scripts to make management of the repository easier. They developed some scripts to make management of the repository easier.
Recently, these scripts were revisited and normalized by Joseph Recently, these scripts were revisited and normalized by &a.joe;
Karthauser to make it easier to reuse them in other projects. This to make it easier to reuse them in other projects. This
article describes one method of using the new scripts.</para> article describes one method of using the new scripts.</para>
<para>To make the most use of the information in this article, you need to <para>To make the most use of the information in this article, you need to
@ -88,7 +88,7 @@
<screen>&prompt.root; <userinput>pw groupadd <replaceable>ncvs</replaceable></userinput></screen> <screen>&prompt.root; <userinput>pw groupadd <replaceable>ncvs</replaceable></userinput></screen>
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: you just added:
<screen>&prompt.root; <userinput>chown -R :<replaceable>ncvs</replaceable> <replaceable>path-to-your-repository</replaceable></userinput></screen> <screen>&prompt.root; <userinput>chown -R :<replaceable>ncvs</replaceable> <replaceable>path-to-your-repository</replaceable></userinput></screen>