INN commit: trunk/doc/pod (checklist.pod)
INN Commit
rra at isc.org
Tue Dec 29 00:02:53 UTC 2009
Date: Monday, December 28, 2009 @ 16:02:52
Author: iulius
Revision: 8870
Use ":" with chown, and not ".", as separator for group name.
Modified:
trunk/doc/pod/checklist.pod
---------------+
checklist.pod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: checklist.pod
===================================================================
--- checklist.pod 2009-12-28 00:09:31 UTC (rev 8869)
+++ checklist.pod 2009-12-29 00:02:52 UTC (rev 8870)
@@ -33,7 +33,7 @@
are owned by C<news>, group C<news>.
You want to be careful that things in that directory stay owned by
-C<news> S<-- but> you can't just C<chown -R news.news> after the install,
+C<news> S<-- but> you can't just C<chown -R news:news> after the install,
because you may have binaries that are SUID root. You can do the build
as any user, but you need to be root when doing C<make install> so as
to set the permissions correctly. After that point, though, you may
More information about the inn-committers
mailing list