about summary refs log tree commit diff stats
path: root/core/ports.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2017-02-18 06:59:21 +0000
committerSilvino Silva <silvino@bk.ru>2017-02-18 06:59:21 +0000
commitbb078eb6dcd67616e4e57b8df7cf8bc0dbd8ffa9 (patch)
treecb88b7d25e1cc8b4a727443bad339ef2692de542 /core/ports.html
parentd11608eafc201f6fc5e6fad86eb76908f489deda (diff)
downloaddoc-bb078eb6dcd67616e4e57b8df7cf8bc0dbd8ffa9.tar.gz
install update to crux 3.3
Diffstat (limited to 'core/ports.html')
-rw-r--r--core/ports.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ports.html b/core/ports.html
index 1d06877..230e284 100644
--- a/core/ports.html
+++ b/core/ports.html
@@ -20,7 +20,7 @@
 	Add a user that will be used by ports tools, this example pkgmk;</p>
 
         <pre>
-        # useradd -U -m -d /usr/ports -s /bin/false pkgmk
+        # useradd -U -M -d /usr/ports -s /bin/false pkgmk
         </pre>
 
         <p>You can add your self to group pkgmk,</p>
@@ -67,7 +67,7 @@
 
         <h2 id="pkgmk">1.3.3. Configure pkgmk</h2>
 
-        <p>Read <a href="https://crux.nu/Handbook3-2#ntoc22">4.5. Adjust/Configure the Package Build Process</a>
+        <p>Read <a href="https://crux.nu/Handbook3-3#ntoc22">4.5. Adjust/Configure the Package Build Process</a>
         to take advantage of your specific hardware. Packages build with
         native flag will not run on different hardware. This is the best choice
         if you want gcc to find the best settings based on your hardware.</p>