about summary refs log tree commit diff stats
path: root/core
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-03-06 21:22:39 +0000
committerSilvino Silva <silvino@bk.ru>2019-03-06 21:22:39 +0000
commitbc963c50f553bd25bd2fd17f10d2cf7ac5beecd5 (patch)
tree75d0a2773d991df51ccb37ed5884099bd5ec237d /core
parent1203067a4e33c9ca6897dfa40a13a80454a40220 (diff)
downloaddoc-bc963c50f553bd25bd2fd17f10d2cf7ac5beecd5.tar.gz
core configure and ports revision
Diffstat (limited to 'core')
-rw-r--r--core/configure.html3
-rw-r--r--core/ports.html3
2 files changed, 2 insertions, 4 deletions
diff --git a/core/configure.html b/core/configure.html
index c814091..90c97ea 100644
--- a/core/configure.html
+++ b/core/configure.html
@@ -185,8 +185,7 @@
 	</dl>
 
         <pre>
-        # group -g username username
-        # useradd -u username -g username -m -k /etc/skel -s /bin/bash username
+        # useradd -U -m -k /etc/skel -s /bin/bash username
         # usermod -G adm,wheel,audio,video username
         # passwd username
         </pre>
diff --git a/core/ports.html b/core/ports.html
index 34583d1..e921351 100644
--- a/core/ports.html
+++ b/core/ports.html
@@ -29,8 +29,7 @@
 	Add a user that will be used by ports tools, this example pkgmk;</p>
 
         <pre>
-        # group -r -g pkgmk pkgmk
-        # useradd -r -u pkgmk -g pkgmk -m -d /usr/ports -s /bin/false pkgmk
+        # useradd -r -U -d /usr/ports -s /bin/false pkgmk
         </pre>
 
         <p>You can add your self to group pkgmk. Check if members of this