Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 11:14:14 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e15262a468a9 - main - sysutils/no-login: Deprecate and set expiration date to 2024-04-30
Message-ID:  <202403231114.42NBEEog008335@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e15262a468a930bc1fb0ed389b457aae9d9e46b7

commit e15262a468a930bc1fb0ed389b457aae9d9e46b7
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-03-23 10:24:00 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-03-23 11:13:37 +0000

    sysutils/no-login: Deprecate and set expiration date to 2024-04-30
    
    nologin is included in base rendering this port unnecessary
---
 sysutils/no-login/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysutils/no-login/Makefile b/sysutils/no-login/Makefile
index 9a26dad15196..7948c2ea65df 100644
--- a/sysutils/no-login/Makefile
+++ b/sysutils/no-login/Makefile
@@ -7,6 +7,9 @@ MASTER_SITES=	LOCAL/wes
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Refuse a login to a user, and make a note of it in syslog
 
+DEPRECATED=	Obsolete, use nologin in base
+EXPIRATION_DATE=2024-04-30
+
 PLIST_FILES=	bin/nologin share/man/man8/${PORTNAME}.8.gz
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231114.42NBEEog008335>