diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/configure.html | 3 | ||||
-rw-r--r-- | core/ports.html | 3 |
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 |