This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 5a7f7dd58733f1f59787d99e479b4c1cc9f28703 (commit) via 616de7524fc01d027f30da1d6dd20baa0f6a8e9b (commit) from b55e2b8a35914ea1842c2e0800d220b6874da0ca (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 5a7f7dd58733f1f59787d99e479b4c1cc9f28703 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Nov 30 09:35:19 2021 +0100
issue/motd: add architecture warning also to console and ssh logins.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 616de7524fc01d027f30da1d6dd20baa0f6a8e9b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Nov 30 09:34:20 2021 +0100
core162: add index.cgi
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/etc-i586/motd | 7 +++++++ config/rootfiles/common/{ => i586}/stage2 | 1 + config/rootfiles/core/162/filelists/files | 1 + config/rootfiles/core/162/filelists/i586/motd | 1 + lfs/stage2 | 1 + 5 files changed, 11 insertions(+) create mode 100644 config/etc-i586/motd rename config/rootfiles/common/{ => i586}/stage2 (99%) create mode 100644 config/rootfiles/core/162/filelists/i586/motd
Difference in files: diff --git a/config/etc-i586/motd b/config/etc-i586/motd new file mode 100644 index 000000000..9e8999f16 --- /dev/null +++ b/config/etc-i586/motd @@ -0,0 +1,7 @@ +------------------------------------------------------------------ +- Security Warning! - +- You are running an architecture which reached its end of life. - +- You will not recieve updates anymore. This is a security risk. - +- https://wiki.ipfire.org/hardware/requirements - +------------------------------------------------------------------ + \ No newline at end of file diff --git a/config/rootfiles/common/stage2 b/config/rootfiles/common/i586/stage2 similarity index 99% rename from config/rootfiles/common/stage2 rename to config/rootfiles/common/i586/stage2 index b5bfdde59..9d73bf9c3 100644 --- a/config/rootfiles/common/stage2 +++ b/config/rootfiles/common/i586/stage2 @@ -19,6 +19,7 @@ etc/issue etc/ld.so.conf etc/logrotate.conf etc/mime.types +etc/motd etc/modprobe.d etc/modprobe.d/btmrvl_sdio.conf etc/modprobe.d/cfg80211.conf diff --git a/config/rootfiles/core/162/filelists/files b/config/rootfiles/core/162/filelists/files index 054293a97..a2f8fbc6b 100644 --- a/config/rootfiles/core/162/filelists/files +++ b/config/rootfiles/core/162/filelists/files @@ -3,6 +3,7 @@ etc/rc.d/init.d/mountkernfs etc/rc.d/init.d/unbound srv/web/ipfire/cgi-bin/connections.cgi srv/web/ipfire/cgi-bin/fwhosts.cgi +srv/web/ipfire/cgi-bin/index.cgi srv/web/ipfire/cgi-bin/logs.cgi/log.dat srv/web/ipfire/cgi-bin/ovpnmain.cgi srv/web/ipfire/cgi-bin/proxy.cgi diff --git a/config/rootfiles/core/162/filelists/i586/motd b/config/rootfiles/core/162/filelists/i586/motd new file mode 100644 index 000000000..dd8ab9c31 --- /dev/null +++ b/config/rootfiles/core/162/filelists/i586/motd @@ -0,0 +1 @@ +etc/motd diff --git a/lfs/stage2 b/lfs/stage2 index 7483a1134..9032b013e 100644 --- a/lfs/stage2 +++ b/lfs/stage2 @@ -91,6 +91,7 @@ endif echo "$(NAME) v$(VERSION) - $(SLOGAN)" > /etc/issue echo "===============================" >> /etc/issue echo "\n running on \s \r \m" >> /etc/issue + -cat /etc/motd >> /etc/issue
# Bash startup files install --directory --mode=0755 --owner=root --group=root /etc/profile.d
hooks/post-receive -- IPFire 2.x development tree