remove now needless vipw(8) instructions

Michael McConville 2016-01-13 23:41:42 -05:00
parent 1abb1226b6
commit f95ea87a8f

@ -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
``` ```