Muda o banner quando é efetuado o login
This commit is contained in:
parent
9aa3e1bda1
commit
68822b7624
12
etc/motd
12
etc/motd
|
|
@ -1,9 +1,5 @@
|
|||
For post-installation usage tips such as installing binary
|
||||
packages, please see:
|
||||
https://wiki.minix3.org/doku.php?id=usersguide:postinstallation
|
||||
|
||||
For more information on how to use MINIX 3, see the wiki:
|
||||
https://wiki.minix3.org
|
||||
|
||||
We'd like your feedback: https://minix3.org/community/
|
||||
=================================================
|
||||
| OBRIGADO POR ESTAR AQUI - SO - UNIFESP 2s2024 |
|
||||
| Projeto 1 - Equipe X |
|
||||
=================================================
|
||||
|
||||
|
|
|
|||
|
|
@ -342,7 +342,7 @@ static void print_banner(int banner_type)
|
|||
printf("| Minix 3.4.0rc6 - SO - UNIFESP 2s2024 |\n");
|
||||
printf("| Projeto 1 - Equipe 4 |\n");
|
||||
printf("========================================\n");
|
||||
} else{
|
||||
} else {
|
||||
printf("\n=================================================\n");
|
||||
printf("| ATE A PROXIMA - SO - UNIFESP 2s2024 |\n");
|
||||
printf("| Projeto 1 - Equipe 4 |\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user