mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
remove now needless vipw(8) instructions
parent
1abb1226b6
commit
f95ea87a8f
11
OpenBSD.md
11
OpenBSD.md
@ -46,15 +46,4 @@ If the database file `/etc/login.conf.db` exists, you need to rebuild it with:
|
|||||||
Ensure that the user you intend to build Go with is in the `staff` login class:
|
Ensure that the user you intend to build Go with is in the `staff` login class:
|
||||||
```
|
```
|
||||||
# usermod -L staff your_username_here
|
# usermod -L staff your_username_here
|
||||||
```
|
|
||||||
|
|
||||||
Look for the 5th element which is the login class, this is blank by
|
|
||||||
users added by useradd. In the following example the user operator
|
|
||||||
would be added to the staff class
|
|
||||||
```
|
|
||||||
## Before
|
|
||||||
operator:*:2:5::0:0:System &:/operator:/sbin/nologin
|
|
||||||
|
|
||||||
## After
|
|
||||||
operator:*:2:5:staff:0:0:System &:/operator:/sbin/nologin
|
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user