diff options
author | jnemeth <jnemeth> | 2009-02-17 04:24:02 +0000 |
---|---|---|
committer | jnemeth <jnemeth> | 2009-02-17 04:24:02 +0000 |
commit | 67ae87ebc506bc880883c50a23e4cf1239210c67 (patch) | |
tree | 6fb8a06e4a52495759003ba3c401f14088d430d3 | |
parent | 1375dace4d2875c115b2ce34efe6803382f4bce2 (diff) | |
download | pkgsrc-67ae87ebc506bc880883c50a23e4cf1239210c67.tar.gz |
2nd ROOT_GROUP -> ROOT_USER
-rw-r--r-- | doc/guide/files/components.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/components.xml b/doc/guide/files/components.xml index 76fca135cf9..b682aaa7033 100644 --- a/doc/guide/files/components.xml +++ b/doc/guide/files/components.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: components.xml,v 1.39 2008/05/29 08:34:26 abs Exp $ --> +<!-- $NetBSD: components.xml,v 1.40 2009/02/17 04:24:02 jnemeth Exp $ --> <chapter id="components"> <?dbhtml filename="components.html"?> <title>Package components - files, directories and contents</title> @@ -578,7 +578,7 @@ MESSAGE_SUBST+= SOMEVAR="somevalue" <varname>X11BASE</varname>, <varname>PKG_SYSCONFDIR</varname>, <varname>ROOT_GROUP</varname>, and - <varname>ROOT_GROUP</varname>.</para> + <varname>ROOT_USER</varname>.</para> <para>You can display a different or additional files by setting the <varname>MESSAGE_SRC</varname> variable. Its |