about summary refs log tree commit diff stats
path: root/core/ports.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/ports.html')
-rw-r--r--core/ports.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/core/ports.html b/core/ports.html
index 98ccbba..9662e43 100644
--- a/core/ports.html
+++ b/core/ports.html
@@ -23,8 +23,8 @@
         # useradd -U -M -d /usr/ports -s /bin/false pkgmk
         </pre>
 
-        <p>You can add your self to group pkgmk, Members of this group will
-        not be under <a href="linux.html#sysctl">tpe</a> protection.</p>
+        <p>You can add your self to group pkgmk. Check if members of this
+        group are under <a href="linux.html#sysctl">tpe</a> protection.</p>
 
         <pre>
         # usermod -a -G pkgmk c9admin
@@ -62,7 +62,7 @@
         <p>Edit fstab, change uid to id of pkgmk, this example 102;</p>
 
         <pre>
-        pkgmk /usr/ports/work tmpfs size=30G,uid=102,defaults 0 0
+        pkgmk /usr/ports/work tmpfs size=30G,uid=102,defaults,mode=0750 0 0
         </pre>
 
 
@@ -86,8 +86,6 @@
         export CFLAGS="-O2 -march=native -mtune=native"
         </pre>
 
-        <p>"-protector-strong" which only insert stack canaries in fuctions where overflow might actually happen</p>
-
         <p>Discover number of cores/cpus to hard code -j option.</p>
 
         <pre>