- 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:
parent
27bc2d0afb
commit
3d5c64b4ff
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=12737
1 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
<holder role="mailto:stijn@win.tue.nl">Stijn Hoop</holder>
|
||||
</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>
|
||||
|
||||
|
@ -47,8 +47,8 @@
|
|||
<para>FreeBSD is one of the projects using <application>CVS</application>.
|
||||
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.</para>
|
||||
|
||||
<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>
|
||||
|
||||
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:
|
||||
|
||||
<screen>&prompt.root; <userinput>chown -R :<replaceable>ncvs</replaceable> <replaceable>path-to-your-repository</replaceable></userinput></screen>
|
||||
|
|
Loading…
Reference in a new issue