Date: Fri, 23 Nov 2012 09:28:44 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40138 - head/en_US.ISO8859-1/articles/portbuild Message-ID: <201211230928.qAN9Si0X081862@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Nov 23 09:28:44 2012 New Revision: 40138 URL: http://svnweb.freebsd.org/changeset/doc/40138 Log: It's really annoying that the old toolchain does not catch these. 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 23 04:36:24 2012 (r40137) +++ head/en_US.ISO8859-1/articles/portbuild/article.xml Fri Nov 23 09:28:44 2012 (r40138) @@ -2553,7 +2553,7 @@ dopackages</command> without <literal>-n <listitem> <screen> chown ports-<replaceable>arch</replaceable>:portmgr /var/portbuild/<replaceable>arch</replaceable>; -chmod 755 /var/portbuild/<replaceable>arch</replaceable>; +chmod 775 /var/portbuild/<replaceable>arch</replaceable>; cd /var/portbuild/<replaceable>arch</replaceable></screen> </listitem> @@ -2973,7 +2973,7 @@ ganglia:*:102:102::0:0:User &:/usr/l <step> <para>Create a <application>zfs</application> volume named <filename>a</filename> and mount it on - <filename>/a</filename>.<para> + <filename>/a</filename>.</para> <example> <title>Creating a <application>zfs</application> volume for portbuild</title>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211230928.qAN9Si0X081862>