mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change default banner fro 4.4 BSD to FreeBSD.
Reviewed by: Submitted by: Obtained from:
This commit is contained in:
parent
4e5f73581c
commit
7ce7bdd607
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ extern int needtermstat;
|
|||
# ifdef ultrix
|
||||
# define DEFAULT_IM "\r\n\r\nULTRIX (%h) (%t)\r\n\r\r\n\r"
|
||||
# else
|
||||
# define DEFAULT_IM "\r\n\r\n4.4 BSD UNIX (%h) (%t)\r\n\r\r\n\r"
|
||||
# define DEFAULT_IM "\r\n\r\nFreeBSD (%h) (%t)\r\n\r\r\n\r"
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue