svn commit: r40193 - head/en_US.ISO8859-1/articles/portbuild

Mark Linimon linimon at FreeBSD.org
Fri Nov 30 02:03:25 UTC 2012


Author: linimon
Date: Fri Nov 30 02:03:24 2012
New Revision: 40193
URL: http://svnweb.freebsd.org/changeset/doc/40193

Log:
  Clarify sysutils/ganglia-webfrontend installation instructions.
  
  Note that you don't have to edit sudoers directly.

Modified:
  head/en_US.ISO8859-1/articles/portbuild/article.xml

Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml	Fri Nov 30 00:30:32 2012	(r40192)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Fri Nov 30 02:03:24 2012	(r40193)
@@ -1977,13 +1977,11 @@ touch /tmp/.boot_finished</screen>
 	    </listitem>
 
 	    <listitem>
-	      <para>Modify
-		 <filename>usr/local/etc/sudoers</filename>:<screen>
-38a39,42
->
-> # local changes for package building
-> %wheel        ALL=(ALL) ALL
-> ports-<replaceable>${arch}</replaceable>    ALL=(ALL) NOPASSWD: ALL</screen>
+	      <para>Create
+		 <filename>usr/local/etc/sudoers/sudoers.d/portbuild</filename>:<programlisting>
+# local changes for package building
+%wheel        ALL=(ALL) ALL
+ports-<replaceable>${arch}</replaceable>    ALL=(ALL) NOPASSWD: ALL</programlisting>
 	      </para>
 	    </listitem>
 	  </itemizedlist>
@@ -2921,7 +2919,7 @@ devel/subversion
 net/nc
 net/rsync
 sysutils/ganglia-monitor-core (with GMETAD off)
-sysutils/ganglia-webfrontend (WITHOUT_X11)
+sysutils/ganglia-webfrontend (compile with -DWITHOUT_X11)
 www/apache22 (with EXT_FILTER)</screen>
 	  </para>
 


More information about the svn-doc-all mailing list