1
0
Fork 0

Adding motd file for Progress Linux.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-23 09:54:00 +02:00
parent ae6547d7da
commit 7e3a376ad9
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
5 changed files with 19 additions and 0 deletions

View file

@ -1,2 +1,3 @@
debian/local/base-files/issue /etc
debian/local/base-files/issue.net /etc
debian/local/base-files/motd /usr/share/base-files

7
debian/local/base-files/motd vendored Normal file
View file

@ -0,0 +1,7 @@
The programs included with this system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
This system comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.

View file

@ -0,0 +1,9 @@
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Adding motd md5sum for cross-upgrade from Debian to Progress Linux.
diff -Naurp base-files.orig/share/motd.md5sums base-files/share/motd.md5sums
--- base-files.orig/share/motd.md5sums
+++ base-files/share/motd.md5sums
@@ -0,0 +1,2 @@
+9830e3dbb6a828f2cc824db8db0ceaf7 Debian GNU/Linux
+5b5fb4f1d759bd8a7bcf3de6f2d8e627 Debian GNU/Hurd

1
debian/patches/series vendored Normal file
View file

@ -0,0 +1 @@
progress-linux/0001-motd-md5sums.patch

1
debian/postinst vendored
View file

@ -103,6 +103,7 @@ fi
if [ "$1" = "configure" ] && [ "$2" != "" ]; then
update_to_current_default profile /etc/profile
update_to_current_default dot.profile /root/.profile
update_to_current_default motd /etc/motd
if dpkg --compare-versions "$2" lt-nl "7.7"; then
install_directory mnt 755 root
fi