summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-11-08 17:33:27 +0100
committerChristian Poessinger <christian@poessinger.com>2021-11-08 17:34:41 +0100
commitc4fb141f115f2fa8ce0463585c0aeaaa22a4251a (patch)
tree37103bbbdeb6198cf75b1906afc8287e356b9e6a
parent66ff05703ed260c744290fb604dbf31a0dfcd1da (diff)
downloadvyos-1x-c4fb141f115f2fa8ce0463585c0aeaaa22a4251a.tar.gz
vyos-1x-c4fb141f115f2fa8ce0463585c0aeaaa22a4251a.zip
T3912: remove duplicate "Welcome to VyOS!" already shown by pre-login
(cherry picked from commit 73be449b1cd09f3ca86400753630fb4804fbeca7)
-rwxr-xr-xsrc/conf_mode/system-login-banner.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/conf_mode/system-login-banner.py b/src/conf_mode/system-login-banner.py
index 6a8dac318..a40d932e0 100755
--- a/src/conf_mode/system-login-banner.py
+++ b/src/conf_mode/system-login-banner.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright (C) 2020 VyOS maintainers and contributors
+# Copyright (C) 2020-2021 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
@@ -22,8 +22,6 @@ from vyos import airbag
airbag.enable()
motd="""
-Welcome to VyOS!
-
Check out project news at https://blog.vyos.io
and feel free to report bugs at https://phabricator.vyos.net