diff --git a/OpenBSD.md b/OpenBSD.md index 756d3ec2..f9a6b5de 100644 --- a/OpenBSD.md +++ b/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: ``` # 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 ``` \ No newline at end of file