1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:57:36 +00:00

Utilities: Add nologin application

This adds the `nologin` application to the system. This application
will look for `/etc/nologin`. If it is present, it will display the
message in the file. Otherwise, it will display an error about the
current account being unavailable.
This commit is contained in:
Beckett Normington 2022-10-29 20:13:30 -04:00 committed by Linus Groh
parent 429bd32016
commit 30189186e9
2 changed files with 25 additions and 0 deletions

View file

@ -165,6 +165,7 @@ target_link_libraries(mount LibMain)
target_link_libraries(nc LibMain)
target_link_libraries(netstat LibMain)
target_link_libraries(nl LibMain)
target_link_libraries(nologin LibMain)
target_link_libraries(notify LibGUI LibMain)
target_link_libraries(nproc LibMain)
target_link_libraries(ntpquery LibMain)