aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2024-03-23 10:24:00 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2024-03-23 11:13:37 +0000
commite15262a468a930bc1fb0ed389b457aae9d9e46b7 (patch)
tree00fda2c2b91fb85af8cfdeee17787c56e9989ccb
parentc2a9f1eda383a963e66e23563265f04600fcc8ce (diff)
downloadports-e15262a468a930bc1fb0ed389b457aae9d9e46b7.tar.gz
ports-e15262a468a930bc1fb0ed389b457aae9d9e46b7.zip
sysutils/no-login: Deprecate and set expiration date to 2024-04-30
nologin is included in base rendering this port unnecessary
-rw-r--r--sysutils/no-login/Makefile3
1 files changed, 3 insertions, 0 deletions
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>