From afc52a706a981c5419512278f9aaab199534bdcf Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 23 Apr 2026 09:40:33 +0200 Subject: [PATCH] Readme: add replacement notice & link to shadow-rs --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README.md b/README.md index 26c7951..49150ac 100644 --- a/README.md +++ b/README.md @@ -1,24 +1 @@ -login -===== - -login provides some required infrastructure for logins and for -changing effective user or group IDs, including: - * login, the program that invokes a user shell on a virtual terminal; - * nologin, a dummy shell for disabled user accounts; - * su, a basic tool for executing commands as root or another user. - -Reimplement this command in Rust: -* /bin/login -* /usr/bin/faillog -* /usr/bin/lastlog -* /usr/bin/newgrp -* /usr/sbin/nologin -* /usr/bin/sg - -Upstream: -https://github.com/shadow-maint/shadow - - -## License - -login is licensed under the MIT License - see the `LICENSE` file for details +Replaced by [shadow-rs](https://github.com/uutils/shadow-rs).