describe LOGIN_CONF, help from espie
authorsthen <sthen@openbsd.org>
Fri, 11 Feb 2022 12:42:24 +0000 (12:42 +0000)
committersthen <sthen@openbsd.org>
Fri, 11 Feb 2022 12:42:24 +0000 (12:42 +0000)
share/man/man5/bsd.port.mk.5

index 2b2946f..a5079e7 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.551 2022/01/21 09:06:38 espie Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.552 2022/02/11 12:42:24 sthen Exp $
 .\"
 .\" Copyright (c) 2000-2008 Marc Espie
 .\"
@@ -24,7 +24,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: January 21 2022 $
+.Dd $Mdocdate: February 11 2022 $
 .Dt BSD.PORT.MK 5
 .Os
 .Sh NAME
@@ -2113,6 +2113,21 @@ Defaults to
 Set to
 .Sq Yes
 to show every acquire/release lock operation.
+.It Ev LOGIN_CONF
+List of files copied during
+.Cm post-install
+from
+.Ev PKGDIR
+into
+.Pa ${PREFIX}/share/examples/login.conf.d .
+When a port provides a daemon requiring non-default
+.Xr login.conf 5
+attributes, a sample file should be provided,
+listed in
+.Ev LOGIN_CONF,
+and used as a template by adding
+.Cm @sample /etc/login.conf.d/${ Ns Va class Ns }
+to the packing list.
 .It Ev LP64_ARCHS
 Set to the list of 64-bit architectures.
 Read-only.