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:
parent
429bd32016
commit
30189186e9
2 changed files with 25 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue