summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-30 22:58:34 +0200
committerRene Ladan <rene@FreeBSD.org>2024-04-30 22:58:34 +0200
commit7da6f82e71b01948c8c3c5ad767659b48db549bc (patch)
treef93146605ab6b0dbdd33aa6809890b321bf6e072
parentirc/miau: Remove expired port (diff)
sysutils/no-login: Remove expired port
2024-04-30 sysutils/no-login: Obsolete, use nologin in base
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/no-login/Makefile15
-rw-r--r--sysutils/no-login/distinfo2
-rw-r--r--sysutils/no-login/files/patch-Makefile12
-rw-r--r--sysutils/no-login/pkg-descr4
6 files changed, 1 insertions, 34 deletions
diff --git a/MOVED b/MOVED
index b94db7db58d6..588ad6684fb3 100644
--- a/MOVED
+++ b/MOVED
@@ -3227,3 +3227,4 @@ devel/cdash||2024-04-30|Has expired: Very outdated version that's unsupported up
sysutils/dim||2024-04-30|Has expired: Abandonware, upstream stopped development in 2005
net-im/jabberd||2024-04-30|Has expired: No longer developed as of 2019, consider using net-im/ejabberd
irc/miau||2024-04-30|Has expired: Abandoned upstream, last release in 2010 and no activity since 2014. Consider migrating to irc/soju or irc/znc
+sysutils/no-login||2024-04-30|Has expired: Obsolete, use nologin in base
diff --git a/sysutils/Makefile b/sysutils/Makefile
index d0eedde2336a..4895382f1348 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -827,7 +827,6 @@
SUBDIR += nix
SUBDIR += nmdaemon
SUBDIR += nmrpflash
- SUBDIR += no-login
SUBDIR += node_exporter
SUBDIR += nomad
SUBDIR += nomad-pot-driver
diff --git a/sysutils/no-login/Makefile b/sysutils/no-login/Makefile
deleted file mode 100644
index 7948c2ea65df..000000000000
--- a/sysutils/no-login/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-PORTNAME= nologin
-PORTVERSION= 1.0
-PORTREVISION= 1
-CATEGORIES= sysutils
-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>
diff --git a/sysutils/no-login/distinfo b/sysutils/no-login/distinfo
deleted file mode 100644
index 760b7caa42ee..000000000000
--- a/sysutils/no-login/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (nologin-1.0.tar.gz) = 7716c5a66c24ac21d49f14b056e0fae510300c218cdc6ade3bec4d77724fcb58
-SIZE (nologin-1.0.tar.gz) = 2253
diff --git a/sysutils/no-login/files/patch-Makefile b/sysutils/no-login/files/patch-Makefile
deleted file mode 100644
index 619061dc02eb..000000000000
--- a/sysutils/no-login/files/patch-Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig 2013-11-15 23:27:54.000000000 +0800
-+++ Makefile 2013-11-15 23:28:07.000000000 +0800
-@@ -30,7 +30,7 @@ all: nologin
- nologin: nologin.c
-
- install:
-- install -c -o root -g bin -m 755 nologin $(PREFIX)/bin
-- install -c -o root -g wheel -m 444 nologin.8 $(PREFIX)/man/man8
-+ $(BSD_INSTALL_PROGRAM) nologin $(DESTDIR)$(PREFIX)/bin
-+ $(BSD_INSTALL_MAN) nologin.8 $(DESTDIR)$(PREFIX)/share/man/man8
- clean:
- -rm -f *.o *~ nologin
diff --git a/sysutils/no-login/pkg-descr b/sysutils/no-login/pkg-descr
deleted file mode 100644
index 5cddf3ee50aa..000000000000
--- a/sysutils/no-login/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This program will refuse login to a user, and make a note of it in the
-system logs (syslog). This is suitable for use as a "login shell" for
-a user that you want to temporarily deny access to. Just set that user's
-shell to /usr/local/sbin/nologin.