From 6a006d3c8f75e4086cccce3c7d51cc4a13a2853e Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Sun, 12 Jul 2020 23:49:31 -0400 Subject: [PATCH] Disabled dynamic motd --- helpers/make-base-files | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/helpers/make-base-files b/helpers/make-base-files index b9e663396..69eb70df7 100644 --- a/helpers/make-base-files +++ b/helpers/make-base-files @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2008-2016 Rubén RodrÃguez <ruben@trisquel.info> +# Copyright (C) 2008-2020 Rubén RodrÃguez <ruben@trisquel.info> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,12 +17,16 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=1 +VERSION=2 . ./config CODENAMECAPS=$(echo $CODENAME | /bin/sed -e "s/\b\(.\)/\u\1/g") +# Disable dynamic motd +find -name *motd-news* -delete +sed '/motd-news/d' -i debian/rules + cat << EOF > update-motd.d/01-banner #!/bin/sh echo "\ -- GitLab