From f95ea87a8f782ea4c57f741d67ede370c52aa07c Mon Sep 17 00:00:00 2001 From: Michael McConville Date: Wed, 13 Jan 2016 23:41:42 -0500 Subject: [PATCH] remove now needless vipw(8) instructions --- OpenBSD.md | 11 ----------- 1 file changed, 11 deletions(-) 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